First manually add an action node to a batch schematic, then select it and run the console script
code:
import flame # Use the currently selected Action Batch node action = flame.batch.current_node.get_value() # AVAILABLE NODES in action print… Read more
You must be logged in to post a comment.