Comment
A
Comment represents a comment on an item, like an a media, a task, ...There is no dedicated editor for comments. Most of the time comments are editable directly from its parent item : like the conversation, viewer for a media, the task editor for a task, ...
A comment can have media attached to it.
You can write a comment using markdown.
Data
Key | Type | Description |
---|---|---|
content |
string |
Content of the comment |
type |
string |
Type of the comment |
frameIn |
number |
Frame in of the comment |
frameOut |
number |
Frame out of the comment |
draws |
array |
Array of draw object |
retaked |
boolean |
Is the comment a retake ? |
Retakes
You can flag a comment as a "retake" : meaning you are waiting for the artist to do some modifications.
It's a useful information for the artist itself, but also for the producer to know if the task is done or not. A column presets called retakes
is available so you can see all the retakes in a glance.
Draw object
Key | Type | Description |
---|---|---|
path |
string |
SVG path of the draw |
color |
string |
Color of the draw |
opacity |
number |
Opacity of the draw |
thickness |
number |
Thickness of the draw |
timestamp |
number |
Timestamp of the draw. Used for animated draws. |
Structure
graph LR
Media -->|Child| Comment
Task -->|Child| Comment
Conversation -->|Child| Comment
Comment -->|Child| Attachment[Media
attachment]:::Media
attachment]:::Media
Bot
Previous
Conversation
Next