Cycles: add python render engine option to use new shading nodes or not, instead

of hardcoded check for cycles. Also some other minor code cleaning tweaks.
This commit is contained in:
Brecht Van Lommel
2011-10-11 17:19:55 +00:00
parent 4f33d65ba1
commit 85818c8209
25 changed files with 71 additions and 49 deletions

View File

@@ -1462,12 +1462,6 @@ add_subdirectory(source)
add_subdirectory(intern)
add_subdirectory(extern)
#-----------------------------------------------------------------------------
# Cycles
if(WITH_CYCLES)
add_subdirectory(intern/cycles)
endif()
#-----------------------------------------------------------------------------
# Blender Application