Merge branch 'blender-v4.4-release'

This commit is contained in:
Sebastian Parborg
2025-03-04 13:56:10 +01:00
12 changed files with 487 additions and 86 deletions

View File

@@ -578,6 +578,8 @@ source_archive_complete: .FORCE
-DCMAKE_BUILD_TYPE_INIT:STRING=$(BUILD_TYPE) -DPACKAGE_USE_UPSTREAM_SOURCES=OFF
# This assumes CMake is still using a default `PACKAGE_DIR` variable:
@$(PYTHON) ./build_files/utils/make_source_archive.py --include-packages "$(BUILD_DIR)/source_archive/packages"
# We assume that the tests will not change for minor releases so only package them for major versions
@$(PYTHON) ./build_files/utils/make_source_archive.py --package-test-data
icons_geom: .FORCE
@BLENDER_BIN=$(BLENDER_BIN) \