Skip to content

Commit

Permalink
build: update submodules "util_shadergraph", "filmmaker"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Dec 27, 2024
1 parent b8f5120 commit 5642cdd
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 @@ -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","b6d16232c33a0c424acd48ff6994acfd51d86ad8")
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","072a5c6bc9218136e539d13b4aaf73b228ea094d")
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","a9ea4820f03be250bdf1e6951dad313561b75b17")

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 @@ -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","22cefd7423f5c48b18f0d3c5278ed0e05497bf88")
get_submodule("util_shadergraph","https://github.com/Silverlan/util_shadergraph.git","6128eccd5f289dce0521f6dbc9fb736af665cdf5")
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 5642cdd

Please sign in to comment.