mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update server_addon/maya/server/settings/publishers.py
This commit is contained in:
parent
861c2ad8f4
commit
9bcc0389cc
1 changed files with 3 additions and 1 deletions
|
|
@ -493,7 +493,9 @@ class ExtractAlembicModel(BaseSettingsModel):
|
|||
description=(
|
||||
"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."
|
||||
" evaluate run-up that isn't actually translated.\n"
|
||||
"NOTE: preRoll needs to be enabled in the export flags for this "
|
||||
"start frame to be considered."
|
||||
)
|
||||
)
|
||||
userAttr: str = SettingsField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue