[Bf-blender-cvs] [59a133b61f4] blender-v3.1-release: Cmake: Re-enable real snow add-on

Aaron Carlisle noreply at git.blender.org
Mon Feb 28 20:38:26 CET 2022


Commit: 59a133b61f4b48a7e41b1f89effe921a905d0cae
Author: Aaron Carlisle
Date:   Mon Feb 28 14:38:13 2022 -0500
Branches: blender-v3.1-release
https://developer.blender.org/rB59a133b61f4b48a7e41b1f89effe921a905d0cae

Cmake: Re-enable real snow 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 8d7728d0577..0297fe63365 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -394,7 +394,6 @@ if(WITH_PYTHON)
 	  PATTERN "addons/amaranth" EXCLUDE
 	  PATTERN "addons/mesh_tiny_cad" EXCLUDE
 	  PATTERN "addons/mesh_tissue" EXCLUDE
-	  PATTERN "addons/real_snow.py" EXCLUDE
   )
 
   unset(ADDON_EXCLUDE_CONDITIONAL)



More information about the Bf-blender-cvs mailing list