Hi Jed, and thank you very much for this... Have to rewrite a lot of xpresso coffee nodes to Python for upcoming new version of C4D.
So i might have a few more questions like this one in the near future.
Also tried this script
def main():
global Output1 ,Output2 # and the rest
if Input1==0 and Input2==4:
Output1 = 5
Output2 = 6
else:
Output1 = 1
Output2 = 8 # etc
works to :) very happy over here. Thanks again...
Any chance you could also tell me how to add a new "real" input and output to a xpresso python node, 'integer' and ' float' are there, but i do not see the 'real'