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>2003-10-18 16:21:41 +0400
committerTon Roosendaal <ton@blender.org>2003-10-18 16:21:41 +0400
commitf420f8761037d4aae3b20fb02e4d03a3cc1f5919 (patch)
tree3c5dbc7c79855e8fbaeb5c2855270571892534a3 /source/blender/include/butspace.h
parentb6d30dddd728cc38a72090686918e682d040b1c8 (diff)
- added Theme for File Window
- made grid drawing using the main theme color - was annoyed with the primitive grid... so coded something that allows zooming in and out a 100fold without losing gridlines - brought back 'NKEY' for mesh editmode - added to this a 'median' option; when more vertices selected you see the average coordinate. works nice when inputting values as well (todo: make this for other editmodes) - renamed the 'NKEY' panel to 'Transform Properties', also fixed in pulldown menu. I am off for the rest of the day. More committing fun tomorrow! -Ton-
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index aa196a8d32b..7d708b36279 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -122,6 +122,7 @@ void test_idbutton_cb(void *namev, void *arg2_unused);
#define B_BGPICTEXCLEAR 1006
#define B_OBJECTPANELROT 1007
+#define B_OBJECTPANELMEDIAN 1008
/* *********************** */
#define B_LAMPBUTS 1200