Functions | |
def | getShapePoints |
SHAPE. More... | |
def | resetShapePoints |
Reset the value of selected point in the shape. More... | |
def | symmetrizeShapePoints |
def | applyScaleShapeOp |
OPERATOR. More... | |
def | applySmoothShapeOp |
def | duplicateShapeKey |
SHAPEKEY. More... | |
def | resetShapeKey |
def | mergeShapeKeys |
def | mirrorShapeKey |
def | matchShapeKey |
def | createHalfShape |
def | getPoints |
MISC. More... | |
This file is part of GEAR_mc. GEAR_mc is a fork of Jeremie Passerin's GEAR project. GEAR is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl.html>. Author: Jeremie Passerin geerem@hotmail.com www.jeremiepasserin.com Fork Author: Miquel Campos hello@miqueltd.com www.miqueltd.com Date: 2013 / 08 / 16
def gear.xsi.shape.applyScaleShapeOp | ( | shape, | |
points | |||
) |
OPERATOR.
========================================================
def gear.xsi.shape.duplicateShapeKey | ( | shape, | |
cluster = None |
|||
) |
SHAPEKEY.
========================================================
def gear.xsi.shape.getPoints | ( | geo, | |
side, | |||
threshold = 1E-6 |
|||
) |
MISC.
getPoints ==============================================
def gear.xsi.shape.getShapePoints | ( | shape, | |
threshold = 1E-6 |
|||
) |
SHAPE.
======================================================== Return all the point index deformed by the shape.
shape | ShapeKey |
threshold | Double |
def gear.xsi.shape.resetShapePoints | ( | shape, | |
points | |||
) |
Reset the value of selected point in the shape.
shape | ShapeKey |
points | List of Integer - Indexes of point to reset. |