godot/modules
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
..
arkit Style: Fix copyright headers in new files 2019-08-28 09:19:52 +02:00
assimp Assimp FBX Import support 2019-09-01 19:08:34 +01:00
bmp
bullet
csg Replace is_zero_approx(A.distance_to(B)) with A==B 2019-08-19 18:16:58 +02:00
cvtt
dds
enet
etc Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
freetype
gdnative doc: Sync classref with current source 2019-08-29 15:33:52 +02:00
gdscript doc: Sync classref with current source 2019-08-29 15:33:52 +02:00
gridmap Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments 2019-08-14 13:45:54 +02:00
hdr Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
jpg
jsonrpc
mbedtls Style: Fix copyright headers in new files 2019-08-28 09:19:52 +02:00
mobile_vr
mono Merge pull request #31770 from neikeq/supercedes-31008 2019-08-29 21:16:49 +02:00
ogg
opensimplex
opus
pvr
recast Baking gridmap navmesh. 2019-08-18 13:24:58 +02:00
regex
squish
stb_vorbis
svg
tga
theora
tinyexr
upnp
vhacd
visual_script Plugin support for visual shaders 2019-08-14 15:52:27 +03:00
vorbis
webm
webp Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
webrtc Merge pull request #30851 from TheDevelo/webrtc-buffer 2019-08-21 21:17:48 +02:00
websocket Style: Fix copyright headers in new files 2019-08-28 09:19:52 +02:00
xatlas_unwrap Tweak xatlas and import new version b4b5426 2019-08-28 01:12:56 -07:00
register_module_types.h
SCsub