Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/intern/builder/deg_builder_relations.cc
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (property_entry_key.prop != nullptr && RNA_property_is_idprop(property_entry_key.prop)) { | if (property_entry_key.prop != nullptr && RNA_property_is_idprop(property_entry_key.prop)) { | ||||
| RNAPathKey property_exit_key(id, rna_path, RNAPointerSource::EXIT); | RNAPathKey property_exit_key(property_entry_key.id, | ||||
| property_entry_key.ptr, | |||||
| property_entry_key.prop, | |||||
| RNAPointerSource::EXIT); | |||||
| OperationKey parameters_key(id, NodeType::PARAMETERS, OperationCode::PARAMETERS_EVAL); | OperationKey parameters_key(id, NodeType::PARAMETERS, OperationCode::PARAMETERS_EVAL); | ||||
| add_relation(property_exit_key, parameters_key, "Driven Property -> Properties"); | add_relation(property_exit_key, parameters_key, "Driven Property -> Properties"); | ||||
| } | } | ||||
| Context not available. | |||||