OverSkin
Python cкрипт для Maya, который позволяет создавать доп контролы привязанные к полигональной поверхности.
Скрипт создает скин на этого геометрии поверх существующих деформеров с корректриующим скином не изменяющий существующую деформацию.
Python script for Maya that allows creating additional controls attached to a polygonal surface.
The script creates a skin on this geometry on top of the existing deformers with a corrective skin that does not alter the existing deformation.
zip
overskin1.0.zip15.29 Kb
Требования (Requirements):
- Autodesk Maya 2012 or newer
- Pymel
Установка (Installing):
Поместите папку overskin в папку с майскими python скриптами.
Например: C:\Users\__Ваше_Имя__\Documents\maya\scripts
Place the overskin folder into the Maya Python scripts folder.For example: C:\Users\_Your_Name_\Documents\maya\scripts
3. В Майе создайте кнопку на полке со следующей python командой (In Maya, create a shelf button with the following python command):
import overskin, importlib
importlib.reload(overskin)