|
Blender V4.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 *, wmGizmo *) |
| static int | gizmo_blank_invoke (bContext *, wmGizmo *, const wmEvent *) |
| static int | gizmo_blank_test_select (bContext *, wmGizmo *, const int[2]) |
Blank Gizmo API | |
| static void | GIZMO_GT_blank_3d (wmGizmoType *gzt) |
| void | ED_gizmotypes_blank_3d () |
| void ED_gizmotypes_blank_3d | ( | ) |
Definition at line 52 of file blank3d_gizmo.cc.
References GIZMO_GT_blank_3d(), and WM_gizmotype_append().
Referenced by ED_spacetypes_init().
Definition at line 20 of file blank3d_gizmo.cc.
Referenced by GIZMO_GT_blank_3d().
Definition at line 25 of file blank3d_gizmo.cc.
References OPERATOR_RUNNING_MODAL.
Referenced by GIZMO_GT_blank_3d().
Definition at line 30 of file blank3d_gizmo.cc.
Referenced by GIZMO_GT_blank_3d().
|
static |
Definition at line 39 of file blank3d_gizmo.cc.
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().