MCPcopy Create free account
hub / github.com/blender/cycles / is_socket_array_float3

Function is_socket_array_float3

src/graph/node.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static bool is_socket_array_float3(const SocketType &socket)
46{
47 return socket.type == SocketType::COLOR_ARRAY || socket.type == SocketType::POINT_ARRAY ||
48 socket.type == SocketType::VECTOR_ARRAY || socket.type == SocketType::NORMAL_ARRAY;
49}
50#endif
51
52/* set values */

Callers 2

setMethod · 0.85
node.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected