Re: [Maya-Python] Re: API : Get transform's boundingBox by kMesh data

2012-04-02 Thread Richard Kazuo
Hi Jinhyuk, Can you post the code? More specifically the part where you create the MFnDagNode function. On Mon, Apr 2, 2012 at 3:20 AM, Jinhyuk wrote: > I am making the custom node as LocatorNode. > > I also have same problem like yours. > > MFnDagNode::boundingBox() does not work! > Just prin

[Maya-Python] Re: API : Get transform's boundingBox by kMesh data

2012-04-02 Thread Jinhyuk
I am making the custom node as LocatorNode. I also have same problem like yours. MFnDagNode::boundingBox() does not work! Just print the ( 0,0,0 ) If you solve this problem, could you explain the detail about that? Also I want to get boundingBoxes for each connected mesh. How could I do that?