Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-interpolate-selection-filter at LukasTonne/blender 2024-10-16 11:34:29 +02:00
1317a5f4c4 Fix crash due to mismatching src/dst curve indices.
Lukas Tönne commented on pull request blender/blender#129038 2024-10-16 09:31:25 +02:00
Fix #129024: GPv3: renaming a vertex group lose the group assignation

Picky, but shouldnt it be BKE_object_defgroup_name_set (instead of BKE_object_defgroup_set_name) ?

I don't see that much consistency in the naming in BKE_object_deform.hh, for example…

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-16 00:09:20 +02:00
66fac8b78e Removed the shape count for physics component from log strings.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-15 23:56:01 +02:00
21efc6a7d9 Shape CoM is not a field any more.
Lukas Tönne pushed to gpv3-interpolate-selection-filter at LukasTonne/blender 2024-10-15 17:52:36 +02:00
b983ec7c57 Use selection to limit the number of strokes getting interpolated.
Lukas Tönne created branch gpv3-interpolate-selection-filter in LukasTonne/blender 2024-10-15 17:52:36 +02:00
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-15 14:10:45 +02:00
36ffa606de Change collision shapes from a physics domain to a geometry component.
e32c4d0ef0 Fix missing call to finish() after writing body shapes.
7cc4acf52a Copy collision shapes when extracting physics body elements.
5b1559f1ba Merge branch 'geometry-nodes-rb-component' into geometry-nodes-rb-component-instances
5580bc9db7 Merge branch 'main' into geometry-nodes-rb-component
d1ccebffd0 Cleanup: make format
aa6742897e Cleanup: spelling in comments
11e41f7276 Merge branch 'blender-v4.3-release'
Compare 42 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-15 12:33:29 +02:00
5580bc9db7 Merge branch 'main' into geometry-nodes-rb-component
d1ccebffd0 Cleanup: make format
aa6742897e Cleanup: spelling in comments
11e41f7276 Merge branch 'blender-v4.3-release'
eb36125218 Unbreak build from missing include
Compare 41 commits »
Lukas Tönne approved blender/blender#129038 2024-10-15 10:00:09 +02:00
Fix #129024: GPv3: renaming a vertex group lose the group assignation

Thanks for the fix! Suggested moving the function to BKE, otherwise looks fine.

Lukas Tönne commented on pull request blender/blender#129038 2024-10-15 10:00:07 +02:00
Fix #129024: GPv3: renaming a vertex group lose the group assignation

I think there should be a separate BKE function for this logic rather than putting that in RNA. Could techincally put it in BKE_object_defgroup_unique_name, but that only runs after setting the initial name so it's not an exact fit. Something like BKE_object_defgroup_set_name, doing what rna_VertexGroup_name_set does now.

1f386cabec Node to retrieve the collision shape for a single body.
f81fc5c39e Make sure the instance reference indices in spreadsheet are unambiguous.
Lukas Tönne approved blender/blender#128886 2024-10-14 14:36:24 +02:00
Nodes: support subpanels in node group interface

Code looks fine. Not sure why it was decided to allow subpanels now, if nothing else changed.

a67b3e342e Merge branch 'geometry-nodes-rb-component' into geometry-nodes-rb-component-instances
14bb34840a Merge branch 'main' into geometry-nodes-rb-component
40d87a824e Fix #125611: Add collection instance ignores scale property
d00e6e7353 Anim: update slot selection for Action Constraint
76bddb41df Anim: Fix NLA Strip Action assignment
Compare 20 commits »