MCPcopy Create free account
hub / github.com/ImageEngine/cortex / outputConnections

Function outputConnections

src/IECoreScene/bindings/ShaderNetworkBinding.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119boost::python::list outputConnections( const ShaderNetwork &network, const InternedString &handle )
120{
121 boost::python::list result;
122 for( const auto &c : network.outputConnections( handle ) )
123 {
124 result.append( c );
125 }
126 return result;
127}
128
129ShaderPtr outputShader( const ShaderNetwork &network )
130{

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
outputConnectionsMethod · 0.45

Tested by

no test coverage detected