Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
Normally, GetRad() and GetMp is for the whole object. Is there an equivalent for only selected points?
GetRad()
GetMp
My use case is to create an FFD deformer that fits exactly where all the selected points sit. This is to avoid manually adjusting the FFD.
Regards, Ben
no, I do not think there is, you can either:
PointObject
Cheers, zipit
@zipit
Thanks for the response. I was able to compute the bounding box as you mentioned. I went with the #2 route. Though I have problem with creating the FFD deformer, but that would be for another thread.