I really like the new multiline expression editor in 6.2 and the easier use of python functions with the return value to output to that knob.
But, say I take a matrix from a 3d node, do some stuff using nuke.math, then I want to populate another matrix with the result, basically I'm taking a list and populating each matrix cell by indexing into the list then moving on to the next cel. Right now I can repeat the code in each cell but change the index as appropriate but this can be slow and does seem really inefficient. So I was wondering if anyone had suggestions for a way of calculating the bulk of the math and outputting a list to a knob, then each cel only has to index into the list....I'd like to find an alternative to doing a callback that exists in the plug-in path. Thanks, Michael _______________________________________________ Nuke-python mailing list [email protected] http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
