Remove unused ignore_types class attribute

This commit is contained in:
Roy Nieterau 2017-11-02 12:28:42 +01:00
parent 2759d1238d
commit 7ac8122fea

View file

@ -70,8 +70,6 @@ class ValidateOutRelatedNodeIds(pyblish.api.InstancePlugin):
label = 'Animation Out Set Related Node Ids'
actions = [colorbleed.api.SelectInvalidAction, colorbleed.api.RepairAction]
ignore_types = ("constraint",)
def process(self, instance):
"""Process all meshes"""