mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
flame: itegrator wip
This commit is contained in:
parent
5d8e3e293f
commit
162df8c0ac
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
import pyblish
|
||||
import openpype.hosts.flame.api as opfapi
|
||||
|
||||
@pyblish.api.log
|
||||
class IntegrateBatchGroup(pyblish.api.InstancePlugin):
|
||||
"""Integrate published shot to batch group"""
|
||||
|
||||
order = pyblish.api.IntegratorOrder + 0.45
|
||||
label = "Integrate Batch Groups"
|
||||
hosts = ["flame"]
|
||||
families = ["clip"]
|
||||
|
||||
def process(self, instance):
|
||||
opfapi.create_batch
|
||||
Loading…
Add table
Add a link
Reference in a new issue