Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow created pull request blender/blender-addons#104884 2023-09-14 03:02:16 +02:00
FBX IO: Speed up animation export using NumPy
d3febb7602 Refactor: Deduplicate animation simplifying and final data creation
46062a745f Convert from Blender to FBX time once per fbx_animations_do instead of for every exported curve
67b97a59a4 Remove unused real_currframes iteration from frame_values_gen
Compare 3 commits »
Thomas Barlow commented on issue blender/blender#112342 2023-09-13 18:59:22 +02:00
Attempting to modify UVs with bpy results in crash with EXCEPTION_ACCESS_VIOLATION

I think this might be duplicate of blender/blender#107500 because the linked script creates the new uvlayer and the new color_layer and then tries to use…

5af95962e0 Restore original simplify code
b3d4aa8d64 fbx_animations_do comments and non-functional refactoring
892a192b6b Make curves unpacked iteration variable names consistent
7c7ab21973 Simplify iterables and p_rots in frame_values_gen
4232afbc6a Comment updates and rename variables for better consistency
Compare 7 commits »
Thomas Barlow created branch fbx_anim_export_numpy_intermediate in Mysteryem/blender-addons 2023-09-13 04:53:15 +02:00
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-09-13 04:52:04 +02:00
6b576d5282 Fix #104875: Animated dupli instances export frozen in place
Thomas Barlow deleted branch fbx_export_anim_instances_104875 from Mysteryem/blender-addons 2023-09-11 17:29:18 +02:00
Thomas Barlow pushed to main at blender/blender-addons 2023-09-11 17:29:17 +02:00
6b576d5282 Fix #104875: Animated dupli instances export frozen in place
Thomas Barlow closed issue blender/blender-addons#104875 2023-09-11 17:29:17 +02:00
Animated object instances export frozen in place
Thomas Barlow merged pull request blender/blender-addons#104876 2023-09-11 17:29:16 +02:00
Fix #104875: Animated dupli instances export frozen in place
a87faacfff Increase FBX IO version
656eb6d86e Merge branch 'main' into fbx_export_anim_instances_104875
ec1a4f3747 Rigify: expect collections.move is always there now.
f39ed89170 Rigify: fix some type annotations and warnings.
3a8c0547dc Rigify: implement an operator to validate bone collection references.
Compare 11 commits »
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-09-11 17:20:35 +02:00
ec1a4f3747 Rigify: expect collections.move is always there now.
f39ed89170 Rigify: fix some type annotations and warnings.
3a8c0547dc Rigify: implement an operator to validate bone collection references.
1b7b5fe108 Rigify: use name hash in bone collection uid assignment.
e7b1962893 FBX IO: Speed up transformation animation import
Compare 5 commits »
Thomas Barlow deleted branch fbx_import_anim_numpy_p1.5 from Mysteryem/blender-addons 2023-09-11 13:53:13 +02:00
Thomas Barlow merged pull request blender/blender-addons#104870 2023-09-11 13:53:13 +02:00
FBX IO: Speed up transformation animation import
Thomas Barlow pushed to main at blender/blender-addons 2023-09-11 13:53:13 +02:00
e7b1962893 FBX IO: Speed up transformation animation import
Thomas Barlow pushed to fbx_import_anim_numpy_p1.5 at Mysteryem/blender-addons 2023-09-11 13:49:05 +02:00
f7e372e475 Increase FBX IO version
56bcc06c6f Merge branch 'main' into fbx_import_anim_numpy_p1.5
8bb30da036 Fix in-place modification of item.anim_compensation_matrix
ff4be60bfd Is key Free: Adjust character width for East Asian languages
bf0e7c8d6e FBX IO: Only import the first animation curve per channel
Compare 16 commits »
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-09-11 13:48:20 +02:00
ff4be60bfd Is key Free: Adjust character width for East Asian languages
bf0e7c8d6e FBX IO: Only import the first animation curve per channel
8b3bc24f5c Hydra Storm: prepare for MaterialX export support
33a7345509 Remove bl_options from menus which caused tests to fail
Compare 4 commits »
Thomas Barlow commented on issue blender/blender-addons#104875 2023-09-09 12:47:51 +02:00
Animated object instances export frozen in place

Yes, this should be a duplicate. I hadn't initially considered instance collections, but testing my fix showed them to also be affected.

I could copy most of the content of this report into a…

Thomas Barlow commented on pull request blender/blender-addons#104876 2023-09-08 01:41:29 +02:00
Fix #104875: Animated dupli instances export frozen in place

I'm not very familiar with using instances nor the Python API for interacting with them, but this seems correct to me.

I hadn't even considered collection instancing, but that also seems to…

Thomas Barlow created pull request blender/blender-addons#104876 2023-09-08 01:33:19 +02:00
Fix #104875: Animated dupli instances export frozen in place