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):