[Bf-blender-cvs] [42a58561064] temp-vse-preview-transform: VSE: Use transform operator in preview

Richard Antalik noreply at git.blender.org
Mon Aug 30 00:01:29 CEST 2021


Commit: 42a58561064fbc4c2e47755600ebc15d9477ded5
Author: Richard Antalik
Date:   Thu Aug 12 18:05:24 2021 +0200
Branches: temp-vse-preview-transform
https://developer.blender.org/rB42a58561064fbc4c2e47755600ebc15d9477ded5

VSE: Use transform operator in preview

Initial implementation, not extensively tested, there may be bugs

ref T90156

Maniphest Tasks: T90156

Differential Revision: https://developer.blender.org/D12105

===================================================================

M	source/blender/editors/transform/transform.h

===================================================================

diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 7094ca2ea38..383953f0d5e 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -97,6 +97,7 @@ typedef enum {
   CTX_OBMODE_XFORM_SKIP_CHILDREN = (1 << 14),
   /** Enable edge scrolling in 2D views */
   CTX_VIEW2D_EDGE_PAN = (1 << 15),
+  /* test */
 } eTContext;
 
 /** #TransInfo.flag */



More information about the Bf-blender-cvs mailing list