|
Blender V5.0
|
Functions | |
| bool | is_socket_selected__switch (const SocketInContext &socket, const InferenceValue &condition) |
| bool | is_socket_selected__index_switch (const SocketInContext &socket, const InferenceValue &condition) |
| bool | is_socket_selected__menu_switch (const SocketInContext &socket, const InferenceValue &condition) |
| bool | is_socket_selected__mix_node (const SocketInContext &socket, const InferenceValue &condition) |
| bool | is_socket_selected__shader_mix_node (const SocketInContext &socket, const InferenceValue &condition) |
| bool blender::nodes::switch_node_inference_utils::is_socket_selected__index_switch | ( | const SocketInContext & | socket, |
| const InferenceValue & | condition ) |
Definition at line 934 of file socket_value_inference.cc.
References blender::nodes::InferenceValue::get_primitive(), and blender::nodes::InferenceValue::is_primitive_value().
| bool blender::nodes::switch_node_inference_utils::is_socket_selected__menu_switch | ( | const SocketInContext & | socket, |
| const InferenceValue & | condition ) |
Definition at line 944 of file socket_value_inference.cc.
References NodeMenuSwitch::enum_definition, blender::nodes::InferenceValue::get_primitive(), NodeEnumItem::identifier, blender::nodes::InferenceValue::is_primitive_value(), and NodeEnumDefinition::items_array.
| bool blender::nodes::switch_node_inference_utils::is_socket_selected__mix_node | ( | const SocketInContext & | socket, |
| const InferenceValue & | condition ) |
Definition at line 957 of file socket_value_inference.cc.
References NodeShaderMix::blend_type, NodeShaderMix::clamp_factor, NodeShaderMix::data_type, NodeShaderMix::factor_mode, blender::nodes::InferenceValue::get_primitive(), blender::nodes::InferenceValue::is_primitive_value(), MA_RAMP_BLEND, bNodeSocket::name, NODE_MIX_MODE_NON_UNIFORM, blender::nodes::SocketInContext::owner_node(), SOCK_RGBA, SOCK_VECTOR, and STREQ.
| bool blender::nodes::switch_node_inference_utils::is_socket_selected__shader_mix_node | ( | const SocketInContext & | socket, |
| const InferenceValue & | condition ) |
Definition at line 1005 of file socket_value_inference.cc.
References blender::nodes::InferenceValue::get_primitive(), bNodeSocket::identifier, blender::nodes::InferenceValue::is_primitive_value(), and STREQ.
| bool blender::nodes::switch_node_inference_utils::is_socket_selected__switch | ( | const SocketInContext & | socket, |
| const InferenceValue & | condition ) |
Definition at line 924 of file socket_value_inference.cc.
References blender::nodes::InferenceValue::get_primitive(), and blender::nodes::InferenceValue::is_primitive_value().