FBX IO: Add support for armature data custom properties #104888

Merged
Thomas Barlow merged 4 commits from Mysteryem/blender-addons:fbx_armature_custom_props_pr into main 2023-09-19 01:53:45 +02:00

4 Commits

Author SHA1 Message Date
9369f897e8 Increase FBX IO minor version 2023-09-19 00:48:14 +01:00
bcf715e54a Merge branch 'main' into fbx_armature_custom_props_pr
# Conflicts:
#	io_scene_fbx/export_fbx_bin.py
2023-09-19 00:45:26 +01:00
e5362d9a3e Remove fix for armature NodeAttribute export type control so it can be PR-ed separately 2023-09-15 00:41:29 +01:00
7872b6e51f FBX IO: Add support for armature data custom properties
Armature data custom properties are now imported from and exported to
the NodeAttribute connected to the Armature's Node.

A fix is made to a feature of Empty Objects, that allows changing the
exported FBX type of the NodeAttribute with a specific custom property
value, to prevent it from also affecting Armatures.

This implements part of #104677.
2023-09-14 02:51:19 +01:00