0
0
forked from blender/blender
blender/release
Sergey Sharybin 6481bf32b3 Blender 3.3: Switch SVN to Git submodules using Git-LFS
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:
```
  * 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 library and tests data submodules are disabled by default. 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 new 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

Co-authored-by: Brecht Van Lommel <brecht@blender.org>
Co-authored-by: Ray Molenkamp <github@lazydodo.com>

Pull Request: blender/blender#118740
2024-02-26 15:12:59 +01:00
..
bin Linux: add launcher script to fix issue launching on Steam 2023-06-21 17:18:00 +02:00
darwin Info.plist: Bump LSMinimumSystemVersion to silence warning 2022-01-14 19:33:06 +05:30
datafiles Blender 3.3: Switch SVN to Git submodules using Git-LFS 2024-02-26 15:12:59 +01:00
freedesktop Update freedesktop file. 2022-08-31 09:42:17 +02:00
license Licenses: Attribution document for Blender 3.3 2022-08-16 18:08:09 +02:00
lts LTS downloads: user friendly names and add Apple Silicon 2023-06-15 13:05:19 +02:00
scripts updated addon references to the branch 2024-01-16 11:09:58 +01:00
text readme.html: replace IRC with blender.chat, fix typo 2022-02-15 11:09:40 +05:30
windows Windows: Run blender-launcher.exe instead of blender.exe 2022-11-24 15:33:03 +01:00