[Bf-blender-cvs] [e03b9f555c1] master: Cmake: Re-enable Amaranth add-on

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


Commit: e03b9f555c177161ac3ed66e2f6071d479a563f7
Author: Aaron Carlisle
Date:   Tue Mar 1 17:45:13 2022 -0500
Branches: master
https://developer.blender.org/rBe03b9f555c177161ac3ed66e2f6071d479a563f7

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 01f3e6f52c6..d17afad0918 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -379,9 +379,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