godot/modules/assimp
Lyuma 0851d6dcdf Fix regression in FBX import caused by Skeleton3D
A change in commit f7fdc87 changed the Skeleton3D "pose" property from PROPERTY_USAGE_EDITOR to PROPERTY_USAGE_NOEDITOR.
This should have had no effect, however it turns out assimp was assigning to the pose property.

This change adjusts the FBX import to only get_bone_rest/set_bone_rest, not set_bone_pose.
2020-08-25 01:17:39 -07:00
..
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
editor_scene_importer_assimp.cpp Fix regression in FBX import caused by Skeleton3D 2020-08-25 01:17:39 -07:00
editor_scene_importer_assimp.h Add override keywords. 2020-07-10 13:56:54 +01:00
godot_update_assimp.sh Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
import_state.h Respect 'mesh compression' editor import option in Assimp (ie. FBX) and glTF importers 2020-05-29 13:06:39 -07:00
import_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00