[Maya-Python] Re: control for colorpicker: color ring or spectrum

2018-02-19 Thread AK Eric
Have you tried the colorEditor command? The results of the selection can be easily queried in rgb(+a) and hsv. -- 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 fro

[Maya-Python] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-02-19 Thread sandy baroo
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

Re: [Maya-Python] Re: .MFileIO.getReferenceFileByNode - // Error: (kInvalidParameter): Invalid parameter

2018-02-19 Thread Sivanny Selvakumar
The only thing you can do is use MGlobal::executeCommand to run the referenceQuery command in C++. I would log a defect with Autodesk about this, since it's such a big hole in the API. On Monday, February 19, 2018 at 6:10:44 AM UTC-8, Nicolas Chaverou wrote: > > Hey Sivanny, > > You're correct i

[Maya-Python] control for colorpicker: color ring or spectrum

2018-02-19 Thread Michał Frątczak
Hi! Does maya provide any controls for a nice color picker, like build-in Ring or Spectrum ? I'd like to call a callback with each click in palette... I only found palettePort command, not really super handy. thanks ! -michal -- You received this message because you are subscribed to the Goog

Re: [Maya-Python] Re: .MFileIO.getReferenceFileByNode - // Error: (kInvalidParameter): Invalid parameter

2018-02-19 Thread Nicolas Chaverou
Hey Sivanny, You're correct indeed... So no way, on the API side to easily fetch the reference file of a referenced node... Dammit... I'll have to figure something else, it's annoying indeed. Best, --- [image: Nicolas Chaverou - Golaem Crowd Product Manager - Golaem SA] +33 (0)2 99 27 21 44 htt

Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-19 Thread Pontsho Maseko
The tool sets transforms then creates the animation curves to connect to the other identical control. But if i use the quering of plugs over iteration or just one on one animation transfer it avoids the setting of transforms, sometimes other information from the old animation curve. When I was

Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-19 Thread Pontsho Maseko
I was trying to avoid doing that. When I query the plugs manually, the whole code structure fall apart. It doesnt spit out any errors and it runs smoothly but it does do the absolute job, it works here and there. On Friday, February 16, 2018 at 5:44:44 PM UTC+2, Marcus Ottosson wrote: > > A plu