collect_export_option
Collect current work file.
CollectExportOption
Bases: InstancePlugin, AYONPyblishPluginMixin
Inject the current export option into context.
Source code in client/ayon_marvelousdesigner/plugins/publish/collect_export_option.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | |
get_attribute_defs() classmethod
Get attribute definitions for export options.
Returns: list: List of boolean attribute definitions for export options.
Source code in client/ayon_marvelousdesigner/plugins/publish/collect_export_option.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | |
process(instance)
Inject the current export option.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
instance | Instance | The instance to process. | required |
Source code in client/ayon_marvelousdesigner/plugins/publish/collect_export_option.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |