Home
last modified time | relevance | path

Searched refs:STRUCT_NO_DATABLOCK_IDPROPERTIES (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_types.h631 STRUCT_NO_DATABLOCK_IDPROPERTIES = (1 << 7), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_wm_gizmo.c1316 RNA_def_struct_flag(srna, STRUCT_NO_DATABLOCK_IDPROPERTIES); in rna_def_gizmo()
1510 RNA_def_struct_flag(srna, STRUCT_NO_DATABLOCK_IDPROPERTIES); in rna_def_gizmogroup()
H A Drna_wm.c1952 RNA_def_struct_flag(srna, STRUCT_NO_DATABLOCK_IDPROPERTIES); in rna_def_operator()
2521 RNA_def_struct_flag(srna, STRUCT_NO_DATABLOCK_IDPROPERTIES); /* Mandatory! */ in rna_def_keyconfig_prefs()
H A Drna_ID.c1695 RNA_def_struct_flag(srna, STRUCT_NO_DATABLOCK_IDPROPERTIES); in rna_def_idproperty_wrap_ptr()
H A Drna_ui.c1485 RNA_def_struct_flag(srna, STRUCT_NO_DATABLOCK_IDPROPERTIES | STRUCT_PUBLIC_NAMESPACE_INHERIT); in rna_def_uilist()
H A Drna_userdef.c4175 RNA_def_struct_flag(srna, STRUCT_NO_DATABLOCK_IDPROPERTIES); /* Mandatory! */ in rna_def_userdef_addon_pref()
H A Drna_access.c814 return (type->flag & (STRUCT_NO_DATABLOCK_IDPROPERTIES | STRUCT_NO_IDPROPERTIES)) == 0; in RNA_struct_idprops_datablock_allowed()