Skip to content

create_pointcache

Creator plugin for creating pointcache alembics.

CreatePointCache

Bases: MaxCreator

Creator plugin for Point caches.

Source code in client/ayon_max/plugins/create/create_pointcache.py
 6
 7
 8
 9
10
11
12
13
class CreatePointCache(plugin.MaxCreator):
    """Creator plugin for Point caches."""
    identifier = "io.openpype.creators.max.pointcache"
    label = "Point Cache"
    product_type = "pointcache"
    icon = "gear"

    settings_category = "max"