Commit: 3929c4e91aa08fb7e878f0b06ab48c3c1b41c700
Author: Julian Eisel
Date:   Sun Jun 12 03:46:52 2016 +0200
Branches: soc-2016-layer_manager
https://developer.blender.org/rB3929c4e91aa08fb7e878f0b06ab48c3c1b41c700

Fix new layer based object drawing not used

===================================================================

M       source/blender/editors/space_view3d/CMakeLists.txt

===================================================================

diff --git a/source/blender/editors/space_view3d/CMakeLists.txt 
b/source/blender/editors/space_view3d/CMakeLists.txt
index 059b384..e9e3e2d 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -94,4 +94,8 @@ if(WITH_LEGACY_DEPSGRAPH)
        add_definitions(-DWITH_LEGACY_DEPSGRAPH)
 endif()
 
+if(WITH_ADVANCED_LAYERS)
+       add_definitions(-DWITH_ADVANCED_LAYERS)
+endif()
+
 blender_add_lib(bf_editor_space_view3d "${SRC}" "${INC}" "${INC_SYS}")

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to