Cleanup: trailing whitespace

This commit is contained in:
Jacques Lucke 2021-10-19 15:30:25 +02:00
parent fd77a28031
commit cd36f59027
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ def point_node_items(context):
yield NodeItem("GeometryNodeLegacyPointTranslate", poll=geometry_nodes_legacy_poll)
yield NodeItem("GeometryNodeLegacyRotatePoints", poll=geometry_nodes_legacy_poll)
yield NodeItemCustom(draw=lambda self, layout, context: layout.separator())
yield NodeItem("GeometryNodeDistributePointsOnFaces")
yield NodeItem("GeometryNodePointsToVertices")
yield NodeItem("GeometryNodePointsToVolume")