blender-addons/io_scene_fbx
Philipp Oeser 0521e90f2d Fix T93209: FBX export error if there is an action in NLA tweakmode
Code tried to set the action to None, but in this case, the action is
read-only.

If we find such a case, now set tweakmode to False temporarily and
restore after actions have been processed.

Maniphest Tasks: T93209

Differential Revision: https://developer.blender.org/D13286
2021-11-23 09:37:43 +01:00
..
__init__.py Fix T93209: FBX export error if there is an action in NLA tweakmode 2021-11-23 09:37:43 +01:00
data_types.py Fix T46910: FBX import error due to unrecognized property flags set. 2015-12-02 12:21:12 +01:00
encode_bin.py Cleanup: pep8 (to some extent :/ ) 2014-07-31 21:52:26 +02:00
export_fbx_bin.py Fix T93209: FBX export error if there is an action in NLA tweakmode 2021-11-23 09:37:43 +01:00
fbx2json.py FBX: enable import of 7500 (FBX2016) files. 2016-10-24 20:48:45 +02:00
fbx_utils.py Revert "FBX Import: corrected import camera. Added setting camera (invert or not invert)." 2020-01-24 17:09:45 +01:00
import_fbx.py FBX Import: skip invalid custom enum properties 2021-11-23 09:34:17 +01:00
json2fbx.py Fix T53875: json2fbx: error reading type spec 2018-01-24 09:55:37 +11:00
parse_fbx.py Fix T50101: FBX Import only works once per session. 2016-11-25 17:17:55 +01:00