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:
authorJoshua Leung <aligorith@gmail.com>2009-10-21 14:36:46 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-21 14:36:46 +0400
commit7685def9af9f69c2ff176a32d586fcbf0d938512 (patch)
treebfefb1b437a3937922e603b5aa0a4902611c39a3 /source/blender/makesdna/DNA_space_types.h
parent3a6da12ab101f2406c951638141641ad634c397e (diff)
Graph Editor: Pivot Modes for Transform
It is now possible to choose from 'Bounding Box' (default), '2D-Cursor', and 'Individual Centers' as the pivot point(s) that rotation/scaling is performed around.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 8de701d9109..3a61902e119 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -104,7 +104,7 @@ typedef struct SpaceIpo {
int flag; /* settings for Graph editor */
float cursorVal; /* cursor value (y-value, x-value is current frame) */
- int pad;
+ int around; /* pivot point for transforms */
} SpaceIpo;
typedef struct SpaceButs {