Geometry Nodes: Keep Add menu sorted alphabetically
This commit is contained in:
@@ -171,8 +171,8 @@ def geometry_input_node_items(context):
|
|||||||
yield NodeItem("FunctionNodeLegacyRandomFloat")
|
yield NodeItem("FunctionNodeLegacyRandomFloat")
|
||||||
yield NodeItemCustom(draw=lambda self, layout, context: layout.separator())
|
yield NodeItemCustom(draw=lambda self, layout, context: layout.separator())
|
||||||
|
|
||||||
yield NodeItem("GeometryNodeCollectionInfo")
|
|
||||||
yield NodeItem("FunctionNodeInputBool")
|
yield NodeItem("FunctionNodeInputBool")
|
||||||
|
yield NodeItem("GeometryNodeCollectionInfo")
|
||||||
yield NodeItem("FunctionNodeInputColor")
|
yield NodeItem("FunctionNodeInputColor")
|
||||||
yield NodeItem("FunctionNodeInputInt")
|
yield NodeItem("FunctionNodeInputInt")
|
||||||
yield NodeItem("GeometryNodeIsViewport")
|
yield NodeItem("GeometryNodeIsViewport")
|
||||||
|
|||||||
Reference in New Issue
Block a user