Update server_addon/maya/server/settings/publishers.py

This commit is contained in:
Toke Jepsen 2024-04-12 11:37:23 +01:00 committed by GitHub
parent f14c7bb64c
commit ec39dd23de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(