Skip to content

create_pointcache

Create Point Cache plugin for Marvelous Designer.

This module contains the CreatePointCache class for creating point cache products in Marvelous Designer within the AYON pipeline.

CreatePointCache

Bases: MDCreator

Model creator for Marvelous Designer.

Source code in client/ayon_marvelousdesigner/plugins/create/create_pointcache.py
10
11
12
13
14
15
16
class CreatePointCache(plugin.MDCreator):
    """Model creator for Marvelous Designer."""
    identifier = "io.ayon.creators.marvelousdesigner.pointcache"
    label = "Point Cache"
    product_base_type = "pointcache"
    product_type = product_base_type
    icon = "pagelines"