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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-15 09:43:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-15 09:43:59 +0400
commitb8be69c56846fbd866bcbcf804e96537850137a1 (patch)
treeb724fcf3c4ccfd636b536c0bc9bad606d2bd8c5a /source/blender/makesdna/DNA_camera_types.h
parent99b7960781391b52ddff639420cf74cab0418647 (diff)
camera composition guides:
removed diagonal golden rule (not very common), added harmonious triangle and golden triangle options.
Diffstat (limited to 'source/blender/makesdna/DNA_camera_types.h')
-rw-r--r--source/blender/makesdna/DNA_camera_types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_camera_types.h b/source/blender/makesdna/DNA_camera_types.h
index d64b72c6f40..952b4e799b5 100644
--- a/source/blender/makesdna/DNA_camera_types.h
+++ b/source/blender/makesdna/DNA_camera_types.h
@@ -76,8 +76,10 @@ typedef struct Camera {
#define CAM_DTX_CENTER_DIAG 2
#define CAM_DTX_THIRDS 4
#define CAM_DTX_GOLDEN 8
-#define CAM_DTX_GOLDEN_DIAG_H 16
-#define CAM_DTX_GOLDEN_DIAG_V 32
+#define CAM_DTX_GOLDEN_TRI_A 16
+#define CAM_DTX_GOLDEN_TRI_B 32
+#define CAM_DTX_HARMONY_TRI_A 64
+#define CAM_DTX_HARMONY_TRI_B 128
/* flag */
#define CAM_SHOWLIMITS 1