Skip to content

Commit

Permalink
build: update submodules "filmmaker" and "pr_prosper_vulkan"
Browse files Browse the repository at this point in the history
Silverlan committed Nov 14, 2023
1 parent 15274ad commit c2b4b75
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
@@ -902,7 +902,7 @@ def download_addon(name,addonName,url,commitId=None):

curDir = os.getcwd()
if with_pfm:
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","d21988aca9e4caf7477f14b120cfb58864a64331")
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","064294df36d459ce6bc6be2190a2aa9f87eb3c6b")
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","362981334d7b2f023dbcb1a2d1972fdc843b15e7")

if with_vr:
2 changes: 1 addition & 1 deletion build_scripts/scripts/modules.py
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@
get_submodule("pr_audio_dummy","https://github.com/Silverlan/pr_audio_dummy.git","282dd1a")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","150e9d0c3d5116745fb83a7da28eb32666125347")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","a268347")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","0b8ba03ddafbc720b352b0436055758ca8528283")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","e67dbaa220c3a858de04dc3ec53e161311d87fa6")

os.chdir(curDir)

0 comments on commit c2b4b75

Please sign in to comment.