|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| int8_t | data_type |
| int8_t | factor_mode |
| int8_t | clamp_factor |
| int8_t | clamp_result |
| int8_t | blend_type |
| char | _pad [3] |
Definition at line 2449 of file DNA_node_types.h.
| char NodeShaderMix::_pad[3] |
Definition at line 2457 of file DNA_node_types.h.
| int8_t NodeShaderMix::blend_type |
Definition at line 2456 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), blender::nodes::switch_node_inference_utils::is_socket_selected__mix_node(), blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function(), and blender::nodes::node_sh_mix_cc::sh_node_mix_label().
| int8_t NodeShaderMix::clamp_factor |
Definition at line 2454 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), blender::nodes::switch_node_inference_utils::is_socket_selected__mix_node(), ntree_shader_disconnect_inactive_mix_branches(), and blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function().
| int8_t NodeShaderMix::clamp_result |
Definition at line 2455 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), and blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function().
| int8_t NodeShaderMix::data_type |
Definition at line 2451 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), blender::nodes::switch_node_inference_utils::is_socket_selected__mix_node(), ntree_shader_disconnect_inactive_mix_branches(), blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function(), blender::nodes::node_sh_mix_cc::sh_node_mix_label(), blender::nodes::node_sh_mix_cc::sh_node_mix_ui_class(), and blender::nodes::node_sh_mix_cc::sh_node_mix_update().
| int8_t NodeShaderMix::factor_mode |