WIP: Initial version of a single-frame job compiler #104189
@ -255,7 +255,7 @@ for node in C.scene.node_tree.nodes:
|
|||||||
if link.from_node != node:
|
if link.from_node != node:
|
||||||
continue
|
continue
|
||||||
print('DEBUG: Found link %s - %s' % (link.from_socket, link.to_socket))
|
print('DEBUG: Found link %s - %s' % (link.from_socket, link.to_socket))
|
||||||
link_name = "Image"
|
link_name = "Combined"
|
||||||
for output in image_node.outputs:
|
for output in image_node.outputs:
|
||||||
print('DEBUG: Checking output:', output.name, link_name)
|
print('DEBUG: Checking output:', output.name, link_name)
|
||||||
if output.name != link_name:
|
if output.name != link_name:
|
||||||
|
Loading…
Reference in New Issue
Block a user