splineIK.settings module

class splineIK.settings.Settings

Bases: object

The Spline IK module is flexible for creation, this class holds all of the attributes the user is allowed to change before creation.

  • controlShape
  • rootControlShape
  • slideControlShape
  • tangentControlShape
  • controlColour
  • rootControlColour
  • slideControlColour
  • tangentControlColour
  • orientToCurve
  • orientRootToCurve

Available shapes and colours can be found in the following module. rjSplineIK.utils.controlShape rjSplineIK.utils.colour

controlColour
controlShape
getControlColour()
getControlShape()
getRootControlColour()
getRootControlShape()
getSlideControlColour()
getSlideControlShape()
getTangentControlColour()
getTangentControlShape()
orientRootToCurve
orientToCurve
rootControlColour
rootControlShape
setControlColour(colour)
setControlShape(shape)
setRootControlColour(colour)
setRootControlShape(shape)
setSlideControlColour(colour)
setSlideControlShape(shape)
setTangentControlColour(colour)
setTangentControlShape(shape)
slideControlColour
slideControlShape
tangentControlColour
tangentControlShape