[Bf-blender-cvs] [417f069] soc-2016-layer_manager: Fix objects not assigned to active layer when duplicating

Julian Eisel noreply at git.blender.org
Sun Jul 10 13:57:03 CEST 2016


Commit: 417f06975bed9684283d72c3041e466f61283d14
Author: Julian Eisel
Date:   Sun Jul 10 13:56:28 2016 +0200
Branches: soc-2016-layer_manager
https://developer.blender.org/rB417f06975bed9684283d72c3041e466f61283d14

Fix objects not assigned to active layer when duplicating

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

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

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

diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index b3d02d4..8620e79 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -78,4 +78,8 @@ if(WITH_INTERNATIONAL)
 	add_definitions(-DWITH_INTERNATIONAL)
 endif()
 
+if(WITH_ADVANCED_LAYERS)
+	add_definitions(-DWITH_ADVANCED_LAYERS)
+endif()
+
 blender_add_lib(bf_editor_object "${SRC}" "${INC}" "${INC_SYS}")




More information about the Bf-blender-cvs mailing list