Merge branch 'blender-v3.1-release'

This commit is contained in:
Campbell Barton 2022-02-25 21:51:37 +11:00
commit 5db32ab5fc
1 changed files with 6 additions and 0 deletions

View File

@ -379,6 +379,12 @@ 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
PATTERN "addons/mesh_tiny_cad" EXCLUDE
PATTERN "addons/mesh_tissue" EXCLUDE
PATTERN "addons/real_snow.py" EXCLUDE
)
unset(ADDON_EXCLUDE_CONDITIONAL)