Houdini 20.0 Python scripting hou hou.ik

hou.ik.targetType module

Enumeration of IK target types.

Specifies whether a hou.ik.Target affects position, orientation, or both.

Values ΒΆ

hou.ik.targetType.Position

hou.ik.targetType.Orientation

hou.ik.targetType.All

hou.ik

  • hou.ik.Joint

    Represents a joint in an inverse kinematics skeleton.

  • hou.ik.Skeleton

    Represents a skeleton for use with inverse kinematics solvers.

  • hou.ik.Target

    Represents a position or orientation target for inverse kinematics solvers.

  • hou.ik.solveFBIK()

    Applies a full-body inverse kinematics algorithm to a skeleton.

  • hou.ik.solvePhysFBIK()

    Applies a full-body inverse kinematics algorithm to a skeleton, with optional control over the center of mass.

  • hou.ik.targetType

    Enumeration of IK target types.