trigger.utils.jointsOnBlendshape

Functions

jointOnBlendshapes([joint, controller, surface, ...])

Creates the follicle and makes the necessary connections for using joint tweaking over

Module Contents

jointOnBlendshapes(joint=None, controller=None, surface=None, attach_mode='parentConstraint')

Creates the follicle and makes the necessary connections for using joint tweaking over blendshapes. If no arguments are given, it uses current selection to find out nodes. If this is the case, controller must be selected before the surface node. JOINTS MUST HAVE PARENT NODES WHICH MOVES AND SCALES WITH THE RIG Args:

joint: (pyNode) joint node controller: (pyNode) controller node surface: (pyNode) surface node which holds the skin cluster and blendshape node

Returns: None