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:
authorCampbell Barton <ideasman42@gmail.com>2008-09-07 20:37:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-09-07 20:37:55 +0400
commitd0b3ce3c48f0ba2425c1cd425f3ebc79a42a724d (patch)
tree063ca30a359d6799baaf86da31ce9b40d96cbb8a /source/blender/include
parent91c8eea3257675a26987814e734d64c8f861a5f0 (diff)
Draw icons in the layer button to show used layers as well as layer of active object, this is a feature from apricot but used button color instead which was confusing.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_resources.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 5099c253c79..b6a9882309d 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -266,8 +266,8 @@ typedef enum {
ICON_WINDOW_WINDOW,
ICON_PANEL_CLOSE,
ICON_PHYSICS,
- ICON_BLANK36,
- ICON_BLANK37,
+ ICON_LAYER_USED,
+ ICON_LAYER_ACTIVE,
ICON_BLANK38,
ICON_BLENDER,