godot/thirdparty/assimp/code/Common
Gordon MacPherson ad214c0356 Assimp FBX Import support
Issues fixed:
- Updated assimp to latest and backported fixes into godot.
- Fixed file scale being ignored from FBX file.
- Fixed bone removal
- Implemented proper armature binding
- Fixed recursion not always going through the entire path
- Implemented assimp global scaling system
- Fixed assimp global scale process to support unit conversion
- Implemented proper fbx scaling
- Fixed asserts caused by missing faces in some models which could crash
- Fixed valid bone removal
- Fixed root node being overwriten by assimp which caused data loss
- Fixed armature construction so that it works with multiple roots
- Implemented basic support for FBX standard materials
- Refactoring to improve code quality and improve function reuse.
- Simplified node creation from assimp scene into subsections: create_light, create_mesh, create_bone.
- Creating meshes is now done after hierarchy is created so that the skeleton is always available.
- Added support to assimp to support file scale in all formats which call SetFileScale.
- Many other fixes provided into assimp.

Known issues:
- FBX pivots from Maya do not currently work. (workaround: for now use blender import and export to remove pivot tracks)
- Hierarchy creates an extra node for each mesh - this was done intentionally but we intended to do a pass to remove these as they're a required node.
- When an animated mesh has not executed any animation the rest pose is wrong.

Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
2019-09-01 19:08:34 +01:00
..
assbin_chunks.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Assimp.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
BaseImporter.cpp Assimp FBX Import support 2019-09-01 19:08:34 +01:00
BaseProcess.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
BaseProcess.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Bitmap.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
CreateAnimMesh.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
DefaultIOStream.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
DefaultIOSystem.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
DefaultLogger.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
DefaultProgressHandler.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Exporter.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
FileLogStream.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
FileSystemFilter.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
IFF.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Importer.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Importer.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
ImporterRegistry.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
PolyTools.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
PostStepRegistry.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
RemoveComments.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
scene.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
SceneCombiner.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
ScenePreprocessor.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
ScenePreprocessor.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
ScenePrivate.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
SGSpatialSort.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
simd.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
simd.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
SkeletonMeshBuilder.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
SpatialSort.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
SplitByBoneCountProcess.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
SplitByBoneCountProcess.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
StandardShapes.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
StdOStreamLogStream.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Subdivision.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
TargetAnimation.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
TargetAnimation.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Version.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
VertexTriangleAdjacency.cpp Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
VertexTriangleAdjacency.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
Win32DebugLogStream.h Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00