[Maya-Python] URGENT : Merge with API (C++ and / or Python)

2017-04-11 Thread justin hidair
I'm going nut, I can no longer deal with the API, how the fuck Am I suppose to merge things of an existing mesh already instanced in MFnMesh() within a node, how!? recreating the mesh is too, too redundant... I tried .. adding polygons piece by piece with MFnMesh::addPolygon() ? I tried, and t

Re: [Maya-Python] maya Python file writing progress bar ?

2017-04-11 Thread Virbhadra Gupta
Thank You Justin!! now i got the point what i need to do :) thank you for your input :) On Sunday, April 9, 2017 at 2:57:13 AM UTC+5:30, Justin Israel wrote: > > > > On Sun, Apr 9, 2017, 1:47 AM Virbhadra Gupta > wrote: > >> here is my code >> >> def exportAnimation(): >> dataForJson = getAni

[Maya-Python] How can i make Qpushbutton keep highlight until i deselect object

2017-04-11 Thread nguyen vuducthuy
Hi there, I try to create an character picker that when i pressed button i select an object in the scene and it will keep highlight until i deselect that object. This really help me know what i'm selecting. Thank for your help! -- You received this message because you are subscribed to the Goo

[Maya-Python] Re: triple switch node

2017-04-11 Thread justin hidair
+ 1 PLEASE Someone respond to this -- 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 python_inside_maya+unsubscr...@googlegroups.com. To vi

Re: [Maya-Python] Re: triple switch node

2017-04-11 Thread Ravi Jagannadhan
I don't see any content in the e-mail? On Tue, Apr 11, 2017 at 11:47 AM, justin hidair wrote: > + 1 PLEASE Someone respond to this > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group a

Re: [Maya-Python] How can i make Qpushbutton keep highlight until i deselect object

2017-04-11 Thread Justin Israel
On Wed, Apr 12, 2017 at 3:57 AM nguyen vuducthuy wrote: > Hi there, > > I try to create an character picker that when i pressed button i select an > object in the scene and it will keep highlight until i deselect that > object. This really help me know what i'm selecting. > Thank for your help! >