Use pythonrc.py file for Houdini start instead of 123.py/houdinicore.py

This commit is contained in:
Roy Nieterau 2022-02-21 15:55:32 +01:00
parent 43010a490e
commit 1cfdbcb2a1
3 changed files with 0 additions and 40 deletions

View file

@ -0,0 +1,10 @@
import avalon.api
from openpype.hosts.houdini import api
def main():
print("Installing OpenPype ...")
avalon.api.install(api)
main()