FBX IO: Fix Empty export type control also affecting armatures #104887

Merged
Thomas Barlow merged 3 commits from Mysteryem/blender-addons:fbx_fix_armature_data_export_type into main 2023-09-19 01:32:26 +02:00

3 Commits

Author SHA1 Message Date
Thomas Barlow e968b0b62a Increase FBX IO version 2023-09-19 00:28:26 +01:00
Thomas Barlow 8b09e1a129 Merge branch 'main' into fbx_fix_armature_data_export_type 2023-09-19 00:24:39 +01:00
Thomas Barlow 2679a78b03 FBX IO: Fix custom property control of armature NodeAttribute export type
The NodeAttribute for Empty Objects can be controlled using a custom
property called 'fbx_type' on the Object. This feature was also being
applied to Armature Objects because they use the same function for
exporting their NodeAttribute.

A check has now been added such that the exported type can only be
changed when the Object is an Empty.
2023-09-15 00:23:12 +01:00