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

806 B

ManagerVariable

Properties

Name Type Description Notes
value str
is_twoway bool One-way variables are the most common one, and are simple replacement from `{name}` to their value, which happens when a Task is given to a Worker. Two-way variables are also replaced when submitting a job, where the platform-specific value is replaced by `{name}`.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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