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:
authorTon Roosendaal <ton@blender.org>2005-03-19 23:27:13 +0300
committerTon Roosendaal <ton@blender.org>2005-03-19 23:27:13 +0300
commit35ab8a32a125d245a4f9b12daacbba6b9b4599d0 (patch)
tree58c84408a29ebb3f788f1846a0696c64abef1760 /source/blender/blenkernel/BKE_global.h
parent0542e1ebe38c1cbf739a9c3181fafcc27971cff6 (diff)
Global G.moving got nice define flags, and additional meaning.
- move object mode - move editmode/pose mode - move with widgets
Diffstat (limited to 'source/blender/blenkernel/BKE_global.h')
-rw-r--r--source/blender/blenkernel/BKE_global.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 395980eb860..ffb9f1bc309 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -238,6 +238,11 @@ typedef struct Global {
#define L_ENDIAN 1
#define B_ENDIAN 0
+/* G.moving, signals drawing in (3d) window to denote transform */
+#define G_TRANSFORM_OBJ 1
+#define G_TRANSFORM_EDIT 2
+#define G_TRANSFORM_MANIP 4
+
/* G.special1 */
/* Memory is allocated where? blender.c */