mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
colorbleed to pype reformat
This commit is contained in:
parent
c8ba94ccbf
commit
ca57d2cd87
180 changed files with 646 additions and 646 deletions
|
|
@ -15,7 +15,7 @@ from ..lib import (
|
|||
from . import menu
|
||||
from . import lib
|
||||
|
||||
log = logging.getLogger("colorbleed.maya")
|
||||
log = logging.getLogger("pype.maya")
|
||||
|
||||
PARENT_DIR = os.path.dirname(__file__)
|
||||
PACKAGE_DIR = os.path.dirname(PARENT_DIR)
|
||||
|
|
@ -52,7 +52,7 @@ def install():
|
|||
override_event("taskChanged", on_task_changed)
|
||||
|
||||
log.info("Setting default family states for loader..")
|
||||
avalon.data["familiesStateToggled"] = ["colorbleed.imagesequence"]
|
||||
avalon.data["familiesStateToggled"] = ["imagesequence"]
|
||||
|
||||
|
||||
def uninstall():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue