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/BIF_resources.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/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index cfd0f103e75..ac8a4faf210 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -366,6 +366,7 @@ void BIF_InitThemeColors(void);
void BIF_ThemeColor(struct ScrArea *sa, int colorid);
void BIF_ThemeColor4(struct ScrArea *sa, int colorid);
void BIF_ThemeColorShade(struct ScrArea *sa, int colorid, int offset);
+void BIF_ThemeColorBlend(struct ScrArea *sa, int colorid1, int colorid2, float fac);
// get only one value, not scaled
float BIF_GetThemeColorf(struct ScrArea *sa, int colorid);