mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Initial commit of pyblish plugin mixin
This commit is contained in:
parent
f5abbacf3f
commit
b00a9fa900
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue