Skip to content

Commit 987f20c

Browse files
Add hold and ghost properties to Paint node documentation
Signed-off-by: Éloïse Brosseau <[email protected]>
1 parent 92738a3 commit 987f20c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/rv-manuals/rv-reference-manual/rv-reference-manual-chapter-sixteen.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,12 @@ Paint nodes are used primarily to store per frame annotations. Below *id* is the
441441
| pen: *id* : *frame* : *user* .cap | int | 1 | The cap style of the stroke:NoCap = 0; SquareCap = 1; RoundCap = 2; |
442442
| pen: *id* : *frame* : *user* .splat | int | 1 | |
443443
| pen: *id* : *frame* : *user* .mode | int | 1 | Drawing mode of the stroke (Default if missing is 0):RenderOverMode = 0; RenderEraseMode = 1; |
444+
| pen: *id* : *frame* : *user* .startFrame | int | 1 | The first frame on which the pen stroke should be displayed |
445+
| pen: *id* : *frame* : *user* .duration | int | 1 | The number of frames on which the pen stroke should be displayed |
446+
| pen: *id* : *frame* : *user* .hold | int | 1 | Enable holding strokes based on their duration and startFrame properties |
447+
| pen: *id* : *frame* : *user* .ghost | int | 1 | Enable ghosting strokes based on their duration, startFrame, ghostBefore and ghostAfter properties |
448+
| pen: *id* : *frame* : *user* .ghostBefore | int | 1 | The number of frames on which to display the ghosted stroke before the actual stroke |
449+
| pen: *id* : *frame* : *user* .ghostAfter | int | 1 | The number of frames on which to display the ghosted stroke after the actual stroke |
444450
| text: *id* : *frame* : *user* .position | float[2] | 1 | Location of the text in the normalized coordinate system |
445451
| text: *id* : *frame* : *user* .color | float[4] | 1 | The color of the text |
446452
| text: *id* : *frame* : *user* .spacing | float | 1 | The spacing of the text |
@@ -451,6 +457,12 @@ Paint nodes are used primarily to store per frame annotations. Below *id* is the
451457
| text: *id* : *frame* : *user* .text | string | 1 | Content of the text |
452458
| text: *id* : *frame* : *user* .origin | string | 1 | The origin of the text box. The position property will store the location of the origin, but the origin can be on any corner of the text box or centered in between. The valid possible values for origin are top-left, top-center, top-right, center-left, center-center, center-right, bottom-left, bottom-center, bottom-right, and the empty string (which is the default for backwards compatibility). |
453459
| text: *id* : *frame* : *user* .debug | int | 1 | (unused) |
460+
| text: *id* : *frame* : *user* .startFrame | int | 1 | The first frame on which the text box should be displayed |
461+
| text: *id* : *frame* : *user* .duration | int | 1 | The number of frames on which the text box should be displayed |
462+
| text: *id* : *frame* : *user* .hold | int | 1 | Enable holding text boxes based on their duration and startFrame properties |
463+
| text: *id* : *frame* : *user* .ghost | int | 1 | Enable ghosting strokes based on their duration, startFrame, ghostBefore and ghostAfter properties |
464+
| text: *id* : *frame* : *user* .ghostBefore | int | 1 | The number of frames on which to display the ghosted stroke before the actual stroke |
465+
| text: *id* : *frame* : *user* .ghostAfter | int | 1 | The number of frames on which to display the ghosted stroke after the actual stroke |
454466

455467
## RVPrimaryConvert
456468

0 commit comments

Comments
 (0)