Fix #104875: Animated dupli instances export frozen in place #104876

Merged
Thomas Barlow merged 4 commits from Mysteryem/blender-addons:fbx_export_anim_instances_104875 into main 2023-09-11 17:29:15 +02:00

4 Commits

Author SHA1 Message Date
a87faacfff Increase FBX IO version 2023-09-11 16:21:35 +01:00
656eb6d86e Merge branch 'main' into fbx_export_anim_instances_104875 2023-09-11 16:20:52 +01:00
b76c9ec89f Simpler, more robust set comprehension
Will work even if scene_data.objects contains duplis without their
parent object
2023-09-07 23:16:59 +01:00
6325f33dd9 Fix #104875: Animated object instances export frozen in place
It seems to have been a mistake in 2bfab056d2 that prevented the matrices of dupli instances being updated while iterating through each frame.
2023-09-07 20:41:16 +01:00