Home
last modified time | relevance | path

Searched refs:RNA_def_enum_flag (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_wm_api.c686 parm = RNA_def_enum_flag( in rna_generic_op_invoke()
946 parm = RNA_def_enum_flag(func, "type", rna_enum_wm_report_items, 0, "Type", ""); in RNA_api_operator()
976 parm = RNA_def_enum_flag( in RNA_api_operator()
1001 parm = RNA_def_enum_flag( in RNA_api_operator()
1014 parm = RNA_def_enum_flag( in RNA_api_operator()
1053 parm = RNA_def_enum_flag(func, "type", rna_enum_wm_report_items, 0, "Type", ""); in RNA_api_macro()
1195 RNA_def_enum_flag( in RNA_api_keymapitems()
1197 RNA_def_enum_flag(func, "exclude", rna_enum_event_type_mask_items, 0, "Exclude", ""); in RNA_api_keymapitems()
1281 RNA_def_enum_flag( in RNA_api_keyconfigs()
1283 RNA_def_enum_flag(func, "exclude", rna_enum_event_type_mask_items, 0, "Exclude", ""); in RNA_api_keyconfigs()
H A Drna_wm_gizmo.c1080 parm = RNA_def_enum_flag(func, "tweak", tweak_actions, 0, "Tweak", ""); in rna_def_gizmo()
1082 parm = RNA_def_enum_flag( in rna_def_gizmo()
1101 parm = RNA_def_enum_flag( in rna_def_gizmo()
H A Drna_render.c723 parm = RNA_def_enum_flag(func, "type", rna_enum_wm_report_items, 0, "Type", ""); in rna_def_render_engine()
H A Drna_ID.c1635 RNA_def_enum_flag(func, "refresh", update_flag_items, 0, "", "Type of updates to perform"); in rna_def_ID()
H A Drna_fcurve.c2236 RNA_def_enum_flag(func, "options", keyframe_flag_items, 0, "", "Keyframe options"); in rna_def_fcurve_keyframe_points()
H A Drna_define.c3765 PropertyRNA *RNA_def_enum_flag(StructOrFunctionRNA *cont_, in RNA_def_enum_flag() function
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gizmo_library/gizmo_types/
H A Darrow3d_gizmo.c527 RNA_def_enum_flag(gzt->srna, in GIZMO_GT_arrow_3d()
533 RNA_def_enum_flag(gzt->srna, "transform", rna_enum_transform_items, 0, "Transform", ""); in GIZMO_GT_arrow_3d()
H A Dcage3d_gizmo.c681 RNA_def_enum_flag(gzt->srna, "transform", rna_enum_transform, 0, "Transform Options", ""); in GIZMO_GT_cage_3d()
688 RNA_def_enum_flag(gzt->srna, in GIZMO_GT_cage_3d()
H A Dbutton2d_gizmo.c362 RNA_def_enum_flag(gzt->srna, "draw_options", rna_enum_draw_options, 0, "Draw Options", ""); in GIZMO_GT_button_2d()
H A Dmove3d_gizmo.c473 RNA_def_enum_flag(gzt->srna, "draw_options", rna_enum_draw_options, 0, "Draw Options", ""); in GIZMO_GT_move_3d()
H A Dsnap3d_gizmo.c505 RNA_def_enum_flag(gzt->srna, in GIZMO_GT_snap_3d()
H A Dcage2d_gizmo.c1193 RNA_def_enum_flag(gzt->srna, "transform", rna_enum_transform, 0, "Transform Options", ""); in GIZMO_GT_cage_2d()
1200 RNA_def_enum_flag(gzt->srna, in GIZMO_GT_cage_2d()
H A Ddial3d_gizmo.c672 RNA_def_enum_flag(gzt->srna, "draw_options", rna_enum_draw_options, 0, "Draw Options", ""); in GIZMO_GT_dial_3d()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_define.h179 PropertyRNA *RNA_def_enum_flag(StructOrFunctionRNA *cont,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/lattice/
H A Deditlattice_select.c256 RNA_def_enum_flag(ot->srna, "axis", rna_enum_axis_flag_xyz_items, (1 << 0), "Axis", ""); in LATTICE_OT_select_mirror()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_filter_mesh.c778 RNA_def_enum_flag(ot->srna, in SCULPT_OT_mesh_filter()
H A Dsculpt_cloth.c1608 RNA_def_enum_flag(ot->srna, in SCULPT_OT_cloth_filter()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_extrude_spin_gizmo.c476 RNA_def_enum_flag(gzgt->srna, "axis", rna_enum_axis_flag_xyz_items, (1 << 2), "Axis", ""); in MESH_GGT_spin()
H A Deditmesh_select.c3373 prop = RNA_def_enum_flag(ot->srna, in MESH_OT_select_linked()
3645 prop = RNA_def_enum_flag(ot->srna, in MESH_OT_select_linked_pick()
3912 RNA_def_enum_flag(ot->srna, "axis", rna_enum_axis_flag_xyz_items, (1 << 0), "Axis", ""); in MESH_OT_select_mirror()
H A Deditmesh_tools.c6069 RNA_def_enum_flag(ot->srna, in MESH_OT_dissolve_limited()
6943 RNA_def_enum_flag(ot->srna, in MESH_OT_sort_elements()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_edit.c1696 prop = RNA_def_enum_flag( in OBJECT_OT_mode_set_with_submode()
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_props.c3264 prop = RNA_def_enum_flag(srna, id, eitems, defvalue, name ? name : id, description); in BPy_EnumProperty()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c3521 ot->prop = RNA_def_enum_flag(ot->srna, in WM_OT_previews_clear()