Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_gizmo_2d.c
| Show First 20 Lines • Show All 49 Lines • ▼ Show 20 Lines | |||||
| #include "ED_screen.h" | #include "ED_screen.h" | ||||
| #include "ED_uvedit.h" | #include "ED_uvedit.h" | ||||
| #include "SEQ_iterator.h" | #include "SEQ_iterator.h" | ||||
| #include "SEQ_sequencer.h" | #include "SEQ_sequencer.h" | ||||
| #include "SEQ_time.h" | #include "SEQ_time.h" | ||||
| #include "SEQ_transform.h" | #include "SEQ_transform.h" | ||||
| #include "transform.h" /* own include */ | #include "transform.h" | ||||
| #include "transform_gizmo.h" | |||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Shared Callback's | /** \name Shared Callback's | ||||
| * \{ */ | * \{ */ | ||||
| static bool gizmo2d_generic_poll(const bContext *C, wmGizmoGroupType *gzgt) | static bool gizmo2d_generic_poll(const bContext *C, wmGizmoGroupType *gzgt) | ||||
| { | { | ||||
| if (!ED_gizmo_poll_or_unlink_delayed_from_tool(C, gzgt)) { | if (!ED_gizmo_poll_or_unlink_delayed_from_tool(C, gzgt)) { | ||||
| ▲ Show 20 Lines • Show All 957 Lines • Show Last 20 Lines | |||||