Improve docstring

This commit is contained in:
Roy Nieterau 2017-06-23 16:23:46 +02:00
parent 58d7d17a59
commit 0387bc85aa

View file

@ -14,12 +14,7 @@ def validate_name(subset):
class ValidateSubsetName(pyblish.api.InstancePlugin):
"""Adheres to the content of 'model' family
- Must have one top group named: geo_GRP
- Must only contain: transforms, meshes and groups
"""
"""Validates subset name has only valid characters"""
order = colorbleed.api.ValidateContentsOrder
families = ["*"]