f3d icon indicating copy to clipboard operation
f3d copied to clipboard

DAE file is not read with parse error

Open mwestphal opened this issue 2 years ago • 3 comments

Describe the bug A specific dae file is not read with a parsing error

To Reproduce Steps to reproduce the behavior: 0. library_animation_clips.dae.zip

  1. Open the file using f3d --dry-run library_animation_clips.dae

Warning: In vtkF3DAssimpImporter.cxx, line 584
vtkF3DAssimpImporter (0x55ddb435eeb0): Assimp failed to load: /home/glow/aur/assimp/src/assimp-5.2.1/test/models/Collada/library_animation_clips.dae


Warning: In vtkF3DAssimpImporter.cxx, line 587
vtkF3DAssimpImporter (0x55ddb435eeb0): Assimp error: Cannot parse string "  0.0 0.0 0.0 1.0  " as a real number: does not start with digit or decimal point followed by digit.


Expected behavior

a

System Information:

  • OS: Linux and Windows

F3D Information Paste the content of f3d --version: 1.3.1 and master

Additional context Parts of assimp suite, so I assume it should work with assimp ?

mwestphal avatar Feb 05 '23 15:02 mwestphal

Fixed by this pr

shambhupatil avatar Jun 10 '24 20:06 shambhupatil

Thanks for checking @shambhupatil !

mwestphal avatar Jun 11 '24 06:06 mwestphal

Lets keep this open until assimp do a new release and we can update the superbuild with it.

mwestphal avatar Jun 11 '24 06:06 mwestphal

I still see a strange artifact but the file is read by assimp correctly

a

mwestphal avatar Sep 09 '24 17:09 mwestphal