Blender  V3.3
ED_gizmo_utils.h File Reference

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)
 

Function Documentation

◆ ED_gizmo_poll_or_unlink_delayed_from_operator()

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().

◆ ED_gizmo_poll_or_unlink_delayed_from_tool()

bool ED_gizmo_poll_or_unlink_delayed_from_tool ( const struct bContext C,
struct wmGizmoGroupType gzgt 
)

◆ ED_gizmo_poll_or_unlink_delayed_from_tool_ex()

bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex ( const struct bContext C,
struct wmGizmoGroupType gzgt,
const char *  gzgt_idname 
)