Clarify docstring about the IDs being generated on scene save.

This commit is contained in:
Roy Nieterau 2017-09-11 15:43:26 +02:00
parent b27c17a2a9
commit 4a09ffd0f1

View file

@ -5,7 +5,11 @@ from colorbleed.maya import lib
class ValidateNodeIDs(pyblish.api.InstancePlugin):
"""Validate nodes have a Colorbleed Id
"""Validate nodes have a Colorbleed Id.
When IDs are missing from nodes *save your scene* and they should be
automatically generated because IDs are created on non-referenced nodes
in Maya upon scene save.
"""