mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #1132 from pypeclub/bugfix/nuke_creator_inheritance
Fix inheritance of CreateBackdrop creator
This commit is contained in:
commit
0a7b28bf55
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