enhanced docstring

This commit is contained in:
iLLiCiTiT 2021-07-07 18:25:14 +02:00
parent cd3cd88dfa
commit 2be9dd55ee

View file

@ -2,7 +2,11 @@ from openpype.modules.ftrack.lib import ServerAction
class MultipleNotesServer(ServerAction):
"""Action adds same note for muliple AssetVersions."""
"""Action adds same note for muliple AssetVersions.
Note is added to selection of AssetVersions. Note is created with user
who triggered the action. It is possible to define note category of note.
"""
identifier = "multiple.notes.server"
label = "Multiple Notes (Server)"