mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Clarify docstring about the IDs being generated on scene save.
This commit is contained in:
parent
b27c17a2a9
commit
4a09ffd0f1
1 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue