Search Nodes in a Batch Schematic:
If you know the name of the node(s) you’re looking for in your schematic, find and frame them. Also prints the list in the console.
import flame typed_in = raw_input() input_list = typed_in.split() flame.batch.selected_nodes =… Read more
You must be logged in to post a comment.