Merge branch 'blender-v4.0-release'

This commit is contained in:
Campbell Barton
2023-11-02 16:34:19 +11:00
2 changed files with 4 additions and 4 deletions
@@ -31,8 +31,8 @@ class GeoModifierLog;
namespace blender::nodes {
void find_node_tree_dependencies(const bNodeTree &tree,
Set<ID *> &r_ids,
bool &r_needs_own_transform_relation);
Set<ID *> &r_ids,
bool &r_needs_own_transform_relation);
StringRef input_use_attribute_suffix();
StringRef input_attribute_name_suffix();
@@ -125,8 +125,8 @@ static void process_nodes_for_depsgraph(const bNodeTree &tree,
}
void find_node_tree_dependencies(const bNodeTree &tree,
Set<ID *> &r_ids,
bool &r_needs_own_transform_relation)
Set<ID *> &r_ids,
bool &r_needs_own_transform_relation)
{
Set<const bNodeTree *> checked_groups;
process_nodes_for_depsgraph(tree, r_ids, r_needs_own_transform_relation, checked_groups);