mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix inheritance of CreateBackdrop creator
This commit is contained in:
parent
a3b03ba4d6
commit
c18c87e2e2
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from pype.hosts.nuke.api import plugin
|
|||
import nuke
|
||||
|
||||
|
||||
class CreateBackdrop(plugin.Creator):
|
||||
class CreateBackdrop(plugin.PypeCreator):
|
||||
"""Add Publishable Backdrop"""
|
||||
|
||||
name = "nukenodes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue