assimp/code/AssetLib
Matias Kangasjärvelä 7a16a7a7e4 Fix infinite recursion in gltf2 skin parsing
Previously parsing a node caused the skin that was attached to it
to be parsed, which caused the skins node joints to be parsed,
which could cause the skin to be re-parsed leading to infinite or
at the very least exponential recursion.

The fix is to just get a reference to a temporarily uninitialized
skin as they were being parsed after the scene graph just to be safe
anyway. This way we avoid the recursion problem and all the references
will be valid in the end.
2020-05-15 16:48:41 +03:00
..
3DS Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
3MF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
AC Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
AMF Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
ASE Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Assbin Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Assjson add missing inclde + 2020-05-02 21:11:47 +02:00
Assxml Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
B3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
BVH Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Blender add assert-test for nullptr. 2020-05-02 21:07:41 +02:00
C4D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
COB Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
CSM Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Collada Merge branch 'master' of https://github.com/inhosens/assimp into inhosens-master 2020-05-15 15:08:30 +02:00
DXF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
FBX Fix fbx rotation ; 2020-05-11 10:28:05 +02:00
HMP Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
IFC Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Irr Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
LWO Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
LWS closes https://github.com/assimp/assimp/issues/3181: fix typo for light type. 2020-05-03 12:17:32 +02:00
M3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD2 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD3 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD4 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD5 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MDC Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MDL Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MMD Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
MS3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
NDO Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
NFF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
OFF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Obj Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Ogre Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
OpenGEX Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Ply Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Q3BSP Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Q3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Raw Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
SIB Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
SMD Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
STEPParser Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
STL Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Step Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Terragen Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Unreal Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
X Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
X3D fix conversion 2020-05-04 21:48:46 +02:00
XGL Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
glTF Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
glTF2 Fix infinite recursion in gltf2 skin parsing 2020-05-15 16:48:41 +03:00