From 74ec3d4f51909bc998cce63a300b5488e97c3f5e Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 8 May 2005 08:16:43 +0000 Subject: 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. --- source/blender/include/BIF_resources.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source/blender/include/BIF_resources.h') 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; -- cgit v1.2.3