mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Creator class exposed to the user.
This commit is contained in:
parent
579d9e0162
commit
c0d3e8fc06
2 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
from avalon.nuke.pipeline import Creator
|
||||
import avalon.nuke
|
||||
from avalon.nuke import lib as anlib
|
||||
import nuke
|
||||
|
||||
|
||||
class CreateBackdrop(Creator):
|
||||
class CreateBackdrop(avalon.nuke.Creator):
|
||||
"""Add Publishable Backdrop"""
|
||||
|
||||
name = "nukenodes"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
from avalon.nuke.pipeline import Creator
|
||||
import avalon.nuke
|
||||
from avalon.nuke import lib as anlib
|
||||
import nuke
|
||||
import nukescripts
|
||||
|
||||
class CreateGizmo(Creator):
|
||||
class CreateGizmo(avalon.nuke.Creator):
|
||||
"""Add Publishable "gizmo" group
|
||||
|
||||
The name is symbolically gizmo as presumably
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue