Fix: Empty geometry nodes input menu with legacy nodes enabled

Caused by a misplaced comma at the end of a line in Python.
This commit is contained in:
Hans Goudey 2021-10-22 22:35:27 -05:00
parent 231d66d8ba
commit 2a7a8a04e3
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def geometry_input_node_items(context):
return
if geometry_nodes_legacy_poll(context):
yield NodeItem("FunctionNodeLegacyRandomFloat"),
yield NodeItem("FunctionNodeLegacyRandomFloat")
yield NodeItemCustom(draw=lambda self, layout, context: layout.separator())
yield NodeItem("GeometryNodeCollectionInfo")