From d04d27b406b856396102452cab0eedf315e94a54 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 7 Oct 2021 12:32:04 +1100 Subject: Sequencer: 2D cursor for the preview & transform - Use 2D cursor in the preview space using shortcuts matching the UV editor and 3D view. - Add Cursor tool, cursor transform. - Support for cursor and bound-box pivot. - Add pivot pie menu. --- source/blender/makesdna/DNA_space_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index aa74e7712c0..bace73b88ba 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -647,6 +647,9 @@ typedef struct SpaceSeq { int draw_flag; char _pad[4]; + /** 2D cursor for transform. */ + float cursor[2]; + /** Grease-pencil data. */ struct bGPdata *gpd; -- cgit v1.2.3