Lukas Tönne LukasTonne
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 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 »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-10-14 14:03:06 +02:00
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
ee3aea4caf Anim: When assigning an Action, auto-assign slot if it was never used
Compare 18 commits »
e248b8e309 Take physics instances into account for viewing geometries in spreadsheet.
Lukas Tönne commented on issue blender/blender#124461 2024-10-14 12:44:42 +02:00
GPv3: Incorrect stroke material after changin brushes

Maybe also the root cause of #125687 (primitives sometimes don't show up)? That one is difficult to repro, if switching brushes is involved that might explain it.

e815acf49f Reset test data.
ce18afc16b Handle Physics component when outputting attribute in foreach zones.