rename pype in startup scripts

This commit is contained in:
Milan Kolar 2021-04-01 15:17:50 +02:00
parent fe4fb4ecff
commit a3a91d896b
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ import hou
def main():
print("Installing Avalon ...")
print("Installing OpenPype ...")
api.install(houdini)

View file

@ -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")