Bforartists / Manual

The Bforartists Manual
17 stars 4 forks source link

Geometry Nodes - Node Groups Usage sub-panel updates #614

Closed Draise14 closed 3 months ago

Draise14 commented 4 months ago

image

Now it's a sub-panel.

Details SHA-1: 125afb20d330a27a51b73cd4f55cd4136ea71fbb * Nodes: reorganize node group properties UI The initial motivation for this came from #121334, because now there are two description inputs which look very alike and not's not obvious at a glance where they belong to. Additionally, I find myself sometimes looking for node properties in the group properties panel because of the same panel name. This patch does the following changes to improve the situation: * Reorder the node group properties and socket interface panel. * Rename `Properties` panel to `Group` (similar to `Node` in the corresponding tab). * Rename the `Interface` panel to `Group Sockets`. * Add a `Name` field for the node group. This makes it even more obvious that one is looking at the group properties. Also it makes it possible to rename the group without having to go up one level to change the name in the group node. * New layout-panel for the different usages. This only exists for geometry nodes. Pull Request: https://projects.blender.org/blender/blender/pulls/121564