Blender
V3.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 230 of file scene/attribute.h.
|
explicit |
Definition at line 804 of file scene/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 820 of file scene/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 237 of file scene/attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().
ustring AttributeRequest::name |
Definition at line 232 of file scene/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 233 of file scene/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 237 of file scene/attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().
TypeDesc AttributeRequest::subd_type |
Definition at line 236 of file scene/attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().
TypeDesc AttributeRequest::type |
Definition at line 236 of file scene/attribute.h.
Referenced by AttributeRequest(), GeometryManager::device_update_attributes(), emit_attribute_mapping(), and GeometryManager::update_osl_attributes().