Maya : Spline IK

$0+
15 ratings

Untested for Maya 2020
Unsupported for Maya 2022 ( PY3 )

Create a Spline IK setup on a curve. The setup features variable stretch and squash, variable rotation and sliding on curve.

Video
Documentation
Github

Installation

  • Extract the content of the .rar file anywhere on disk.

  • Drag the splineIK.mel file in Maya to permanently install the script.

Usage

A button on the MiscTools shelf will be created that will allow easy access to the ui, this way the user doesn't need to worry about any of the code. If user wishes to not use the shelf button the following commands can be used.

Command line:

    from splineIK import SplineIK
    sik = SplineIK()
    sik.create(
        name,
        curve,
        numJoints,
        upDirection="y",
        worldUpDirection="y",
       forwardDirection="x"
    )

Display UI:

    import splineIK.ui
    splineIK.ui.show() 

Note

The Spline IK module works on a curve and generates an joint chain that sticks to it's position on the curve. This means that stretch and squash will only occur in the areas that manipulates as opposed to it scaling as a whole.

The other benefit of using this module over a regular spline IK is the fact that the twist is divided over the controls that are generated and not just limited to the beginning and end.

Apart from the main settings, the control colour, position and orientation is adjustable. This can be done on the Spline IK class before the create function is called.

  • controlShape

  • rootControlShape

  • slideControlShape

  • tangentControlShape

  • controlColour

  • rootControlColour

  • slideControlColour

  • tangentControlColour

  • orientToCurve

  • orientRootToCurve  

$
I want this!
Size
139 KB
Copy product URL

Ratings

4.9
(15 ratings)
5 stars
87%
4 stars
13%
3 stars
0%
2 stars
0%
1 star
0%
$0+

Maya : Spline IK

15 ratings
I want this!