|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| int8_t | data_type_legacy |
| int8_t | domain |
| char | _pad [2] |
| int | next_identifier |
| NodeGeometryAttributeCaptureItem * | capture_items |
| int | capture_items_num |
| int | active_index |
Definition at line 1844 of file DNA_node_types.h.
| char NodeGeometryAttributeCapture::_pad[2] |
Definition at line 1849 of file DNA_node_types.h.
| int NodeGeometryAttributeCapture::active_index |
Definition at line 1853 of file DNA_node_types.h.
| NodeGeometryAttributeCaptureItem* NodeGeometryAttributeCapture::capture_items |
Definition at line 1851 of file DNA_node_types.h.
Referenced by blender::nodes::CaptureAttributeItemsAccessor::get_items_from_node(), blender::nodes::node_geo_attribute_capture_cc::node_declare(), and blender::nodes::node_geo_attribute_capture_cc::node_geo_exec().
| int NodeGeometryAttributeCapture::capture_items_num |
Definition at line 1852 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_attribute_capture_cc::node_declare(), and blender::nodes::node_geo_attribute_capture_cc::node_geo_exec().
| int8_t NodeGeometryAttributeCapture::data_type_legacy |
Definition at line 1846 of file DNA_node_types.h.
Referenced by blender::bke::node_tree_blend_write(), and version_geometry_nodes_extrude_smooth_propagation().
| int8_t NodeGeometryAttributeCapture::domain |
#AttrDomain.
Definition at line 1848 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_attribute_capture_cc::node_geo_exec(), and version_geometry_nodes_extrude_smooth_propagation().
| int NodeGeometryAttributeCapture::next_identifier |
Definition at line 1850 of file DNA_node_types.h.