Point submodules to the main branch
Also update submodule hashes to point to the main branch of the submodules. Pull Request: https://projects.blender.org/blender/blender/pulls/118612
This commit is contained in:
committed by
Sergey Sharybin
parent
396348eea9
commit
a3124b1b48
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -2,28 +2,28 @@
|
||||
update = none
|
||||
path = lib/linux_x64
|
||||
url = https://projects.blender.org/blender/lib-linux_x64.git
|
||||
branch = blender-v4.1-release
|
||||
branch = main
|
||||
[submodule "lib/macos_arm64"]
|
||||
update = none
|
||||
path = lib/macos_arm64
|
||||
url = https://projects.blender.org/blender/lib-macos_arm64.git
|
||||
branch = blender-v4.1-release
|
||||
branch = main
|
||||
[submodule "lib/macos_x64"]
|
||||
update = none
|
||||
path = lib/macos_x64
|
||||
url = https://projects.blender.org/blender/lib-macos_x64.git
|
||||
branch = blender-v4.1-release
|
||||
branch = main
|
||||
[submodule "lib/windows_x64"]
|
||||
update = none
|
||||
path = lib/windows_x64
|
||||
url = https://projects.blender.org/blender/lib-windows_x64.git
|
||||
branch = blender-v4.1-release
|
||||
branch = main
|
||||
[submodule "release/datafiles/assets"]
|
||||
path = release/datafiles/assets
|
||||
url = https://projects.blender.org/blender/blender-assets.git
|
||||
branch = blender-v4.1-release
|
||||
branch = main
|
||||
[submodule "tests/data"]
|
||||
update = none
|
||||
path = tests/data
|
||||
url = https://projects.blender.org/blender/blender-test-data.git
|
||||
branch = blender-v4.1-release
|
||||
branch = main
|
||||
|
||||
Submodule lib/linux_x64 updated: 591fce4aba...d2eea8a8a6
Submodule lib/macos_arm64 updated: 0b09ac9de1...6c8139034c
Submodule lib/macos_x64 updated: 9af47e5011...bf950af1a7
Submodule lib/windows_x64 updated: 58cb225fe4...2935423fe0
Submodule release/datafiles/assets updated: a5b6ba8fe4...38a8f38d98
Submodule tests/data updated: 44b6f5d4d1...b9e47e0e1b
Reference in New Issue
Block a user