Fix disparity of FBX custom properties import and export
commit716702b97ebcd53bfd1d1eb784b789017dcb3495
authorThomas Barlow <github@mysterymayhem.co.uk>
Sat, 17 Jun 2023 14:15:38 +0000 (17 15:15 +0100)
committerGitea <gitea@fake.local>
Wed, 21 Jun 2023 13:52:56 +0000 (21 15:52 +0200)
treec0c11dc1e67d09b811ae064626b82110e517170d
parent4909b750407b0aab6620cb06c36287decd0618d2
Fix disparity of FBX custom properties import and export

Light, camera, bone and pose bone properties are now imported to match
the exporter behaviour.

Image custom properties are now exported to match the importer
behaviour, except for Image custom properties that are rarely imported
from a Texture Node instead of a Video Node, which are always exported
to a Video Node.

This resolves one of the issues in #104677.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104702
io_scene_fbx/export_fbx_bin.py
io_scene_fbx/import_fbx.py