mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
enhanced docstring
This commit is contained in:
parent
cd3cd88dfa
commit
2be9dd55ee
1 changed files with 5 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue