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-05-08 12:16:43 +0400
committerTon Roosendaal <ton@blender.org>2005-05-08 12:16:43 +0400
commit74ec3d4f51909bc998cce63a300b5488e97c3f5e (patch)
treec63379c610a510b1c342da2d5a12b70767853f89 /source/blender/include/BIF_resources.h
parentd10862a9daecc05c6468bd6ebaed8194d3b4419e (diff)
Added: new Pivot option, "Around active object".
Works nice quick to rotate a group of Objects around a defined center, without hassle with the 3d cursor. Especially for the 3D Manipulator. In EditMode/PoseMode this option falls back to "Centroid", as does the "Individual centers" option already.
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index cbaf66379bf..d52bd40ed75 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -91,10 +91,10 @@ typedef enum {
ICON_MAYBE_ITS_A_LASSO,
ICON_BLANK1, /* ATTENTION, someone decided to use this throughout blender
and didn't care to neither rename it nor update the PNG */
- ICON_ROTATE,
- ICON_CURSOR,
- ICON_ROTATECOLLECTION,
- ICON_ROTATECENTER,
+ ICON_BLANK2,
+ ICON_BLANK3,
+ ICON_BLANK4,
+ ICON_BLANK5,
ICON_ALIGN,
ICON_REC,
ICON_PLAY,
@@ -295,13 +295,13 @@ typedef enum {
ICON_BLANK74,
ICON_BLANK75,
ICON_BLANK76,
- ICON_BLANK77,
- ICON_BLANK78,
- ICON_BLANK79,
- ICON_BLANK80,
- ICON_BLANK81,
+ ICON_ROTATE,
+ ICON_CURSOR,
+ ICON_ROTATECOLLECTION,
+ ICON_ROTATECENTER,
+ ICON_ROTACTIVE,
-#define BIFICONID_LAST (ICON_BLANK81)
+#define BIFICONID_LAST (ICON_ROTACTIVE)
#define BIFNICONIDS (BIFICONID_LAST-BIFICONID_FIRST + 1)
} BIFIconID;