Geometry Nodes: add simulation support #104924

Closed
Hans Goudey wants to merge 211 commits from geometry-nodes-simulation into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 92a1234830 - Show all commits

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)