Nodes in action:
update: 2019/02/17
A few bits of code related to nodes in action:
– Lists of available nodes in action
– Create (add) a new action node (my_action)
– Add (create) new nodes in my_action
– Lists nodes found … Read more
bits & ideas.
Nodes in action:
update: 2019/02/17
A few bits of code related to nodes in action:
– Lists of available nodes in action
– Create (add) a new action node (my_action)
– Add (create) new nodes in my_action
– Lists nodes found … Read more
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.