mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update server_addon/maya/server/settings/publishers.py
This commit is contained in:
parent
f14c7bb64c
commit
ec39dd23de
1 changed files with 4 additions and 1 deletions
|
|
@ -427,7 +427,10 @@ class ExtractAlembicModel(BaseSettingsModel):
|
|||
title="Pre Roll",
|
||||
description=(
|
||||
"When enabled, the pre roll start frame is used to pre roll the "
|
||||
"export for."
|
||||
"When enabled, the pre roll start frame is used to being the "
|
||||
"evaluation of the mesh. From the pre roll start frame to the "
|
||||
"alembic start frame, will not be written to disk. This can be "
|
||||
"used for simulation run up."
|
||||
)
|
||||
)
|
||||
preRollStartFrame: int = SettingsField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue