Page MenuHome

Fix T93209: FBX export error if there is an action in NLA tweakmode
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Nov 19 2021, 12:24 PM.

Details

Summary

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.

Diff Detail

Event Timeline

Looks reasonable, beside picky naming comment below. Also please ensure you do update the version in __init__.py (patch number).

io_scene_fbx/export_fbx_bin.py
2096

restore_use_tweak_mode

This revision is now accepted and ready to land.Nov 22 2021, 9:39 AM