Skip to content

Commit

Permalink
build: update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Nov 2, 2024
1 parent 15801c2 commit 776aa40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ def download_addon(name,addonName,url,commitId=None):
curDir = os.getcwd()
if not skip_repository_updates:
if with_pfm:
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","d4ce37c368d80faf63329703a813c14233623d55")
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","b84f0f2afc5f760b8875556314cf74c72f1b1581")
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","bd4844c06b9a42bacd17bb7e52d3381c3fd119e4")

if with_vr:
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/scripts/external_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
get_submodule("datasystem","https://github.com/Silverlan/datasystem.git","7642296ea0f8316957e1123034e87034294f8b46")
get_submodule("iglfw","https://github.com/Silverlan/iglfw.git","ebf72bc34e645abdb2f2c245861bbda1b3b87eaf")
get_submodule("luasystem","https://github.com/Silverlan/luasystem.git","b36cfa22c79906270dec09a0d882e92c07a12104")
get_submodule("materialsystem","https://github.com/Silverlan/materialsystem.git","c0f4a2e8ee99cf3f668246c5676ab7c44ed92b74")
get_submodule("materialsystem","https://github.com/Silverlan/materialsystem.git","b3577851602a60d4b739ac69db66e15afa0cd19a")
get_submodule("mathutil","https://github.com/Silverlan/mathutil.git","90a6cbb229cf3b2e7af1eb9bc58b3ff22db5a611")
get_submodule("networkmanager","https://github.com/Silverlan/networkmanager.git","981bc5809c1a768267ddace778205e1be0262730")
get_submodule("panima","https://github.com/Silverlan/panima.git","06916dd30cde319f31b1eee25cfed7dea8f14630")
Expand Down

0 comments on commit 776aa40

Please sign in to comment.