move unreal to self contained host

This commit is contained in:
Milan Kolar 2021-02-02 10:32:59 +01:00
parent 56f022012a
commit ec75ceb73e
15 changed files with 10 additions and 10 deletions

View file

@ -7,10 +7,7 @@ from pype.hosts.celaction import api as celaction
class CelactionPrelaunchHook(PreLaunchHook):
"""
This hook will check if current workfile path has Unreal
project inside. IF not, it initialize it and finally it pass
path to the project by environment variable to Unreal launcher
shell script.
Bootstrap celacion with pype
"""
workfile_ext = "scn"
app_groups = ["celaction"]