Hi, it might seem a silly question, but what does that function expect in the python version of the API? in c++ it needs a pointer, but in python whatever I try I get an error.
I’ve been struggling with this problem for a while. I was using the API 1.0 (maya.OpenMaya) since I thought that these classes where not implemented on the API 2.0 yet (maya.api.OpenMaya), but I recently discovered that they are already implented on Maya 2020 (though Visual Code autocompleter doesn’t seem to know they exist).
I switched to the 2.0 and now the call to addMPxManipulatorNode no longer needs an out parameter and instead it now returns a MPxManipulatorNode, so I just do: