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-01 19:58:19 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-01 19:58:27 +0300
commitf085c2bab5b62a7ec188d7e5be93dfdd4b5418aa (patch)
treea426869954647e6712290b827371130c3124e64a
parent952a613d3843a7ab47bd8063da71c277ee0a013f (diff)
Cmake: Re-enable tiny cad add-on
This add-on now conforms to the distribution requirements, see: T95442.
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 22903cfae64..2e626428826 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -392,7 +392,6 @@ if(WITH_PYTHON)
# Disable add-ons that don't conform to distribution requirements, see: T95442.
PATTERN "addons/amaranth" EXCLUDE
- PATTERN "addons/mesh_tiny_cad" EXCLUDE
)
unset(ADDON_EXCLUDE_CONDITIONAL)