Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow pushed to main at blender/blender-addons 2024-01-24 05:06:51 +01:00
a99528adb0 FBX IO: Use the new ShapeKey.points with faster foreach_get/set
Thomas Barlow merged pull request blender/blender-addons#105133 2024-01-24 05:06:51 +01:00
FBX IO: Use the new ShapeKey.points with faster foreach_get/set
Thomas Barlow pushed to shape_key_points_fbx at Mysteryem/blender-addons 2024-01-24 05:05:29 +01:00
17b40a7151 Increase FBX IO version
Thomas Barlow deleted branch rna_byte_attribute_value_value_sdna from Mysteryem/blender 2024-01-22 17:53:37 +01:00
Thomas Barlow commented on pull request blender/blender#117409 2024-01-22 16:12:16 +01:00
RNA: Use sdna for ByteIntAttributeValue.value

I assume the rna_ByteIntAttributeValue_set setter was unnecessary?

As far as I can tell currently, yes. makesrna.cc handles setting the default min and max values and presumably the…

Thomas Barlow pushed to fbx_parse_only_used_elems at Mysteryem/blender-addons 2024-01-22 15:51:14 +01:00
116fb369eb Remove duplicate usage of "to some extent" in get_used_elem_tree docstring
dc4362e139 Update b"TransformAssociateModel" 'X' comment to 'XXX'
Compare 2 commits »
Thomas Barlow created pull request blender/blender#117409 2024-01-22 15:36:32 +01:00
RNA: Use sdna for ByteIntAttributeValue.value
Thomas Barlow pushed to fbx_parse_only_used_elems at Mysteryem/blender-addons 2024-01-22 15:24:16 +01:00
941278b5af Add "SkinningType" to Skin deformer specific element IDs
958407642c Rename parse_fbx.PARSING_FINISHED to signify that it is private
5cb380a4d0 More comment updates for import_fbx.get_used_elem_tree
Compare 3 commits »
Thomas Barlow created branch rna_byte_attribute_value_value_sdna in Mysteryem/blender 2024-01-22 14:49:54 +01:00
Thomas Barlow pushed to rna_byte_attribute_value_value_sdna at Mysteryem/blender 2024-01-22 14:49:54 +01:00
abb3c1c4c1 RNA: Use sdna for ByteIntAttributeValue.value
801e24379e Fix: Geometry Nodes: Wrong hash of Shortest Edge Path field
311ca3e6af Core: rename Session UUID to Session UID
a7354fb2af Anim: add operator to remove unused bone collections
784ff4abc0 Anim: armature edit mode undo now also handles bone collection root count
Compare 10 commits »
Thomas Barlow commented on pull request blender/blender-addons#105134 2024-01-22 03:53:29 +01:00
gltf: Use the new ShapeKey.points with faster foreach_get/set

This PR should be fine as it is now, but I'm holding off on removing the WIP for a bit while I investigate why, out of the models I was profiling with, one of the heavier model's with large meshes…

Thomas Barlow pushed to fbx_parse_only_used_elems at Mysteryem/blender-addons 2024-01-22 03:33:44 +01:00
d29d1296cf Docstring and more comments for import_fbx.get_used_elem_tree
a78a1586ff Only get used_sub_elem_tree when needed
d36ba6b046 Remove Texture Properties70 todo
7a24376710 Adjust comment formatting
e07881c489 Fix missing subdivision surface elements
Compare 10 commits »
Thomas Barlow created branch fbx_parse_only_used_elems in Mysteryem/blender-addons 2024-01-22 03:33:44 +01:00
Thomas Barlow commented on pull request blender/blender-addons#105135 2024-01-21 19:16:33 +01:00
WIP: Mesh Tissue: Use the new ShapeKey.points with faster foreach_get/set

Looking into getting this PR ready, it seems that Mesh Tissue is broken in multiple places in Blender 4.0+ (contains use of the removed operator override positional arguments and `Mesh.calc_normals…

Thomas Barlow pushed to main at blender/blender-developer-docs 2024-01-19 05:12:25 +01:00
65318a4526 Release Notes: 4.1: Fix incorrect Python exception type in foreach_set change
Thomas Barlow created pull request blender/blender-addons#105135 2024-01-17 14:51:26 +01:00
WIP: Mesh Tissue: Use the new ShapeKey.points with faster foreach_get/set
Thomas Barlow created pull request blender/blender-addons#105134 2024-01-17 14:49:24 +01:00
WIP: gltf: Use the new ShapeKey.points with faster foreach_get/set
Thomas Barlow created pull request blender/blender-addons#105133 2024-01-17 14:47:58 +01:00
WIP: FBX IO: Use the new ShapeKey.points with faster foreach_get/set
Thomas Barlow created branch shape_key_points_fbx in Mysteryem/blender-addons 2024-01-17 14:42:59 +01:00
Thomas Barlow pushed to shape_key_points_fbx at Mysteryem/blender-addons 2024-01-17 14:42:59 +01:00
1f4307669b FBX IO: Use the new ShapeKey.points with faster foreach_get/set