From c18c87e2e2776536ff5a91e7374f0fc7bc7564b4 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 15 Mar 2021 14:31:04 +0100 Subject: [PATCH] fix inheritance of CreateBackdrop creator --- pype/hosts/nuke/plugins/create/create_backdrop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/hosts/nuke/plugins/create/create_backdrop.py b/pype/hosts/nuke/plugins/create/create_backdrop.py index 6d8e6a0710..00539ceeaa 100644 --- a/pype/hosts/nuke/plugins/create/create_backdrop.py +++ b/pype/hosts/nuke/plugins/create/create_backdrop.py @@ -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"