|
Blender
V2.93
|
#include "graph/node.h"#include "graph/node_type.h"#include "util/util_foreach.h"#include "util/util_md5.h"#include "util/util_param.h"#include "util/util_transform.h"Go to the source code of this file.
Functions | |
| static bool | is_socket_float3 (const SocketType &socket) |
| static bool | is_socket_array_float3 (const SocketType &socket) |
| template<typename T > | |
| static void | copy_array (const Node *node, const SocketType &socket, const Node *other, const SocketType &other_socket) |
| template<typename T > | |
| static bool | is_array_equal (const Node *node, const Node *other, const SocketType &socket) |
| template<typename T > | |
| static bool | is_value_equal (const Node *node, const Node *other, const SocketType &socket) |
|
static |
Definition at line 324 of file node.cpp.
References node, and SocketType::struct_offset.
Referenced by ui_but_copy().
|
static |
Definition at line 467 of file node.cpp.
References Freestyle::a, node, and SocketType::struct_offset.
|
static |
Definition at line 62 of file node.cpp.
References SocketType::COLOR_ARRAY, SocketType::NORMAL_ARRAY, SocketType::POINT_ARRAY, SocketType::type, and SocketType::VECTOR_ARRAY.
Referenced by Node::get_float3_array(), and Node::set().
|
static |
Definition at line 56 of file node.cpp.
References SocketType::COLOR, SocketType::NORMAL, SocketType::POINT, SocketType::type, and SocketType::VECTOR.
Referenced by Node::get_float3(), and Node::set().
|
static |
Definition at line 475 of file node.cpp.
References Freestyle::a, node, SocketType::struct_offset, and T.