On 23/11/2017 at 06:54, xxxxxxxx wrote:
Hi everyone,
I'm trying to change a math node value and unfortunately can't do it with:
math[0][2000, 1001] = 1.0
it gives the TypeError: __setitem__ got unexpected type 'float'.
The error appears with any assigned value type.
Interestingly enough if I change the value manually first and than run the line it works fine.
Don't understand what I'm missing.
Thank you very much in advance!
Andre