From 9fef84ef1dd8cbca80df5928d9e22a0725cdc6a8 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Wed, 19 Dec 2018 10:48:35 +0100 Subject: [PATCH] Rename plug-in to be clearer and more explicit about what it does --- colorbleed/plugins/houdini/publish/collect_output_node.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colorbleed/plugins/houdini/publish/collect_output_node.py b/colorbleed/plugins/houdini/publish/collect_output_node.py index dbfe8a5890..a3f49761b9 100644 --- a/colorbleed/plugins/houdini/publish/collect_output_node.py +++ b/colorbleed/plugins/houdini/publish/collect_output_node.py @@ -1,13 +1,13 @@ import pyblish.api -class CollectOutputNode(pyblish.api.InstancePlugin): - """Collect the out node which of the instance""" +class CollectOutputSOPPath(pyblish.api.InstancePlugin): + """Collect the out node's SOP Path value.""" order = pyblish.api.CollectorOrder families = ["*"] hosts = ["houdini"] - label = "Collect Output Node" + label = "Collect Output SOP Path" def process(self, instance):