|
Blender
V2.93
|
#include <DNA_node_types.h>
Public Attributes | |
| uint8_t | blend_type |
| uint8_t | input_type_factor |
| uint8_t | input_type_a |
| uint8_t | input_type_b |
Definition at line 1157 of file DNA_node_types.h.
| uint8_t NodeAttributeMix::blend_type |
Definition at line 1159 of file DNA_node_types.h.
Referenced by blender::nodes::attribute_mix_calc().
| uint8_t NodeAttributeMix::input_type_a |
Definition at line 1163 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_attribute_mix_update().
| uint8_t NodeAttributeMix::input_type_b |
Definition at line 1164 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_attribute_mix_update().
| uint8_t NodeAttributeMix::input_type_factor |
Definition at line 1162 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_attribute_mix_update().