mgear.rigbits.blendShapes

Rigbits blendshapes utilities and tools

mgear.rigbits.blendShapes.connectWithBlendshape(mesh, bst, wgt=1.0)

Connect 2 geometries using blendshape node

Parameters:
  • mesh (PyNode) – The Object to apply the blendshape target
  • bst (PyNode) – The Blendshape target
  • wgt (float, optional) – Description
Returns:

The blenshape node

Return type:

PyNode

mgear.rigbits.blendShapes.getBlendShape(obj)

Get the blendshape node of an object.

Parameters:obj (PyNode) – The object with the blendshape node
Returns:The blendshape node
Return type:PyNode