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

Method get_node

src/graph/node.cpp:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243Node *Node::get_node(const SocketType &input) const
244{
245 assert(input.type == SocketType::NODE);
246 return get_socket_value<Node *>(this, input);
247}
248
249/* get array values */
250const array<bool> &Node::get_bool_array(const SocketType &input) const

Callers 1

xml_write_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected