mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Use pythonrc.py file for Houdini start instead of 123.py/houdinicore.py
This commit is contained in:
parent
43010a490e
commit
1cfdbcb2a1
3 changed files with 0 additions and 40 deletions
10
openpype/hosts/houdini/startup/python2.7libs/pythonrc.py
Normal file
10
openpype/hosts/houdini/startup/python2.7libs/pythonrc.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import avalon.api
|
||||
from openpype.hosts.houdini import api
|
||||
|
||||
|
||||
def main():
|
||||
print("Installing OpenPype ...")
|
||||
avalon.api.install(api)
|
||||
|
||||
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue