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-03-27 22:17:48 +0400
committerTon Roosendaal <ton@blender.org>2005-03-27 22:17:48 +0400
commitb8d59ccb6911adb34613c588b76b8df62801b42f (patch)
tree6dca5e53b263ac0cb9329a28153c47f9579af879 /source/blender/include/BIF_resources.h
parent642012064bfc50cb0e2c266e36738e965bcabab3 (diff)
Transform goodies;
- Added icons for the Widgets to blenderbuttons pic - Added in header - if widget in use - three buttons to choose widget type (hold shift for combo widgets) - Hotkey CTRL+space now switches widgets on/off I also noticed negative scaling doesn't work satisfying yet; - for scale widget, using center didn't work correct anymore (fixed) - negative scaling didn't even get applied! (fixed) - but; scaling somethig negative now flips back to positive... ???? Last one i need Martin P for! Note that I had to change Mat3ToSize....
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h24
1 files changed, 23 insertions, 1 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 4715cc87703..a6e3bbbca5f 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -280,7 +280,29 @@ typedef enum {
ICON_BLANK60,
ICON_BLANK61,
-#define BIFICONID_LAST (ICON_BLANK61)
+ ICON_BLANK65,
+ ICON_BLANK66,
+ ICON_BLANK67,
+ ICON_MANIPUL,
+ ICON_MAN_TRANS,
+ ICON_MAN_ROT,
+ ICON_MAN_SCALE,
+ ICON_BLANK68,
+ ICON_BLANK69,
+ ICON_BLANK70,
+ ICON_BLANK71,
+ ICON_BLANK72,
+ ICON_BLANK73,
+ ICON_BLANK74,
+ ICON_BLANK75,
+ ICON_BLANK76,
+ ICON_BLANK77,
+ ICON_BLANK78,
+ ICON_BLANK79,
+ ICON_BLANK80,
+ ICON_BLANK81,
+
+#define BIFICONID_LAST (ICON_BLANK81)
#define BIFNICONIDS (BIFICONID_LAST-BIFICONID_FIRST + 1)
} BIFIconID;