AttributeDomains
AttributeDomains()
Enumeration of attribute domains in Blender. You can store an attribute onto one of these domains if there is corressponding geometry. All data is on a domain on geometry.
Attributes
Name | Type | Description |
---|---|---|
POINT | AttributeDomain | The point domain of geometry data which includes vertices, point cloud and control points of curves. |
EDGE | AttributeDomain | The edges of meshes, defined as pairs of vertices. |
FACE | AttributeDomain | The face domain of meshes, defined as groups of edges. |
CORNER | AttributeDomain | The face domain of meshes, defined as pairs of edges that share a vertex. |
CURVE | AttributeDomain | The Spline domain, which includes the individual splines that each contain at least one control point. |
INSTANCE | AttributeDomain | The Instance domain, which can include sets of other geometry to be treated as a single group. |
LAYER | AttributeDomain | The domain of single Grease Pencil layers. |