mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix missing method
This commit is contained in:
parent
5d24bfcf63
commit
e6585be677
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@ class CollectInstanceCommentDef(
|
|||
]
|
||||
|
||||
|
||||
class CollectComment(pyblish.api.ContextPlugin):
|
||||
class CollectComment(
|
||||
pyblish.api.ContextPlugin,
|
||||
OpenPypePyblishPluginMixin
|
||||
):
|
||||
"""Collect comment per each instance.
|
||||
|
||||
Plugin makes sure each instance to publish has set "comment" in data so any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue