Cycles: experimental OpenSubdiv code.
This code can't actually be enabled for building and is incomplete, but it's here because we know we want to support this at some point and there's not much reason to have it in a separate branch if a simple #ifdef can disable it.
This commit is contained in:
@@ -66,6 +66,10 @@ if(WITH_CYCLES_PTEX)
|
||||
add_definitions(-DWITH_PTEX)
|
||||
endif()
|
||||
|
||||
if(WITH_CYCLES_OPENSUBDIV)
|
||||
add_definitions(-DWITH_OPENSUBDIV)
|
||||
endif()
|
||||
|
||||
if(WITH_CYCLES_OSL)
|
||||
add_definitions(-DWITH_OSL)
|
||||
add_definitions(-DOSL_STATIC_LIBRARY)
|
||||
|
Reference in New Issue
Block a user