Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Rathi <rohanrathi08@gmail.com>2018-05-29 08:40:54 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2018-05-29 08:40:54 +0300
commit842245ac55ceca67863cdad252d8959cefb789c5 (patch)
tree3301dd7fc5324ccd8b2ceea0d389f7d55b413fa8 /source/blender/editors/transform/transform.h
parent5d2d36b0686d7253f9d61c00a63d273aba17677a (diff)
parent6946c413402c05a838e98a3823bf926df8cfe8d1 (diff)
Merge branch 'blender2.8' into soc-2018-bevel
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 136512516e8..3718f1be9a8 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -557,6 +557,8 @@ typedef struct TransInfo {
#define T_TEXTURE (1 << 3)
/* transforming the camera while in camera view */
#define T_CAMERA (1 << 4)
+ /* transforming the 3D cursor. */
+#define T_CURSOR (1 << 5)
// trans on points, having no rotation/scale
#define T_POINTS (1 << 6)
/**
@@ -601,7 +603,9 @@ typedef struct TransInfo {
/** #TransInfo.center has been set, don't change it. */
#define T_OVERRIDE_CENTER (1 << 25)
-#define T_CLNOR_REBUILD (1 << 26)
+#define T_MODAL_CURSOR_SET (1 << 26)
+
+#define T_CLNOR_REBUILD (1 << 27)
/* TransInfo->modifiers */
#define MOD_CONSTRAINT_SELECT 0x01