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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-03-02 01:45:13 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-02 01:45:13 +0300
commita75e9863fef9a3f1f9495d66a21c85a7cc73367c (patch)
tree8e204f9429b230ea7825073f2f7a553b8a6d5b6e
parent9bd586a01e6813a615eab05871803730603e2152 (diff)
Cmake: Re-enable Amaranth add-on
This add-on now conforms to the distribution requirements, see: T95442.
-rw-r--r--source/creator/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 2e626428826..bc4d912405c 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -389,9 +389,6 @@ 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
)
unset(ADDON_EXCLUDE_CONDITIONAL)