|
Blender
V2.93
|
#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 216 of file attribute.h.
|
explicit |
Definition at line 707 of file attribute.cpp.
References ATTR_ELEMENT_NONE, ATTR_STD_NONE, desc, AttributeDescriptor::element, name, NODE_ATTR_FLOAT, AttributeDescriptor::offset, subd_desc, subd_type, AttributeDescriptor::type, and type.
|
explicit |
Definition at line 723 of file attribute.cpp.
References ATTR_ELEMENT_NONE, desc, AttributeDescriptor::element, name, NODE_ATTR_FLOAT, AttributeDescriptor::offset, subd_desc, subd_type, AttributeDescriptor::type, and type.
| AttributeDescriptor AttributeRequest::desc |
Definition at line 223 of file attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().
| ustring AttributeRequest::name |
Definition at line 218 of file attribute.h.
Referenced by AttributeRequestSet::add(), AttributeRequest(), emit_attribute_mapping(), AttributeSet::find(), AttributeRequestSet::find(), and GeometryManager::update_osl_attributes().
| AttributeStandard AttributeRequest::std |
Definition at line 219 of file attribute.h.
Referenced by AttributeRequestSet::add(), emit_attribute_mapping(), AttributeSet::find(), AttributeRequestSet::find(), and GeometryManager::update_osl_attributes().
| AttributeDescriptor AttributeRequest::subd_desc |
Definition at line 223 of file attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().
| TypeDesc AttributeRequest::subd_type |
Definition at line 222 of file attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().
| TypeDesc AttributeRequest::type |
Definition at line 222 of file attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().