|
Blender V4.3
|
#include <attribute.h>
Public Member Functions | |
| AttributeRequest (ustring name_) | |
| AttributeRequest (AttributeStandard std) | |
Public Attributes | |
| ustring | name |
| AttributeStandard | std |
| TypeDesc | type |
| TypeDesc | subd_type |
| AttributeDescriptor | desc |
| AttributeDescriptor | subd_desc |
Definition at line 231 of file scene/attribute.h.
|
explicit |
Definition at line 836 of file scene/attribute.cpp.
References ATTR_ELEMENT_NONE, ATTR_STD_NONE, desc, AttributeDescriptor::element, NODE_ATTR_FLOAT, AttributeDescriptor::offset, std, subd_desc, subd_type, and AttributeDescriptor::type.
|
explicit |
Definition at line 852 of file scene/attribute.cpp.
References ATTR_ELEMENT_NONE, desc, AttributeDescriptor::element, NODE_ATTR_FLOAT, AttributeDescriptor::offset, std, subd_desc, subd_type, and AttributeDescriptor::type.
| AttributeDescriptor AttributeRequest::desc |
Definition at line 238 of file scene/attribute.h.
Referenced by AttributeRequest(), AttributeRequest(), GeometryManager::device_update_attributes(), and emit_attribute_mapping().
| ustring AttributeRequest::name |
Definition at line 233 of file scene/attribute.h.
Referenced by AttributeRequestSet::add(), AttributeRequestSet::add(), AttributeRequestSet::find(), AttributeSet::find(), and GeometryManager::update_svm_attributes().
| AttributeStandard AttributeRequest::std |
Definition at line 234 of file scene/attribute.h.
Referenced by AttributeRequestSet::add(), AttributeRequestSet::add(), AttributeRequest(), AttributeRequest(), AttributeRequestSet::find(), AttributeSet::find(), and GeometryManager::update_svm_attributes().
| AttributeDescriptor AttributeRequest::subd_desc |
Definition at line 238 of file scene/attribute.h.
Referenced by AttributeRequest(), AttributeRequest(), GeometryManager::device_update_attributes(), and emit_attribute_mapping().
| TypeDesc AttributeRequest::subd_type |
Definition at line 237 of file scene/attribute.h.
Referenced by AttributeRequest(), AttributeRequest(), GeometryManager::device_update_attributes(), and emit_attribute_mapping().
| TypeDesc AttributeRequest::type |
Definition at line 237 of file scene/attribute.h.
Referenced by GeometryManager::device_update_attributes(), and emit_attribute_mapping().