Cleanup: format
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -123,8 +123,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);
|
||||
|
||||
Reference in New Issue
Block a user