User Inteface: Missing separator in Geometry Nodes > Add Node > Geometry menu

This separator was missing in the original change in the menus (d4e638baac).
This commit is contained in:
Dalai Felinto 2023-01-16 12:23:50 +01:00
parent 9a1f0443cb
commit 5320372c34
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(Menu):
layout = self.layout
layout.menu("NODE_MT_geometry_node_GEO_GEOMETRY_READ")
layout.menu("NODE_MT_geometry_node_GEO_GEOMETRY_WRITE")
layout.separator()
layout.menu("NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS")
layout.menu("NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE")
layout.separator()