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
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
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
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
I found the solution !
--
#For get MFnBlendShape
selectionList = OpenMaya.MSelectionList()
selectionList.add(blendShapeName)
bsObject = Open
I have solution.
obj_1 --> base mesh
obj_2 --> target mesh
obj_3 --> mesh reveiver
-
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