Add hint to add simulation output node first

Until we can add both nodes at the same time, or we find
an improve simulation to link the two nodes
This commit is contained in:
Hans Goudey 2022-12-02 15:49:11 -06:00
parent afe5d0b9f2
commit 92a1234830
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class NODE_MT_category_simulation(Menu):
def draw(self, _context):
layout = self.layout
node_add_menu.add_node_type(layout, "GeometryNodeSimulationInput")
node_add_menu.add_node_type(layout, "GeometryNodeSimulationOutput")
node_add_menu.add_node_type(layout, "GeometryNodeSimulationOutput", label="Simulation Output (Add this first)")
node_add_menu.draw_assets_for_catalog(layout, self.bl_label)