Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2020-08-18 15:55:44 +0300
committerDalai Felinto <dalai@blender.org>2020-08-18 15:55:44 +0300
commit8ab0d0e3990881bf66e9cdd2f62cd2a464015496 (patch)
tree11dd79c2b6b648eddbb9c4fffe5d66152db52134 /CMakeLists.txt
parentc526a34fc2fe0d51a81837bd49dbc0b78c8b5224 (diff)
parent83e3d25bcae37df0139bb93b85d7ae5bf3da553b (diff)
Merge remote-tracking branch 'origin/blender-v2.90-release'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cd518227e27..584bee4cffd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -430,6 +430,10 @@ if(WIN32)
option(WITH_TBB_MALLOC_PROXY "Enable the TBB malloc replacement" ON)
endif()
+# This should be turned off when Blender enter beta/rc/release
+option(WITH_EXPERIMENTAL_FEATURES "Enable experimental features (still need to enable them in the user preferences)" OFF)
+mark_as_advanced(WITH_EXPERIMENTAL_FEATURES)
+
# Unit testsing
option(WITH_GTESTS "Enable GTest unit testing" OFF)
option(WITH_OPENGL_RENDER_TESTS "Enable OpenGL render related unit testing (Experimental)" OFF)