databpy
  • Home
  • API
  1. Attribute
  2. AttributeDomains
  • Function reference
  • Attribute
    • named_attribute
    • store_named_attribute
    • remove_named_attribute
    • AttributeDomains
    • AttributeTypes
    • AttributeArray
  • Collections
    • create_collection
  • Objects
    • create_object
    • create_bob
    • evaluate_object
    • BlenderObject
    • LinkedObjectError

On this page

  • AttributeDomains
    • Attributes
  1. Attribute
  2. AttributeDomains

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.

More Info

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.