View Issue Details

IDProjectCategoryView StatusLast Update
0000165Gorilla3DBug Reportspublic2021-04-29 08:55
Reporteradministrator Assigned Toadministrator  
PrioritynormalSeveritytweakReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version0.8.3.x 
Target Version0.8.3.xFixed in Version0.8.3.x 
Summary0000165: Bug: Daz3D DAE files not loading
DescriptionFiles provided by a customer, created in Daz3D can not be imported into Gorilla3D.
TagsNo tags attached.
Delphi-Version 10.4.2
OpenGLVersionOpenGL 4.3

Activities

administrator

2021-04-29 08:55

administrator   ~0000179

1) Daz3D exports invalid joint id's.

Previously we raised an exception on unknown joint id's. The idea was to keep import clean.
But in reality 3D tools do not take such id's seriously.

We now ignore the first unknown joint id and only log as warning.
If there is more than one unknown joint id, we raise an exception again, because there is really something wrong with the DAE file.

2) Bug detected on multiple "polylist" tags inside of sub-meshes. Only the first tag was read.
This lead to incomplete meshes on specific setups.

Issue History

Date Modified Username Field Change
2021-04-29 08:51 administrator New Issue
2021-04-29 08:51 administrator Status new => assigned
2021-04-29 08:51 administrator Assigned To => administrator
2021-04-29 08:55 administrator Status assigned => resolved
2021-04-29 08:55 administrator Resolution open => fixed
2021-04-29 08:55 administrator Fixed in Version => 0.8.3.x
2021-04-29 08:55 administrator Note Added: 0000179