I have a movieFileIn top, and I want to reference data from a DAT operator so that I can change which movie file it loads. I have multiple movie files to load, and having them all active at the same time lags out my pc majorly.
I would reference from switch2 (or a null) and adjust the index value of the switch to choose different files.
you can reference DAT Cells in parameters with a python expression like op('switch2')[0,0]
We have a nice introductory video series on the learn.derivative.ca page and especially a lesson on “References and Binding Parameters” which could help understanding the whole concept:
More specific info on the operator’s python members and methods can also be found on the OP Class Pages: