Fix #30270, #30265: cycles not displaying textured objects, and not rendering

text/curve objects after the bmesh merge. Also removed a debug print.
This commit is contained in:
Brecht Van Lommel
2012-02-21 14:39:59 +00:00
parent 6a5b34bdb5
commit d47b018f8d
4 changed files with 15 additions and 7 deletions

View File

@@ -254,7 +254,6 @@ if(APPLE)
"Choose the minimum OSX version required: 10.4 or 10.5"
FORCE)
endif()
MESSAGE(STATUS ${CMAKE_GENERATOR})
if(${CMAKE_GENERATOR} MATCHES "Xcode")
if(${XCODE_VERSION} VERSION_EQUAL 4 OR ${XCODE_VERSION} VERSION_GREATER 4)
# Xcode 4 defaults to the Apple LLVM Compiler.