|
Blender V5.0
|
#include <attribute_storage_access.hh>
Public Member Functions | |
| AttrBuiltinInfo (AttrDomain domain, AttrType type) | |
Public Attributes | |
| AttrDomain | domain |
| AttrType | type |
| GPointer | default_value = {} |
| AttributeValidator | validator = {} |
| bool | deletable = true |
Definition at line 13 of file attribute_storage_access.hh.
|
inline |
Definition at line 19 of file attribute_storage_access.hh.
| GPointer blender::bke::AttrBuiltinInfo::default_value = {} |
Definition at line 16 of file attribute_storage_access.hh.
Referenced by blender::bke::curves::builtin_attributes(), blender::bke::curves::get_curves_accessor_functions(), blender::bke::greasepencil::get_grease_pencil_accessor_functions(), blender::bke::get_instances_accessor_functions(), and blender::bke::get_pointcloud_accessor_functions().
| bool blender::bke::AttrBuiltinInfo::deletable = true |
Definition at line 18 of file attribute_storage_access.hh.
Referenced by blender::bke::builtin_attributes(), and blender::bke::curves::builtin_attributes().
| AttrDomain blender::bke::AttrBuiltinInfo::domain |
Definition at line 14 of file attribute_storage_access.hh.
Referenced by AttrBuiltinInfo(), blender::bke::curves::get_curves_accessor_functions(), blender::bke::get_instances_accessor_functions(), and blender::bke::get_pointcloud_accessor_functions().
| AttrType blender::bke::AttrBuiltinInfo::type |
Definition at line 15 of file attribute_storage_access.hh.
Referenced by AttrBuiltinInfo(), blender::bke::curves::get_curves_accessor_functions(), blender::bke::get_instances_accessor_functions(), and blender::bke::get_pointcloud_accessor_functions().
| AttributeValidator blender::bke::AttrBuiltinInfo::validator = {} |
Definition at line 17 of file attribute_storage_access.hh.
Referenced by blender::bke::curves::builtin_attributes(), blender::bke::curves::get_curves_accessor_functions(), blender::bke::greasepencil::get_grease_pencil_accessor_functions(), blender::bke::get_instances_accessor_functions(), and blender::bke::get_pointcloud_accessor_functions().