Move preRoll

This commit is contained in:
Toke Stuart Jepsen 2024-04-15 09:59:33 +01:00
parent 4996b66a8e
commit 8dcda0a6b9
2 changed files with 16 additions and 16 deletions

View file

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