[Bf-blender-cvs] [15b841f5dc1] blender2.8: Audaspace: Change default plugin path on windows.

Jörg Müller noreply at git.blender.org
Mon Apr 16 19:01:46 CEST 2018


Commit: 15b841f5dc1600e5612d1d1b5dbb209f1beb7158
Author: Jörg Müller
Date:   Mon Apr 16 19:00:35 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB15b841f5dc1600e5612d1d1b5dbb209f1beb7158

Audaspace: Change default plugin path on windows.

This was suggested by Ray Molenkamp in order to avoid problems with
thumbnail dlls.

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

M	extern/audaspace/blender_config.cmake

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

diff --git a/extern/audaspace/blender_config.cmake b/extern/audaspace/blender_config.cmake
index 5b5440920d0..fb1ef95fee4 100644
--- a/extern/audaspace/blender_config.cmake
+++ b/extern/audaspace/blender_config.cmake
@@ -24,3 +24,7 @@ set(PYTHONLIBS_FOUND TRUE)
 set(NUMPY_FOUND TRUE)
 set(NUMPY_INCLUDE_DIRS ${PYTHON_NUMPY_INCLUDE_DIRS})
 set(SDL_FOUND ${WITH_SDL})
+
+if(WIN32)
+	set(DEFAULT_PLUGIN_PATH "plugins")
+endif()



More information about the Bf-blender-cvs mailing list