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:47:43 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-01 07:47:43 +0300
commit9b114d6214169c788481858d63cab8cda6616f9a (patch)
treefe8996ea145d54bc12e12ff6cf8d63961ba5a0a6 /source/creator/CMakeLists.txt
parenta4e8b3a9a9fb0554184462d772c88d918bd374b0 (diff)
parent91de337dc5704d6a74a7aed76e2487187e559e8d (diff)
Merge branch 'blender-v3.1-release'
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 b6ec0a3d7f1..042e49c402b 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -383,7 +383,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)