flamenco/addon/flamenco/manager/docs/AvailableJobSettingVisibility.md
2022-05-19 16:04:10 +02:00

1.0 KiB
Generated

AvailableJobSettingVisibility

When to show this setting. visible: always show. submission: only show in the UI of a job submitter (like a Blender add-on). web: only show in the web interface for management, but not when submitting the job. hidden: never show; only available to the job compiler script as internal setting.

Properties

Name Type Description Notes
value str When to show this setting. `visible`: always show. `submission`: only show in the UI of a job submitter (like a Blender add-on). `web`: only show in the web interface for management, but not when submitting the job. `hidden`: never show; only available to the job compiler script as internal setting. defaults to "visible", must be one of ["visible", "hidden", "submission", "web", ]

[Back to Model list] [Back to API list] [Back to README]