The Mesh Misc Framework

Description

The Volume frameworks allows to import and edit OpenVDB data.

Interfaces

frameworks.mesh_misc.MeshAttributeClassInterface(*args)

By implementing this interface, it is possible to define a new mesh attribute type.

frameworks.mesh_misc.CustomDataTagDisplayInterface(*args)

maxon.frameworks.mesh_misc.CustomDataTagDisplayInterface can be optionally implemented for each maxon.frameworks.mesh_misc.CustomDataTagClassInterface implementation and defines if and how a c4d.CustomDataTag should be displayed in the viewport.

frameworks.mesh_misc.CustomDataTagClassInterface(*args)

Data Types

frameworks.mesh_misc.MeshAttribute(cls[, …])

A simple wrapper class which contains a data pointer and a reference to the MeshAttribute implementation class.

Decorators

frameworks.mesh_misc.MAXON_MESHATTRIBUTE(T)

A compatible maxon.DataType must be defined for each

Indices and tables