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>2004-10-08 01:45:04 +0400
committerTon Roosendaal <ton@blender.org>2004-10-08 01:45:04 +0400
commit1b46679eff18c8e3fde899c7b174e5231c06405b (patch)
treedbed0ef3440b59fe15f37745a88b1a9a58eb8365 /source/blender/include/BIF_resources.h
parent0fdc0ce297be5a9621e41eba6e785a1d9c9287e4 (diff)
More outliner features;
- Made visualization of object hierarchy more clear with lines; this solves the sometimes confusing mix of 'children objects' and 'linked data'. - Enter editmode on click, also shows editing context buttons - SHIFT+click on a item closes/opens all below that item - Added constraints and Hooks (watch fun icon!) Note; global undo doesnt restore former view for outliner... it does not save the GUI, remember? :)
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-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 234e290cebb..3233de154d7 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -174,8 +174,8 @@ typedef enum {
ICON_DOWNARROW_HLT,
ICON_ROUNDBEVELTHING,
ICON_FULLTEXTURE,
- ICON_REDPUBLISHERHALFTHINGY,
- ICON_PUBLISHER,
+ ICON_HOOK,
+ ICON_DOT,
ICON_CKEY,
ICON_CHECKBOX_DEHLT,
ICON_CHECKBOX_HLT,