Blender
V3.3
|
Go to the source code of this file.
Functions | |
Generic Gizmo Utilities. | |
bool | ED_gizmo_poll_or_unlink_delayed_from_operator (const struct bContext *C, struct wmGizmoGroupType *gzgt, const char *idname) |
bool | ED_gizmo_poll_or_unlink_delayed_from_tool_ex (const struct bContext *C, struct wmGizmoGroupType *gzgt, const char *gzgt_idname) |
bool | ED_gizmo_poll_or_unlink_delayed_from_tool (const struct bContext *C, struct wmGizmoGroupType *gzgt) |
bool ED_gizmo_poll_or_unlink_delayed_from_operator | ( | const struct bContext * | C, |
struct wmGizmoGroupType * | gzgt, | ||
const char * | idname | ||
) |
Wrapper function (operator name can't be guessed).
Referenced by gizmo_mesh_bisect_poll(), gizmo_mesh_placement_poll(), and gizmo_mesh_spin_redo_poll().
bool ED_gizmo_poll_or_unlink_delayed_from_tool | ( | const struct bContext * | C, |
struct wmGizmoGroupType * | gzgt | ||
) |
Use this as poll function directly for: wmGizmoGroupType.poll
Referenced by gizmo2d_generic_poll(), MESH_GGT_spin(), VIEW3D_GGT_mesh_preselect_edgering(), VIEW3D_GGT_mesh_preselect_elem(), VIEW3D_GGT_placement(), VIEW3D_GGT_ruler(), VIEW3D_GGT_xform_extrude(), WIDGETGROUP_gizmo_poll_tool(), WIDGETGROUP_tool_generic_poll(), WIDGETGROUP_xform_cage_poll(), and WIDGETGROUP_xform_shear_poll().
bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex | ( | const struct bContext * | C, |
struct wmGizmoGroupType * | gzgt, | ||
const char * | gzgt_idname | ||
) |
Referenced by gizmo_mesh_spin_redo_poll().