Block a user
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.
Fix #129024: GPv3: renaming a vertex group lose the group assignation
Picky, but shouldnt it be
BKE_object_defgroup_name_set
(instead ofBKE_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 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-instances at LukasTonne/blender
2024-10-15 14:05:12 +02:00
e32c4d0ef0
Fix missing call to finish() after writing body shapes.
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-15 13:48:24 +02:00
7cc4acf52a
Copy collision shapes when extracting physics body elements.
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-15 12:33:52 +02:00
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'
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
Fix #129024: GPv3: renaming a vertex group lose the group assignation
Thanks for the fix! Suggested moving the function to BKE, otherwise looks fine.
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.
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 17:31:50 +02:00
1f386cabec
Node to retrieve the collision shape for a single body.
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 15:46:35 +02:00
f81fc5c39e
Make sure the instance reference indices in spreadsheet are unambiguous.
Nodes: support subpanels in node group interface
Code looks fine. Not sure why it was decided to allow subpanels now, if nothing else changed.
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 14:03:23 +02:00
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