Skip to content

Commit

Permalink
build: update submodules "panima", "util_shadergraph", "filmmaker"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Dec 29, 2024
1 parent 1645ddc commit 8a9d506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,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","1c217d5a467924f87d9eb3734afc5fc39b36dbb5")
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","cec83eae27f9c41352cd9d8c8a62add719d9fe8e")
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","a9ea4820f03be250bdf1e6951dad313561b75b17")

if with_vr:
Expand Down
4 changes: 2 additions & 2 deletions build_scripts/scripts/external_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
get_submodule("materialsystem","https://github.com/Silverlan/materialsystem.git","9b8ce309a2a5f3e53fed7909f8ade9927ebdc583")
get_submodule("mathutil","https://github.com/Silverlan/mathutil.git","e872f599805cf696ff6a84a4253fc44ae8e83a15")
get_submodule("networkmanager","https://github.com/Silverlan/networkmanager.git","981bc5809c1a768267ddace778205e1be0262730")
get_submodule("panima","https://github.com/Silverlan/panima.git","06916dd30cde319f31b1eee25cfed7dea8f14630")
get_submodule("panima","https://github.com/Silverlan/panima.git","9702ad39b66e2d6fe5793e465c6d3bd66da9f8cd")
get_submodule("prosper","https://github.com/Silverlan/prosper.git","a9b568c360fc06d8159215e3f0dd84f595d1fbce")
get_submodule("sharedutils","https://github.com/Silverlan/sharedutils.git","c32209f7cde687d89aa3f516d3ef0e3977918f6f")
get_submodule("util_bsp","https://github.com/Silverlan/util_bsp.git","2d912cceaaa59199a86431aa9d194e922b2ebea4")
Expand All @@ -32,7 +32,7 @@
get_submodule("util_versioned_archive","https://github.com/Silverlan/util_versioned_archive.git","e8db74a6ad9ed44d7e8a4492eb8fe44eae3452f6")
get_submodule("util_vmf","https://github.com/Silverlan/util_vmf.git","4e477b1425e1a7b9898975effaf527f661e792da")
get_submodule("util_zip","https://github.com/Silverlan/util_zip.git","d9bf05a5cbf71bf53f9fbea82c7352f870989ed1")
get_submodule("util_shadergraph","https://github.com/Silverlan/util_shadergraph.git","6128eccd5f289dce0521f6dbc9fb736af665cdf5")
get_submodule("util_shadergraph","https://github.com/Silverlan/util_shadergraph.git","5f125e5d50a7581ce53250bd82b402019e4b5031")
get_submodule("vfilesystem","https://github.com/Silverlan/vfilesystem.git","a150f67ab21993715d116bc31faaa2da5923e37e")
get_submodule("wgui","https://github.com/Silverlan/wgui.git","d2fb58bd5a07285d6c103389e32b6e669c39302b")
get_submodule("util_unicode","https://github.com/Silverlan/util_unicode.git","5a0ac6c02f199e42d7d38d99231503cf42e26f8a")
Expand Down

0 comments on commit 8a9d506

Please sign in to comment.