Files
blender-portable-repo/scripts/addons/flamenco/manager/docs/AvailableJobSettingVisibility.md
T
2026-03-17 15:25:32 -06:00

1.0 KiB

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]