From 6353251ee0f967aea5a7aa17b16e55ffcf7b1c04 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Mon, 3 Apr 2023 12:29:58 +0200 Subject: [PATCH] Cosmetics --- website/docs/pype2/admin_presets_plugins.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/docs/pype2/admin_presets_plugins.md b/website/docs/pype2/admin_presets_plugins.md index 0491ce70b3..6a057f4bb4 100644 --- a/website/docs/pype2/admin_presets_plugins.md +++ b/website/docs/pype2/admin_presets_plugins.md @@ -294,16 +294,16 @@ If source representation has suffix **"h264"** and burnin suffix is **"client"** - Additional keys in burnins: - | Burnin key | Description | - |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | - | frame_start | First frame number. | - | frame_end | Last frame number. | - | current_frame | Frame number for each frame. | - | duration | Count number of frames. | - | resolution_width | Resolution width. | - | resolution_height | Resolution height. | - | fps | Fps of an output. | - | timecode | Timecode by frame start and fps. | + | Burnin key | Description | + | --- | --- | + | frame_start | First frame number. | + | frame_end | Last frame number. | + | current_frame | Frame number for each frame. | + | duration | Count number of frames. | + | resolution_width | Resolution width. | + | resolution_height | Resolution height. | + | fps | Fps of an output. | + | timecode | Timecode by frame start and fps. | | focalLength | **Only available in Maya and Houdini**

Camera focal length per frame. Use syntax `{focalLength:.2f}` for decimal truncating. Eg. `35.234985` with `{focalLength:.2f}` would produce `35.23`, whereas `{focalLength:.0f}` would produce `35`. | :::warning