Home
last modified time | relevance | path

Searched refs:RNAPointerSource (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_rna.h44 enum class RNAPointerSource { enum
79 Node *find_node(const PointerRNA *ptr, const PropertyRNA *prop, RNAPointerSource source);
92 RNAPointerSource source);
H A Ddeg_builder_rna.cc129 RNAPointerSource source) in find_node()
173 RNAPointerSource source) in construct_node_identifier()
214 if (source == RNAPointerSource::EXIT) { in construct_node_identifier()
290 case RNAPointerSource::ENTRY: in construct_node_identifier()
293 case RNAPointerSource::EXIT: in construct_node_identifier()
H A Ddeg_builder_relations_keys.cc171 RNAPathKey::RNAPathKey(ID *id, const char *path, RNAPointerSource source) : id(id), source(source) in RNAPathKey()
184 RNAPathKey::RNAPathKey(ID *id, const PointerRNA &ptr, PropertyRNA *prop, RNAPointerSource source) in RNAPathKey()
H A Ddeg_builder_relations.h151 RNAPathKey(ID *id, const char *path, RNAPointerSource source);
152 RNAPathKey(ID *id, const PointerRNA &ptr, PropertyRNA *prop, RNAPointerSource source);
159 RNAPointerSource source;
H A Ddeg_builder_relations.cc1316 Node *node_to = rna_node_query_.find_node(&ptr, prop, RNAPointerSource::ENTRY); in build_animdata_curves_targets()
1461 RNAPathKey property_entry_key(id, rna_path, RNAPointerSource::ENTRY); in build_driver_data()
1548 RNAPointerSource::EXIT); in build_driver_data()
1564 const RNAPathKey self_key(id, rna_path, RNAPointerSource::ENTRY); in build_driver_variables()
1613 RNAPathKey variable_exit_key(target_id, dtar->rna_path, RNAPointerSource::EXIT); in build_driver_variables()