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

Method get_transform

src/graph/node.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237Transform Node::get_transform(const SocketType &input) const
238{
239 assert(input.type == SocketType::TRANSFORM);
240 return get_socket_value<Transform>(this, input);
241}
242
243Node *Node::get_node(const SocketType &input) const
244{

Callers 3

parameterMethod · 0.80
GetNodeValueFunction · 0.80
xml_write_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected