Blender
V3.3
|
Go to the source code of this file.
Functions | |
Blank Gizmo | |
Gizmo to use as a fallback (catch events). | |
static void | gizmo_blank_draw (const bContext *UNUSED(C), wmGizmo *UNUSED(gz)) |
static int | gizmo_blank_invoke (bContext *UNUSED(C), wmGizmo *UNUSED(gz), const wmEvent *UNUSED(event)) |
static int | gizmo_blank_test_select (bContext *UNUSED(C), wmGizmo *UNUSED(gz), const int UNUSED(mval[2])) |
Blank Gizmo API | |
static void | GIZMO_GT_blank_3d (wmGizmoType *gzt) |
void | ED_gizmotypes_blank_3d (void) |
Definition at line 57 of file blank3d_gizmo.c.
References GIZMO_GT_blank_3d(), and WM_gizmotype_append().
Referenced by ED_spacetypes_init().
Definition at line 21 of file blank3d_gizmo.c.
Referenced by GIZMO_GT_blank_3d().
|
static |
Definition at line 26 of file blank3d_gizmo.c.
References OPERATOR_RUNNING_MODAL.
Referenced by GIZMO_GT_blank_3d().
|
static |
Definition at line 33 of file blank3d_gizmo.c.
Referenced by GIZMO_GT_blank_3d().
|
static |
Definition at line 44 of file blank3d_gizmo.c.
References wmGizmoType::draw, gizmo_blank_draw(), gizmo_blank_invoke(), gizmo_blank_test_select(), wmGizmoType::idname, wmGizmoType::invoke, wmGizmoType::struct_size, and wmGizmoType::test_select.
Referenced by ED_gizmotypes_blank_3d().