Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow opened issue blender/blender#115413 2023-11-25 16:37:14 +01:00
KeyFrame.handle_left_type/handle_right_type cannot be used with foreach_get/foreach_set
Thomas Barlow commented on issue blender/blender#115367 2023-11-24 18:15:23 +01:00
node.group_ungroup() operator fails to run with correct override context in headless Blender process

The script only fails on the last line for me where the context isn't overridden, which I would have expected since the current context will be the Text Editor. The operator call within the…

Thomas Barlow commented on issue blender/blender#115348 2023-11-24 15:38:04 +01:00
Weight painting/Pose problem

Apply Pose As Rest Pose applies the current pose as the new rest pose, the pose which does not deform the mesh at all, so any meshes that were deformed by the armature will return to their rest…

Thomas Barlow opened issue blender/blender#115279 2023-11-22 18:19:02 +01:00
FModifier.type enum 'NULL' item was renamed to 'nullptr'
Thomas Barlow created pull request blender/blender-addons#105020 2023-11-22 05:50:22 +01:00
WIP: FBX IO: Export normals with IndexToDirect reference mode
Thomas Barlow created branch fbx_normals_IndexToDirect in Mysteryem/blender-addons 2023-11-22 02:56:05 +01:00
Thomas Barlow pushed to fbx_normals_IndexToDirect at Mysteryem/blender-addons 2023-11-22 02:56:05 +01:00
149353ee55 FBX IO: Export normals with IndexToDirect reference mode
Thomas Barlow created pull request blender/blender-addons#105019 2023-11-22 02:43:07 +01:00
FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
Thomas Barlow created branch fbx_new_ktime in Mysteryem/blender-addons 2023-11-22 02:08:02 +01:00
Thomas Barlow pushed to fbx_new_ktime at Mysteryem/blender-addons 2023-11-22 02:08:02 +01:00
a5b47383c7 FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-11-22 02:07:19 +01:00
8005f025de Export UV Layout: fix property descriptions
100288bef8 Rigify: allow subclasses of spline_tentacle to lock the Tip Control option.
ffefe0312c glTF: Fix a few typos
9331ce7c27 UI messages fixes/cleanups.
a5d223459e glTF exporter: Unused textures export under user extension
Compare 32 commits »
Thomas Barlow created pull request blender/blender-addons#105018 2023-11-21 07:26:56 +01:00
FBX IO: Speed up export by multithreading array compression
5aa031177f fix json2fbx.py
Thomas Barlow created pull request blender/blender-addons#105017 2023-11-21 06:45:09 +01:00
FBX IO: Add utility to schedule tasks to run on separate threads
Thomas Barlow pushed to fbx_multithread_utils_pr at Mysteryem/blender-addons 2023-11-21 06:40:35 +01:00
8f977d1250 FBX IO: Add utility to schedule tasks to run on separate threads
Thomas Barlow created branch fbx_multithread_array_compression_pr in Mysteryem/blender-addons 2023-11-21 06:35:39 +01:00
7864ccac7d FBX IO: Multithread exported array compression
Thomas Barlow pushed to fbx_multithread_utils_pr at Mysteryem/blender-addons 2023-11-21 05:22:25 +01:00
91e1e47950 FBX IO: Add utility to schedule tasks to run on separate threads
Thomas Barlow created branch fbx_multithread_utils_pr in Mysteryem/blender-addons 2023-11-21 05:22:25 +01:00
Thomas Barlow commented on issue blender/blender#115194 2023-11-20 19:02:31 +01:00
Deleting Basis Shape Key reverts to previous deleted Shape Key

A mesh's vertex positions and it's 'Basis' shape key positions are stored independently. Certain operations only affect only one of the two which can cause problems. This can be particularly…