[Bf-blender-cvs] [91de337dc57] blender-v3.1-release: Cmake: Re-enable tissue add-on

Aaron Carlisle noreply at git.blender.org
Tue Mar 1 05:46:21 CET 2022


Commit: 91de337dc5704d6a74a7aed76e2487187e559e8d
Author: Aaron Carlisle
Date:   Mon Feb 28 23:45:59 2022 -0500
Branches: blender-v3.1-release
https://developer.blender.org/rB91de337dc5704d6a74a7aed76e2487187e559e8d

Cmake: Re-enable tissue add-on

This add-on now conforms to the distribution requirements, see: T95442.

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

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)



More information about the Bf-blender-cvs mailing list