[Maya-Python] Re: component selection mode and children

2014-12-24 Thread kevcortez99
is "ignore selection priority" the only setting that when turned off, prevents selecting other objects when in component mode and I marquee select some components with objects behind them. I like having ignore selection priority turned on, so that when I marquee select a bunch of objects, I get

Re: [Maya-Python] Merry Christmas!

2014-12-24 Thread Kenneth Ibrahim
Happy Holidays to all who so graciously offer their help here! Ho, ho, ho! On Wed, Dec 24, 2014 at 5:16 AM, Eduardo Grana wrote: > Thanks, and Merry Christmas to you all! > > On Wed, Dec 24, 2014 at 4:07 AM, Justin Israel > wrote: > >> Happy Hannukk... oh wait it's over. Happy Holidays everyone

[Maya-Python] [MAYA API] How to get a array optionVar in C++

2014-12-24 Thread Sun Dawei
Hello, Merry Christmas and Happy New Year! I have a question about optionVars in maya, I could not find any api that can query and set array optionVars, there are only MGlobal::optionVarIntValue, MGlobal::optionVardoubleValue, MGlobal::optionVarStringValue in maya api. is there a way to get

Re: [Maya-Python] Traverse in graph

2014-12-24 Thread Tuan Nguyen
I try to create an MFnMesh from outputgeom but it gave me an error (kInvalidParameter): Object is incompatible with this method -- 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 recei

Re: [Maya-Python] Merry Christmas!

2014-12-24 Thread Ricardo Viana
>From Merry.Christmas import * For everyone in this.list: Print "Happy New Year of 2015" On Wednesday, December 24, 2014, Eduardo Grana wrote: > Thanks, and Merry Christmas to you all! > > On Wed, Dec 24, 2014 at 4:07 AM, Justin Israel > wrote: > >> Happy Hannukk... oh wait it's over. Happ

Re: [Maya-Python] Traverse in graph

2014-12-24 Thread Tuan Nguyen
oops,my bad. And yes, intermediate object is the one which hidden from scene. Anyway, outputGeom is the one i was looking for ( actually i want to get the deform vertex in worldspace), so basically, i will create an NPlug and get mesh from it? -- You received this message because you are subscrib

Re: [Maya-Python] Traverse in graph

2014-12-24 Thread Eduardo Grana
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 outputG

Re: [Maya-Python] Save file dialog

2014-12-24 Thread Eduardo Grana
Hello Likage, Be aware that the fileDialog2 command only gets a filename(or filenames) then you need to rename the scene, and save it. I dont have maya around to check it out, but it should be something like this import maya.cmds as cmds name = cmds.fileDialog2(ds=2, fileFilter="Maya Ascii (*.ma

Re: [Maya-Python] Merry Christmas!

2014-12-24 Thread Eduardo Grana
Thanks, and Merry Christmas to you all! On Wed, Dec 24, 2014 at 4:07 AM, Justin Israel wrote: > Happy Hannukk... oh wait it's over. Happy Holidays everyone! > > On Wed, 24 Dec 2014 7:05 PM Mahmoodreza Aarabi wrote: > >> Thanks. >> and for you. >> :) >> >> On Wed, Dec 24, 2014 at 2:24 AM, Marcus

[Maya-Python] Traverse in graph

2014-12-24 Thread illunara
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 po