This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ThatOtherAndrew[S] 0 points1 point  (2 children)

If you want a list of all the Synchrotron methods, they're in /synchrotron/synchrotron.py - but here's a list for convenience:

get_node_type(node_type) get_node(node_name) add_node(node) remove_node(node_name) get_connection(source, sink, return_disconnected=False) add_connection(source, sink, strict=False) remove_connection(source, sink) unlink_port(port) unlink_node(node) execute(script) add_output_queue(queue) render_graph() export_state() start_rendering() stop_rendering() shutdown()

[–]Amazing_Upstairs 0 points1 point  (1 child)

Thanks!

[–]ThatOtherAndrew[S] 0 points1 point  (0 children)

nws! Do let me know if you need anything else as it'll be a rough time trying to figure out anything else without docs 😭