assimp/code
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
..
AssetLib Fix infinite recursion in gltf2 skin parsing 2020-05-15 16:48:41 +03:00
CApi remove step prototype: does not work this way. 2020-05-07 14:00:40 +02:00
Collada Merge branch 'master' of https://github.com/inhosens/assimp into inhosens-master 2020-05-15 15:08:30 +02:00
Common Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
Material Merge branch 'master' into kimkulling_dev 2020-03-23 09:00:41 +01:00
PostProcessing Merge branch 'master' into master 2020-05-06 22:07:39 +02:00
res Updated copyright dates. 2020-01-20 08:53:12 -05:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt Merge branch 'master' into bug-3177-dae-geo-id 2020-05-13 20:24:53 +02:00