Fix T101398: Transfer Attribute node still defined in menu
Removing this item was missed in 837144b457.
This commit is contained in:
@@ -14,7 +14,6 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(Menu):
|
||||
node_add_menu.add_node_type(layout, "GeometryNodeCaptureAttribute")
|
||||
node_add_menu.add_node_type(layout, "GeometryNodeAttributeDomainSize")
|
||||
node_add_menu.add_node_type(layout, "GeometryNodeAttributeStatistic")
|
||||
node_add_menu.add_node_type(layout, "GeometryNodeAttributeTransfer")
|
||||
node_add_menu.add_node_type(layout, "GeometryNodeRemoveAttribute")
|
||||
node_add_menu.add_node_type(layout, "GeometryNodeStoreNamedAttribute")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user