Sequencer: add option to toggle gizmos

Use shortcut matching the 3D view & popover in the header
This commit is contained in:
2021-10-08 17:07:56 +11:00
parent de07bf2b13
commit ebe216f532
9 changed files with 117 additions and 13 deletions

View File

@@ -112,9 +112,9 @@ void ED_image_point_pos__reverse(struct SpaceImage *sima,
float r_co[2]);
bool ED_image_slot_cycle(struct Image *image, int direction);
bool ED_space_image_show_render(struct SpaceImage *sima);
bool ED_space_image_show_paint(struct SpaceImage *sima);
bool ED_space_image_show_uvedit(struct SpaceImage *sima, struct Object *obedit);
bool ED_space_image_show_render(const struct SpaceImage *sima);
bool ED_space_image_show_paint(const struct SpaceImage *sima);
bool ED_space_image_show_uvedit(const struct SpaceImage *sima, struct Object *obedit);
bool ED_space_image_paint_curve(const struct bContext *C);