Skip to content

Commit

Permalink
build: update submodules "filmmaker" and "pr_davinci"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Nov 23, 2023
1 parent 6a18fd4 commit 39bf867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def execbuildscript(filepath):
)
add_pragma_module(
name="pr_davinci",
commitSha="a0dacdc159f80df9925e7e651b95e731ab347990",
commitSha="2363a3d366c3d4e9cf6f51264f480d35466dfecc",
repositoryUrl="https://github.com/Silverlan/pr_davinci.git"
)

Expand Down Expand Up @@ -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","84e1a57b4ae188e639c9c1bf87e0090a04df6b57")
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","de758ab3d0d8c14a4c7cc5da1cdbd853789c87da")
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","362981334d7b2f023dbcb1a2d1972fdc843b15e7")

if with_vr:
Expand Down

0 comments on commit 39bf867

Please sign in to comment.