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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-05-29 20:22:07 +0400
committerTon Roosendaal <ton@blender.org>2004-05-29 20:22:07 +0400
commitdbfe3daec3d5c5093c48ac55ea0192bf3829b6ef (patch)
tree61deabf403f66a54e097a13b917450cdb0025257 /source
parent6b51c684f1de22b8ff633649654457d531e30429 (diff)
Oh, the fix is an addition of a OB_NEG_SCALE flag in ob->transflag, which
is calculated in where_is_object. Negative scale is found by a cross product of first 2 rows in matrix, and comparing that (dot product) with third row.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_object_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index a3298529472..b350416f6cd 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -293,7 +293,6 @@ extern Object workob;
#define BA_DISP_UPDATE 16
#define BA_DO_IPO 32
#define OB_GONNA_MOVE 32
-
#define BA_FROMSET 128
#define OB_DO_IMAT 256
#define OB_FROMDUPLI 512