Hi,
I'm playing with the python api for a few days and I was wondering how to get the matrix from a MPxNode into it's own compute function.
I'm sure that the solution isn't tricky but i can't figure out how to get it !
Thanks.
MPxNode is DG node, not a DAG node. Only Dag node has transform matrix, if that's what you mean.
Only Dag node has transform matrix, if that's what you mean.
Nothing says it can not have a matrix value, you just have to provide the data dorm somewhere meaningful form a connection.