forked from blender/blender
Sergey Sharybin
a99d9ba635
This change makes it so build system and update utilities for Blender builds are using pre-compiled libraries and other resources attached as Git modules instead of using checkout of SVN repositories in the parent folder. The directory layout: ``` * release/datafiles/ * assets/ -> blender-assets.git * publish/ * ... * README.txt * lib/ * darwin_x64/ -> lib-darwin_x64.git * darwin_arm64/ -> lib-darwin_arm64.git * linux_x64/ -> lib-linux_x64.git * windows_x64/ -> lib-windows_x64.git * tests/ * data/ -> blender-test-data.git ``` The changes about configuring the actual Git sub-modules are not included into this patch, as those require repository to actually exist before it can be used. The assets submodule is enabled by default, and the rest of them are disabled. This means that if someone runs `git submodule update --init` they will not get heavy libraries. The platform-specific and tests related submodules are enabled when using `make update` or `make test`. All the submodules are tracked: this means that when new commits are done to the submodule, the blender.git repository is to be updated to point them to the new hash. This causes some extra manual work, but it allows to more easily update Blender and its dependencies to known good state when performing operations like bisect. Ref #108978 Pull Request: blender/blender#117946 Co-authored-by: Brecht Van Lommel <brecht@blender.org> Co-authored-by: Ray Molenkamp <github@lazydodo.com> Pull Request: blender/blender#118628 |
||
---|---|---|
.. | ||
autodetect_msvc.cmd | ||
build_msbuild.cmd | ||
build_ninja.cmd | ||
check_libraries.cmd | ||
check_spaces_in_path.cmd | ||
configure_msbuild.cmd | ||
configure_ninja.cmd | ||
detect_architecture.cmd | ||
detect_msvc2019.cmd | ||
detect_msvc2022.cmd | ||
detect_msvc_vswhere.cmd | ||
doc_py.cmd | ||
find_blender.cmd | ||
find_dependencies.cmd | ||
find_inkscape.cmd | ||
find_sphinx.cmd | ||
format.cmd | ||
icons_geom.cmd | ||
icons.cmd | ||
lib_update.cmd | ||
parse_arguments.cmd | ||
reset_variables.cmd | ||
set_build_dir.cmd | ||
show_hashes.cmd | ||
show_help.cmd | ||
svn_fix.cmd | ||
svn_update.cmd | ||
test.cmd | ||
update_sources.cmd |