Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/usd_load_ayon_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 5, 2024
2 parents e584296 + 993ad14 commit 80d6f66
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python2.7libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python3.10libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down
12 changes: 12 additions & 0 deletions client/ayon_houdini/startup/python3.11libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost


def main():
print("Installing AYON ...")
install_host(HoudiniHost())


main()
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python3.7libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python3.9libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down

0 comments on commit 80d6f66

Please sign in to comment.