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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2006-06-29 13:53:54 +0400
committerTon Roosendaal <ton@blender.org>2006-06-29 13:53:54 +0400
commit0f0c72718c9046e54bbc84b484c8fc7c3b041cd2 (patch)
tree08b41790e20145918cd7fb65c7c68321d8f4a27c /source
parent5dac88dc58e362a58dcd7fb6df1537fb9949b4a7 (diff)
Related to bugreport #4514
Debugging complex files with drivers is very hard... so I've added the drivers now to show in Outliner too (under the Ipo). Note that this works for Actions too, but only when the action is linked to an Object directly. (For a real diff you have check previous commit, I forgot to write a log for that)
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index f33a4996186..5b47788ab64 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -2451,7 +2451,7 @@ static void outliner_draw_tree(SpaceOops *soops)
#endif
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); // only once
-
+
// selection first
BIF_GetThemeColor3ubv(TH_BACK, col);
glColor3ub(col[0]+15, col[1]+20, col[2]+25);