Geometry Nodes: add simulation support #104924

Closed
Hans Goudey wants to merge 211 commits from geometry-nodes-simulation into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 25313429ec - Show all commits

View File

@ -1030,7 +1030,6 @@ class NODE_PT_simulation_zone_items(Panel):
layout.use_property_split = True
layout.use_property_decorate = False
layout.prop(active_item, "socket_type")
layout.prop(active_item, "name")
if active_item.socket_type in {'VECTOR', 'INT', 'BOOLEAN', 'FLOAT', 'RGBA'}:
layout.prop(active_item, "attribute_domain")