hound fixes

This commit is contained in:
iLLiCiTiT 2021-03-01 14:43:42 +01:00
parent f2ac90f89e
commit afad37dcb5
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import bpy
from avalon import api
import avalon.blender
from pype.api PypeCreatorMixin
from pype.api import PypeCreatorMixin
VALID_EXTENSIONS = [".blend", ".json"]

View file

@ -3,6 +3,7 @@ import bpy
from avalon import api, blender
import pype.hosts.blender.api.plugin
class CreateSetDress(pype.hosts.blender.api.plugin.Creator):
"""A grouped package of loaded content"""