Fix T89734: incorrect dependency cycle with id property on modifier

Differential Revision: https://developer.blender.org/D11851
This commit is contained in:
2021-07-14 11:25:15 +02:00
parent 271f34f77e
commit 192f0c9e17
4 changed files with 15 additions and 5 deletions

View File

@@ -108,5 +108,7 @@ class RNANodeQuery {
static bool contains(const char *prop_identifier, const char *rna_path_component);
};
bool rna_prop_affects_parameters_node(const PointerRNA *ptr, const PropertyRNA *prop);
} // namespace deg
} // namespace blender