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:
authorMatt Ebb <matt@mke3.net>2006-06-09 20:01:27 +0400
committerMatt Ebb <matt@mke3.net>2006-06-09 20:01:27 +0400
commit67dc5585cb2f778c032e7804cd57f42fcfaca11b (patch)
treeb16ae3848423db9a9855fca83c7e5ddfb4927db9 /source/blender/include/BIF_resources.h
parente8ce6c02d3221d3404fd8c1f2e4d2ab3572e7eb8 (diff)
* Added an 'eyedropper' tool in the colour picker. With the colour picker open,
you can click on the 'Sample' button, to sample any colour on the Blender screen. This is really useful in the compositor, and would probably be good for sampling footage in any eventual chroma key nodes that may be made, too. LMB to pick the colour, ESC or RMB to cancel.
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 6a4287c2eb8..622b55be154 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -233,7 +233,7 @@ typedef enum {
ICON_IPO_DEHLT,
ICON_LIBRARY_DEHLT,
ICON_IMAGE_DEHLT,
- ICON_WINDOW_FULLSCREEN,
+ ICON_EYEDROPPER,
ICON_WINDOW_WINDOW,
ICON_PANEL_CLOSE,