Skip to content

create_pointcache

CreatePointcache

Bases: Cinema4DCreator

Geometry pointcache using Alembic

Source code in client/ayon_cinema4d/plugins/create/create_pointcache.py
 7
 8
 9
10
11
12
13
14
15
16
17
18
class CreatePointcache(plugin.Cinema4DCreator):
    """Geometry pointcache using Alembic"""

    identifier = "io.ayon.creators.cinema4d.pointcache"
    label = "Pointcache"
    description = __doc__
    product_type = "pointcache"
    icon = "cubes"

    def get_instance_attr_defs(self):
        defs = lib.collect_animation_defs(self.create_context)
        return defs