mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #220 from BigRoy/chore/maya_camera_bake_attributes
This commit is contained in:
commit
8923e75e69
1 changed files with 3 additions and 4 deletions
|
|
@ -315,14 +315,13 @@ class ExtractMayaSceneRawModel(BaseSettingsModel):
|
|||
|
||||
|
||||
class ExtractCameraAlembicModel(BaseSettingsModel):
|
||||
"""
|
||||
List of attributes that will be added to the baked alembic camera. Needs to be written in python list syntax.
|
||||
"""
|
||||
enabled: bool = SettingsField(title="ExtractCameraAlembic")
|
||||
optional: bool = SettingsField(title="Optional")
|
||||
active: bool = SettingsField(title="Active")
|
||||
bake_attributes: str = SettingsField(
|
||||
"[]", title="Base Attributes", widget="textarea"
|
||||
"[]", title="Bake Attributes", widget="textarea",
|
||||
description="List of attributes that will be included in the alembic "
|
||||
"camera export. Needs to be written as a JSON list.",
|
||||
)
|
||||
|
||||
@validator("bake_attributes")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue