Hello! I think the intermediate object is the one that is not visible in the viewport. Regarding getting the input mesh (i think this may be what you need, forgive me if i missunderstood) you can get it with MPxDeformerNode static attribute inputGeom, if you need the output mesh you can use outputGeom. Hope this is usefull. :) Merry Christmas! Eduardo
On Wed, Dec 24, 2014 at 5:45 AM, illunara <[email protected]> wrote: > > > <https://lh6.googleusercontent.com/-WePBcPLUZFI/VJp63zU46FI/AAAAAAAAAIY/tF66pwiAK_s/s1600/a.jpg> > Hi everybody > I attached a picture for easy visualization. > In deform() method, if i not mistake, the MItGeometry using the original > mesh for iterate ( that's why it always return the same vertex's position), > and the intermediate object is the one display in the viewport. > Basically, i need to get the vertex's position of deform mesh, but i stuck > right now. I don't know how can i get the intermediate object. > Please help, thanks. > > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/0f38a182-11ff-4718-bebb-ca667a72b474%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/0f38a182-11ff-4718-bebb-ca667a72b474%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Eduardo GraƱa www.eduardograna.com.ar -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CACt6GrksVokc-3qiX1igFNb_MkSCF6CVEJhfM3CTtev0pJT%2BtQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
