create_zfab
Creator plugin for Marvelous Designer Zfab products.
This module provides the CreateZFab creator class for generating zfab product instances in Marvelous Designer.
CreateZFab
Bases: MDCreator
Model creator for Marvelous Designer.
Source code in client/ayon_marvelousdesigner/plugins/create/create_zfab.py
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 | |
create(product_name, instance_data, pre_create_data)
Create a new zfab product instance in Marvelous Designer.
Args: product_name(str): The name of the product to create. instance_data(dict): Data associated with the instance. pre_create_data(dict): Pre-creation configuration data.
Source code in client/ayon_marvelousdesigner/plugins/create/create_zfab.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
get_pre_create_attr_defs() staticmethod
Get pre-creation attribute definitions.
Returns:
| Name | Type | Description |
|---|---|---|
list | list | List of attribute definitions for pre-creation configuration. |
Source code in client/ayon_marvelousdesigner/plugins/create/create_zfab.py
47 48 49 50 51 52 53 54 55 56 | |