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
path: root/source
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-02-28 22:38:13 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-02-28 22:38:13 +0300
commit59a133b61f4b48a7e41b1f89effe921a905d0cae (patch)
treedf0ad095d63da3a9aa21b3c7fb41bc069c6cf22f /source
parent44b0c70919e92f7b70f0e03eba9570ca8906ab90 (diff)
Cmake: Re-enable real snow add-on
This add-on now conforms to the distribution requirements, see: T95442.
Diffstat (limited to 'source')
-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 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)