mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
rename pype in startup scripts
This commit is contained in:
parent
fe4fb4ecff
commit
a3a91d896b
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ import hou
|
|||
|
||||
|
||||
def main():
|
||||
print("Installing Avalon ...")
|
||||
print("Installing OpenPype ...")
|
||||
api.install(houdini)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import pype.hosts.maya.api.lib as mlib
|
|||
from maya import cmds
|
||||
|
||||
|
||||
print("starting PYPE usersetup")
|
||||
print("starting OpenPype usersetup")
|
||||
|
||||
# build a shelf
|
||||
settings = get_project_settings(os.environ['AVALON_PROJECT'])
|
||||
|
|
@ -26,4 +26,4 @@ if shelf_preset:
|
|||
cmds.evalDeferred("mlib.shelf(name=shelf_preset['name'], iconPath=icon_path, preset=shelf_preset)")
|
||||
|
||||
|
||||
print("finished PYPE usersetup")
|
||||
print("finished OpenPype usersetup")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue