[Maya-Python] Re: Nested/Compound Ramp Attribute AETemplate

2016-03-03 Thread Dilen Shah
Hey Chad, Thanks for your reply! I thought so that it was not possible because i tried every possibility :P. Just one more thing, in arrays we have "Add New Item" button, is there a preset way of adding it in my AETemplate or by using "AEnewNonNumericMultiAddNewItem". Thanks. D. On Thursday

Re: [Maya-Python] Pyblish and ftrack Webinar

2016-03-03 Thread Marcus Ottosson
Recording is up! - https://vimeo.com/157251166 -- 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...@googlegrou

[Maya-Python] Re: Nested/Compound Ramp Attribute AETemplate

2016-03-03 Thread Chad Vernon
Ramps don't work in compound attributes. You have to do a workaround where you have a dummy ramp attribute that's not a compound attribute and connect whatever ramp you are working with the dummy ramp. Also the ramp evaluation methods don't work with ramps in compound attributes so to evaluate

[Maya-Python] Nested/Compound Ramp Attribute AETemplate

2016-03-03 Thread Dilen Shah
Hey guys, Is there a way to create ramp attribute for compound array attributes. For example: this works AEaddRampControl($nodeName + ".falloff") But how can i achieve this: AEaddRampControl($nodeName + ".layers[i].falloff") always give me error: Error: file: /servers/Software/Autodesk/Maya/20

[Maya-Python] Re: API and Offset BlendShape

2016-03-03 Thread Rémi Deletrain
I found the solution ! -- #For get MFnBlendShape selectionList = OpenMaya.MSelectionList() selectionList.add(blendShapeName) bsObject = Open

[Maya-Python] Re: Mathematical problem

2016-03-03 Thread Rémi Deletrain
I have solution. obj_1 --> base mesh obj_2 --> target mesh obj_3 --> mesh reveiver -

Re: [Maya-Python] Problem during PyQt build on Windows with Maya 2015 x64

2016-03-03 Thread Avram Remus
Thank you! On 2 March 2016 at 08:53, Marcus Ottosson wrote: > Here you go. > > - https://github.com/pyqt/maya2015-qt4 > > On 1 March 2016 at 23:20, wrote: > >> Hi Mickael! >> >> Did you get the chance to build PyQt for Maya 2015? I get the same >> problem also with PyQt-win-gpl-4.10.4 recommand