mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
Add tooltip to preRollStartFrame
This commit is contained in:
parent
ee8b230273
commit
de5c1ceb50
1 changed files with 9 additions and 2 deletions
|
|
@ -58,8 +58,15 @@ def get_instance_attr_defs(cls):
|
|||
label="Apply Euler Filter"),
|
||||
BoolDef("preRoll",
|
||||
label="Start from preroll start frame"),
|
||||
NumberDef("preRollStartFrame",
|
||||
label="Start frame for preroll"),
|
||||
NumberDef(
|
||||
"preRollStartFrame",
|
||||
label="Start frame for preroll",
|
||||
tooltip=(
|
||||
"The frame to start scene evaluation at. This is used to set"
|
||||
" the starting frame for time dependent translations and can"
|
||||
" be used to evaluate run-up that isn't actually translated."
|
||||
)
|
||||
),
|
||||
BoolDef("refresh",
|
||||
label="Refresh viewport during export"),
|
||||
BoolDef("stripNamespaces",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue