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:
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);