mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound fixes
This commit is contained in:
parent
f2ac90f89e
commit
afad37dcb5
2 changed files with 2 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue