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 07:45:59 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-01 07:45:59 +0300
commit91de337dc5704d6a74a7aed76e2487187e559e8d (patch)
treee78c4ca17ad76bc79fd68b70976d917cf5d68474 /source/creator/CMakeLists.txt
parent59a133b61f4b48a7e41b1f89effe921a905d0cae (diff)
Cmake: Re-enable tissue add-on
This add-on now conforms to the distribution requirements, see: T95442.
Diffstat (limited to 'source/creator/CMakeLists.txt')
-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 0297fe63365..22903cfae64 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -393,7 +393,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
- PATTERN "addons/mesh_tissue" EXCLUDE
)
unset(ADDON_EXCLUDE_CONDITIONAL)