Home
last modified time | relevance | path

Searched refs:RNA_path_resolve_full (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Dscreen_user_menu.c267 if (!RNA_path_resolve_full(&ctx_ptr, umi_pr->context_data_path, &ptr, NULL, NULL)) { in screen_user_menu_draw()
281 RNA_path_resolve_full(&ptr, data_path, &prop_ptr, NULL, NULL)) { in screen_user_menu_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_relations_keys.cc178 if (!RNA_path_resolve_full(&id_ptr, path, &ptr, &prop, &index)) { in RNAPathKey()
H A Ddeg_builder_relations.cc1313 if (!RNA_path_resolve_full(&id_ptr, fcu->rna_path, &ptr, &prop, &index)) { in build_animdata_curves_targets()
1537 if (RNA_path_resolve_full(&id_ptr, fcu->rna_path, &ptr, nullptr, nullptr)) { in build_driver_data()
1641 if (!RNA_path_resolve_full(&id_ptr, rna_path, &ptr, &prop, &index)) { in build_driver_id_property()
H A Ddeg_builder_nodes.cc1026 if (!RNA_path_resolve_full(&id_ptr, rna_path, &ptr, &prop, &index)) { in build_driver_id_property()
/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DBCAnimationCurve.cpp424 bool path_resolved = RNA_path_resolve_full( in add_value_from_rna()
428 path_resolved = RNA_path_resolve_full(&id_ptr, rna_path.c_str(), &ptr, &prop, &array_index); in add_value_from_rna()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_access.h1101 bool RNA_path_resolve_full(
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c3815 if (RNA_path_resolve_full(&self->ptr, path, &r_ptr, &r_prop, &index)) { in pyrna_struct_path_resolve()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_access.c5454 bool RNA_path_resolve_full( in RNA_path_resolve_full() function