subset check and documentation

This commit is contained in:
Ondrej Samohel 2021-10-15 01:32:20 +02:00
parent 01dfbbcf8a
commit 9065204e95
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 41 additions and 11 deletions

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""Houdini specific Avalon/Pyblish plugin definitions."""
import sys
from avalon.api import CreatorError
from avalon import houdini
import six
@ -8,7 +9,7 @@ import hou
from openpype.api import PypeCreatorMixin
class OpenPypeCreatorError(Exception):
class OpenPypeCreatorError(CreatorError):
pass