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 2 additions and 2 deletions
Showing only changes of commit c38d259779 - Show all commits

View File

@ -3122,8 +3122,8 @@ static void find_bounds_by_zone_recursive(const SpaceNode &snode,
}
static void node_draw_zones(TreeDrawContext & /*tree_draw_ctx*/,
SpaceNode &snode,
bNodeTree &ntree)
const SpaceNode &snode,
const bNodeTree &ntree)
{
const TreeZones *zones = bke::node_tree_zones::get_tree_zones(ntree);
if (zones == nullptr) {