[Bf-blender-cvs] [fd678cfafce] temp-vse-preview-transform: Now I forgot that I did prior change here, so values were incorrect :(

Richard Antalik noreply at git.blender.org
Fri Sep 10 11:40:18 CEST 2021


Commit: fd678cfafce1d380b5c7e4258b47289945750932
Author: Richard Antalik
Date:   Sun Aug 29 21:29:34 2021 +0200
Branches: temp-vse-preview-transform
https://developer.blender.org/rBfd678cfafce1d380b5c7e4258b47289945750932

Now I forgot that I did prior change here, so values were incorrect :(

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

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

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

diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 8d606a8a12e..7094ca2ea38 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -94,9 +94,9 @@ typedef enum {
   /** When transforming object's, adjust the object data so it stays in the same place. */
   CTX_OBMODE_XFORM_OBDATA = (1 << 13),
   /** Transform object parents without moving their children. */
-  /** Enable edge scrolling in 2D views */
-  CTX_VIEW2D_EDGE_PAN = (1 << 14),
   CTX_OBMODE_XFORM_SKIP_CHILDREN = (1 << 14),
+  /** Enable edge scrolling in 2D views */
+  CTX_VIEW2D_EDGE_PAN = (1 << 15),
 } eTContext;
 
 /** #TransInfo.flag */



More information about the Bf-blender-cvs mailing list