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:
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_object_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 32be260b450..c5fa7aeafd5 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -176,6 +176,11 @@ extern Object workob;
/* used many places... should be specialized */
#define SELECT 1
#define ACTIVE 2
+#define GONNA_MOVE 32 /* temporary, for figuring what stuff needs
+ * updating during transform due to parenting
+ * or constraints... do not rely on this value
+ * unless you are me (CW).
+ */
/* type */
#define OB_EMPTY 0