Rename plug-in to be clearer and more explicit about what it does

This commit is contained in:
Roy Nieterau 2018-12-19 10:48:35 +01:00
parent 7cca8b80cb
commit 9fef84ef1d

View file

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