Thanks Cesar!

Never though you could do it in one line.

Just one thing. Maya's Parent Constraint, unlike Softimage Pose Constraint,
it doesn't constraint Scale so you may need another sentence on that one.

Martin

On Wed, Dec 3, 2014 at 3:14 AM, Cesar Saez <cesa...@gmail.com> wrote:

> This one-liner expressions (MEL) should do the trick ;)
>
> // match transform
>> delete `parentConstraint`;
>>
>> // match translation
>> delete `pointConstraint`;
>>
>> // match rotation
>> delete `orientConstraint`;
>>
>> // match scale
>> delete `scaleConstraint`;
>>
>

Reply via email to