splineIK.utils.motionPath module¶
-
splineIK.utils.motionPath.
attachToMotionPath
(curve, target, name=None, bank=False, bankScale=1.0, bankThreshold=90.0, follow=False, followAxis='Y', fractionMode=False, inverseFront=False, inverseUp=False, upAxis='Z', worldUpObject=None, worldUpType='vector', worldUpVector=[0.0, 1.0, 0.0])¶ Attach to motion path util, that will create a clean setup by creating the motion path node from scratch and connecting all of the attributes.
Parameters: - curve (str) –
- target (str) –
- name (str/None) –
- bank (bool) –
- bankScale (float) –
- bankThreshold (float) –
- follow (bool) –
- followAxis (str) –
- fractionMode (bool) –
- inverseFront (bool) –
- inverseUp (bool) –
- upAxis (str) –
- worldUpObject (str/None) –
- worldUpType (str) –
- worldUpVector (list) –
Returns: motion path node
Return type: str