The Mesh Misc Framework¶
Description¶
The Volume frameworks allows to import and edit OpenVDB data.
Interfaces¶
frameworks.mesh_misc.MeshAttributeClassInterface ([data]) |
By implementing this interface, it is possible to define a new mesh attribute type.
|
frameworks.mesh_misc.CustomDataTagDisplayInterface ([data]) |
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 ([data]) |
References¶
frameworks.mesh_misc.CustomDataTagDisplayRef ([data]) |
Represents a reference of a maxon.frameworks.mesh_misc.CustomDataTagDisplayInterface |
frameworks.mesh_misc.CustomDataTagClass ([data]) |
Represents a reference of a maxon.frameworks.mesh_misc.CustomDataTagClassInterface |
Data Types¶
frameworks.mesh_misc.MeshAttribute (cls[, …]) |
A simple wrapper class which contains a data pointer and a reference to the MeshAttribute implementation class.
|
Registry¶
frameworks.mesh_misc.CustomDataTagDisplayClasses |
Registry storing all maxon.frameworks.mesh_misc.CustomDataTagDisplayInterface . |
Decorators¶
frameworks.mesh_misc.MAXON_MESHATTRIBUTE (T) |
A compatible
maxon.DataType must be defined for each |