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:
authorJiri Hnidek <jiri.hnidek@tul.cz>2006-10-16 18:14:49 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2006-10-16 18:14:49 +0400
commit6468b1705bfba89221c239898fab563eca6838d3 (patch)
tree2332400bbf1bdf99d114695059885fcb372ad82e /source/blender/src/outliner.c
parent239b08b8b244da1acc770de9853b8e67cd6250ac (diff)
- I forgot one ifdef in last commit, I'm sorry
Diffstat (limited to 'source/blender/src/outliner.c')
-rw-r--r--source/blender/src/outliner.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index 65b793035a9..6b66eff56fb 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -2514,6 +2514,7 @@ static void outliner_draw_tree_element(SpaceOops *soops, TreeElement *te, int st
glColor4ubv(col);
}
+#ifdef WITH_VERSE
if(ob->vnode) {
if (active==0) active=2;
if (ob==OBACT)
@@ -2521,6 +2522,7 @@ static void outliner_draw_tree_element(SpaceOops *soops, TreeElement *te, int st
else
glColor4ub(0,128,0,100);
}
+#endif
}
else if(G.obedit && G.obedit->data==tselem->id) {
glColor4ub(255, 255, 255, 100);