Skip to content

Commit

Permalink
build: update filmmaker and pfm_tutorials submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Jul 22, 2023
1 parent 5a40984 commit 5beccac
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 @@ -841,15 +841,15 @@ def download_addon(name,addonName,url,commitId=None):

curDir = os.getcwd()
if with_pfm:
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","d2dd456a2945d990357035becfcc9bdf4c12f992")
download_addon("PFM","filmmaker","https://github.com/Silverlan/pfm.git","d0d7ae2e748c7c0ed32610d08ec988217e24ddf6")
download_addon("model editor","tool_model_editor","https://github.com/Silverlan/pragma_model_editor.git","044db97f82f90dd7451ba7fbf0e5de1ffecc1659")

if with_vr:
download_addon("VR","virtual_reality","https://github.com/Silverlan/PragmaVR.git","479e430e1f4f011f8c9b76a0e07b71ca51696574")

if with_pfm:
download_addon("PFM Living Room Demo","pfm_demo_living_room","https://github.com/Silverlan/pfm_demo_living_room.git","4cbecad4a2d6f502b6d9709178883678101f7e2c")
download_addon("PFM Tutorials","pfm_tutorials","https://github.com/Silverlan/pfm_tutorials.git","7f3f195bc0ce515430514c91fed63ebfbb4b0e10")
download_addon("PFM Tutorials","pfm_tutorials","https://github.com/Silverlan/pfm_tutorials.git","c6de9f148fab894e74fc9afee2826192ec71c21f")

os.chdir(curDir)

Expand Down

0 comments on commit 5beccac

Please sign in to comment.