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:
authorJoshua Leung <aligorith@gmail.com>2008-02-14 08:00:23 +0300
committerJoshua Leung <aligorith@gmail.com>2008-02-14 08:00:23 +0300
commit5beaeb9f4bb1582071cf6bd72a7276a54cc4e95a (patch)
tree70813d66b5825de2ab484c9ce81b2a8b61e08ee4 /source/blender/include/butspace.h
parentb4f975b91a4294a4a7a32bab58eac2158bc7debe (diff)
== Custom Bone Colours - Per Group Colour-Sets ==
Now it is possible to define a custom colour set per bone group. This allows rigs to look consistent across different computers with different themes. As such, the bone-groups buttons have been reshuffled to present the settings in a better way. Colour sets are now selected from a menu with descriptive names, instead of using a slider. Choose the 'Custom Set' entry to use a custom set of colours for the active group. The sets of theme colours have been retained, and can be used directly, or as the basis for a new custom colour set (when any one of the colour controls is touched). For bone-groups that haven't had any custom colour set used yet, a default 'test' set is used. This uses bright versions of the RGB colours.
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 7d047610a3a..5a276665240 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -535,6 +535,7 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_POSEGRP_RECALC 2330
#define B_POSEGRP_ADD 2331
#define B_POSEGRP_REMOVE 2332
+#define B_POSEGRP_MCUSTOM 2333
/* *********************** */
#define B_CAMBUTS 2500