Block a user
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-15 12:33:52 +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.
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
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 15:46:35 +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.
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 14:03:23 +02:00
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 13:38:54 +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.
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 11:48:38 +02:00
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 11:47:44 +02:00
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 11:34:58 +02:00
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 11:18:32 +02:00
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 11:15:54 +02:00
Lukas Tönne
pushed to geometry-nodes-rb-component-instances at LukasTonne/blender
2024-10-14 11:05:29 +02:00