Block a user
KeyFrame.handle_left_type/handle_right_type cannot be used with foreach_get/foreach_set
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…
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…
FModifier.type enum 'NULL' item was renamed to 'nullptr'
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
FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
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
FBX IO: Speed up export by multithreading array compression
Thomas Barlow
pushed to fbx_multithread_array_compression_pr at Mysteryem/blender-addons
2023-11-21 07:03:11 +01:00
5aa031177f
fix json2fbx.py
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
Thomas Barlow
pushed to fbx_multithread_array_compression_pr at 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
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…