Hi, everybody!
I'm new in maya and having a problem during rigging. any help will means a lot!
I'm wondering how to add lattice to a geometry, but in certain part only.
well, for example:
I have a character and i want to add lattice to the mouth only.
I have tried using this script:
string $selSet[] = ls -sl
;
string $lattice = $selSet[0];
string $object = $selSet[1];
lattice -e -g $object $lattice;
it works! but it applies to the whole geometry... so for example, the nose (the position is near enough to the mouth) got latticed to but i dont want that.
Anybody know how to do it?
Any Help will be appreciated