From 0bac962fe51be9ea98c24f27ca56700ddc84e646 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Feb 2022 21:47:07 +1100 Subject: CMake: exclude add-ons that don't confirm to key requirements These add-ons don't have documentation on blender.org, see: T95442 These can be re-enabled once documentation has been relocated. --- source/creator/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index bc4d912405c..8d7728d0577 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -389,6 +389,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) -- cgit v1.2.3