I’ve added some structure to the geometry nodes system based on existing Blender concepts to help users read and create complex systems, and there’s some suggestions on better data access to remove some limitations, improve readability and reduce user workload.
2 Likes
object level example (attribute node network still has parameters on nodes and multiple inputs/outputs, this level doesn’t)
1 Like
attribute network (same as current geometry node groups)
generic get attribute node instead of a hard coded input node for every conceivable attribute. Saves the shift + a menu from becoming overwhelmingly bloated with nodes, and instead the user only has to drop down a use/get attribute node and then choose from the dropdown which shows only available attributes.:
Generic set attribute, instead of had coded set attribute nodes (set position etc)
1 Like