[Bf-blender-cvs] [a75e9863fef] blender-v3.1-release: Cmake: Re-enable Amaranth add-on

Aaron Carlisle noreply at git.blender.org
Tue Mar 1 23:45:22 CET 2022


Commit: a75e9863fef9a3f1f9495d66a21c85a7cc73367c
Author: Aaron Carlisle
Date:   Tue Mar 1 17:45:13 2022 -0500
Branches: blender-v3.1-release
https://developer.blender.org/rBa75e9863fef9a3f1f9495d66a21c85a7cc73367c

Cmake: Re-enable Amaranth 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 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)



More information about the Bf-blender-cvs mailing list