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:
authorCampbell Barton <campbell@blender.org>2022-02-25 13:51:37 +0300
committerCampbell Barton <campbell@blender.org>2022-02-25 13:51:37 +0300
commit5db32ab5fc770751d5966311172f50f0572070cf (patch)
tree9e0f3dc3ce372cf7bc90ce3e00350914e313cb8d /source/creator
parent8ddeb71a551325b40f204765d14462bc9fc5947a (diff)
parent0bac962fe51be9ea98c24f27ca56700ddc84e646 (diff)
Merge branch 'blender-v3.1-release'
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)