Hi.
I'm currently writing a script that uses the draggerContext , and due to the very sparse examples in the docs, I'm having a difficult time understanding the -pr projection flag. in my case, I'm using "objectPlane" which states in docs: "Sets current projection of drag point. Valid types are: " blah blah "objectPlane: project to the specified plane defined by object location and normal (default) 0,1,0". it's clear that the -plane flag is used to define the normal of the plane, but there seems to be no way of specifying the object from which the location information is derived. I've tried having an object selected when the context is defined, and this seems to work, but when I edit the context during execution to a new object location, it does not give the expected results and remains referring to drag points that would belong to the original object location, though it does respect changing the normal vector via -e -pl. any clarifications or suggestions in this regard would be greatly appreciated!
Thx much!!