Merge branch 'master' into blender2.8
This commit is contained in:
@@ -335,7 +335,7 @@ install(
|
||||
|
||||
if(WITH_PYTHON)
|
||||
# install(CODE "message(\"copying blender scripts...\")")
|
||||
|
||||
|
||||
# exclude addons_contrib if release
|
||||
if("${BLENDER_VERSION_CYCLE}" STREQUAL "release" OR
|
||||
"${BLENDER_VERSION_CYCLE}" STREQUAL "rc")
|
||||
@@ -361,7 +361,7 @@ if(WITH_PYTHON)
|
||||
PATTERN "${ADDON_EXCLUDE_CONDITIONAL}" EXCLUDE
|
||||
PATTERN "${FREESTYLE_EXCLUDE_CONDITIONAL}" EXCLUDE
|
||||
)
|
||||
|
||||
|
||||
unset(ADDON_EXCLUDE_CONDITIONAL)
|
||||
unset(FREESTYLE_EXCLUDE_CONDITIONAL)
|
||||
endif()
|
||||
@@ -648,7 +648,7 @@ if(UNIX AND NOT APPLE)
|
||||
unset(_suffix)
|
||||
endif()
|
||||
unset(_target_LIB)
|
||||
|
||||
|
||||
endif()
|
||||
endif()
|
||||
elseif(WIN32)
|
||||
@@ -812,7 +812,7 @@ elseif(WIN32)
|
||||
DESTINATION "."
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
if(WITH_SYSTEM_AUDASPACE)
|
||||
install(
|
||||
FILES
|
||||
@@ -829,7 +829,7 @@ elseif(WIN32)
|
||||
DESTINATION "."
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
install( # x86 builds can run on x64 Windows, so this is required at all times
|
||||
FILES ${LIBDIR}/thumbhandler/lib/BlendThumb64.dll
|
||||
DESTINATION "."
|
||||
|
Reference in New Issue
Block a user