Fix duplicate shape key import when the FBX connections are duplicated #104954

Merged

4 Commits

Author SHA1 Message Date
Thomas Barlow 54ba8103bd Increase FBX version 2023-10-18 16:14:44 +01:00
Thomas Barlow efc15252ef Merge branch 'blender-v4.0-release' into fbx_fix_duplicate_shapekey_connections 2023-10-18 16:12:54 +01:00
Thomas Barlow 31157d409d Deduplicate shape key connection iteration code
The main loop was getting rather long so its inner loops have been
replaced with a helper generator function.
2023-10-15 03:59:14 +01:00
Thomas Barlow b2cfaa146d Fix duplicate shape key import when FBX connections are duplicated
Added some comments explaining the different FBX types and their
relationships.

Removed an unnecessary re-get, of the Shape being iterated, from
fbx_table_nodes.
2023-10-15 03:59:14 +01:00