Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow pushed to main at blender/blender-addons 2023-10-28 00:44:21 +02:00
519cd4ae63 FBX IO: Update missed MeshLoop.vertex_index to the corner vert attribute
Thomas Barlow pushed to main at blender/blender-addons 2023-10-28 00:00:15 +02:00
b0f8406b72 FBX IO: Fix import of per-face normals
bfbe4ac5e6 FBX IO: Increase version and minimum Blender version after auto smooth changes
Compare 2 commits »
Thomas Barlow opened issue blender/blender#114212 2023-10-27 22:08:35 +02:00
Shape Key vertex normal calculation is non-deterministic in meshes with more than 1024 faces
Thomas Barlow commented on issue blender/blender-addons#104937 2023-10-24 19:15:57 +02:00
FBX export of armature changes rest pose if without weighted mesh

I think this can be closed in favour of blender/blender-addons#85496

The current export situation is simply that no 'Rest Pose' (actually FBX Bind Pose) is…

Thomas Barlow commented on issue blender/blender-addons#85496 2023-10-24 18:54:13 +02:00
FBX export bug (restpose missing, wrong rotations)

I think this may be an FBX format limitation with the features that the FBX IO addon currently supports.

FBX IO imports armature rest poses from FBX Bind Poses. FBX IO also exports FBX Bind…

Thomas Barlow commented on issue blender/blender-addons#104974 2023-10-24 16:29:34 +02:00
Rest Position silently prevents exporting .fbx and .glb animations

I don't know anything about how gltf exports animation, so assume everything I say is only relevant to FBX IO.


Rather than using bpy.ops.nla.bake(), FBX IO manually goes through each…

Thomas Barlow opened issue blender/blender#114085 2023-10-24 03:11:17 +02:00
Projected sculpting deadzone around meshes while in orthographic views
Thomas Barlow opened issue blender/blender#114082 2023-10-23 23:42:10 +02:00
Disabling Geometry Nodes is_tool also disables is_modifier
Thomas Barlow opened issue blender/blender#114081 2023-10-23 23:02:40 +02:00
Auto Smooth Node Group's sockets have invalid enum property values
Thomas Barlow suggested changes for blender/blender-addons#104963 2023-10-23 18:07:49 +02:00
Fix #113866: Import FBX When Recursive File List

Since blender/blender#113866 is not part of blender-addons repository, I think either:

Thomas Barlow created pull request blender/blender#114063 2023-10-23 15:19:13 +02:00
PyAPI: Allow prop collection raw array read access for non-editable props
Thomas Barlow created branch prop_collection_raw_read_access in Mysteryem/blender 2023-10-23 15:00:43 +02:00
Thomas Barlow pushed to prop_collection_raw_read_access at Mysteryem/blender 2023-10-23 15:00:43 +02:00
54697d6209 make format
886d92bcb1 PyAPI: Allow prop collection raw array read access for non-editable props
Compare 2 commits »
Thomas Barlow pushed to main at Mysteryem/blender 2023-10-23 14:58:23 +02:00
499f898400 Merge branch 'blender-v4.0-release'
19b112b11c Fix #112683: Removing the last Annotations layer produces a warning.
b53111e935 BLF: Improved Cached Fallback Font Setup
fd63c01c4f Cleanup: Make format
9453031730 GPv3: Instance on Points
Compare 2176 commits »
Thomas Barlow commented on issue blender/blender#113966 2023-10-22 13:25:53 +02:00
Active object is unchanged if operator started with temp_override

If Context was a pure Python class, I would imagine it being similar to:

class Context:
    _overrides: list[dict]
    _window: bpy.types.Window

    def __init__(self, window):
 
Thomas Barlow commented on issue blender/blender#113966 2023-10-21 23:09:11 +02:00
Active object is unchanged if operator started with temp_override

I'm not sure what point is trying to be made here. In the 'after operator' case, the active_object is being retrieved from within the temp_override context manager that has specifically…

Thomas Barlow commented on issue blender/blender#112461 2023-10-20 23:12:14 +02:00
Regression: bpy.utils.register_class() "can't run in readonly state" error when run from Text Editor

It hasn't occurred since and I couldn't see anything clearly wrong from the relevant C code. Maybe it was an unlucky hardware bitflip.

Thomas Barlow commented on issue blender/blender#113973 2023-10-20 22:07:24 +02:00
Rest Position prevents exporting animations

Animations exported as FBX are baked, effectively going through each frame of animation (or subframe if the Sampling Rate is lowered) and sampling the values (which can also be affected by…

Thomas Barlow pushed to main at blender/blender-addons 2023-10-20 04:39:58 +02:00
722e44da69 Merge branch 'blender-v4.0-release'
d7c573b269 Increase FBX IO minimum Blender version to 4.0.0
Compare 2 commits »
Thomas Barlow deleted branch fbx_missed_bl_version_increase from Mysteryem/blender-addons 2023-10-20 04:38:36 +02:00