Home
last modified time | relevance | path

Searched refs:RNA_struct_property_is_set_ex (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfilesel.c133 if (is_filepath && RNA_struct_property_is_set_ex(op->ptr, "filepath", false)) { in ED_fileselect_set_params()
149 if (is_directory && RNA_struct_property_is_set_ex(op->ptr, "directory", false)) { in ED_fileselect_set_params()
154 if (is_filename && RNA_struct_property_is_set_ex(op->ptr, "filename", false)) { in ED_fileselect_set_params()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_access.h1288 bool RNA_struct_property_is_set_ex(PointerRNA *ptr, const char *identifier, bool use_ghost);
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_access.c6697 bool RNA_struct_property_is_set_ex(PointerRNA *ptr, const char *identifier, bool use_ghost) in RNA_struct_property_is_set_ex() function