Blender
V3.3
|
Public Member Functions | |
void | operator() (LinkSearchOpParams ¶ms) |
Public Attributes | |
std::string | socket_name |
eNodeSocketDatatype | data_type |
NodeCompareOperation | operation |
NodeCompareMode | mode = NODE_COMPARE_MODE_ELEMENT |
Definition at line 94 of file node_fn_compare.cc.
|
inline |
Definition at line 100 of file node_fn_compare.cc.
References data_type, mode, node, operation, params, and socket_name.
eNodeSocketDatatype blender::nodes::node_fn_compare_cc::SocketSearchOp::data_type |
Definition at line 97 of file node_fn_compare.cc.
Referenced by operator()().
NodeCompareMode blender::nodes::node_fn_compare_cc::SocketSearchOp::mode = NODE_COMPARE_MODE_ELEMENT |
Definition at line 99 of file node_fn_compare.cc.
Referenced by operator()().
NodeCompareOperation blender::nodes::node_fn_compare_cc::SocketSearchOp::operation |
Definition at line 98 of file node_fn_compare.cc.
Referenced by operator()().
std::string blender::nodes::node_fn_compare_cc::SocketSearchOp::socket_name |
Definition at line 96 of file node_fn_compare.cc.
Referenced by operator()().