mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Move preRoll
This commit is contained in:
parent
4996b66a8e
commit
8dcda0a6b9
2 changed files with 16 additions and 16 deletions
|
|
@ -378,16 +378,6 @@ class ExtractAlembicModel(BaseSettingsModel):
|
|||
"Present normal data for Alembic poly meshes will not be written."
|
||||
)
|
||||
)
|
||||
preRoll: bool = SettingsField(
|
||||
title="Pre Roll",
|
||||
description=(
|
||||
"When enabled, the pre roll start frame is used to pre roll the "
|
||||
"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."
|
||||
)
|
||||
)
|
||||
renderableOnly: bool = SettingsField(
|
||||
title="Renderable Only",
|
||||
description="Only export renderable visible shapes."
|
||||
|
|
@ -457,6 +447,16 @@ class ExtractAlembicModel(BaseSettingsModel):
|
|||
"everything written out is treated as visible."
|
||||
)
|
||||
)
|
||||
preRoll: bool = SettingsField(
|
||||
title="Pre Roll",
|
||||
description=(
|
||||
"When enabled, the pre roll start frame is used to pre roll the "
|
||||
"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(
|
||||
title="Pre Roll Start Frame",
|
||||
description=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue