Could you also give an example of how to get the value(s) from an octane node pin as well?JimStar wrote://Set color pin value (Octane RGBspectrum Texture):
octane -tcp <pin name> <R-value> <G-value> <B-value>;
//Set float pin value (Octane Float Texture):
octane -tfp <pin name> <value>;
Many thanks.