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:
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index d17afad0918..f417f84f623 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -379,6 +379,12 @@ if(WITH_PYTHON)
PATTERN "__pycache__" EXCLUDE
PATTERN "${ADDON_EXCLUDE_CONDITIONAL}" EXCLUDE
PATTERN "${FREESTYLE_EXCLUDE_CONDITIONAL}" EXCLUDE
+
+ # Disable add-ons that don't conform to distribution requirements, see: T95442.
+ PATTERN "addons/amaranth" EXCLUDE
+ PATTERN "addons/mesh_tiny_cad" EXCLUDE
+ PATTERN "addons/mesh_tissue" EXCLUDE
+ PATTERN "addons/real_snow.py" EXCLUDE
)
unset(ADDON_EXCLUDE_CONDITIONAL)