Initial commit of pyblish plugin mixin

This commit is contained in:
iLLiCiTiT 2021-06-15 15:13:54 +02:00
parent f5abbacf3f
commit b00a9fa900

View file

@ -5,3 +5,10 @@ from openpype.api import (
import pyblish.api
log = Logger.get_logger(__name__)
class OpenPypePyblishPluginMixin:
@classmethod
def get_family_attribute_defs(cls, family):
return None