there are 2 nodes, and can we remotely execute a python script by another node, especially def too?
For instance, there is a python_target null node. If I click its execute button, it writes C in result as I expect. Then I want to do same thing by a code of another python_remote_control null node.
After succeeding controlling remotely, I also like to execute setA() remotely, too.
Is that possible?