fixed aftereffects creator

This commit is contained in:
iLLiCiTiT 2021-02-26 16:01:48 +01:00
parent b290059615
commit 9fcc77ad37
2 changed files with 5 additions and 3 deletions

View file

@ -44,6 +44,7 @@ from .lib.avalon_context import (
from . import resources
from .plugin import (
PypeCreatorMixin,
Creator,
Extractor,
@ -88,7 +89,8 @@ __all__ = [
# Resources
"resources",
# Pype creator
# Pype creator mixin
"PypeCreatorMixin",
"Creator",
# plugin classes
"Extractor",

View file

@ -1,4 +1,4 @@
from avalon import api
import pype.api
from avalon.vendor import Qt
from avalon import aftereffects
@ -7,7 +7,7 @@ import logging
log = logging.getLogger(__name__)
class CreateRender(api.Creator):
class CreateRender(pype.api.Creator):
"""Render folder for publish."""
name = "renderDefault"