Houdini 20.0 Nodes Geometry nodes

MotionClip Pose Insert geometry node

Adds a new sample to a MotionClip containing the given pose

On this page
Since 18.5

The pose should contain a subset of the clip skeleton’s joints.

If present, the localtransform attributes of the points will be used. Otherwise they will be estimated by substituting the world space transforms into the clip’s evaluation at the given time and computing the localtransforms of that skeleton.

State

This viewport state allows you to visualize a MotionClip or its evaluated poses over time using a color ramp, and it is available for every MotionClip SOP node that outputs a MotionClip.

MotionClip viewport state interaction

You can select individual joints from the current pose in the MotionClip viewport state. For the selected joints, you can then use the Evaluate Pose mode to view just the current pose, its selected joints, and the motion trails for those joints.

rFoot and lFoot joints selected, Mode = Evaluate Pose, Color = White to Red
MotionClip viewport state toolbar

Mode

Determines the MotionClip information that is displayed in the viewport.

MotionClip

Displays all the MotionClip’s poses.

Mode = MotionClip

Evaluate Pose

Displays a single MotionClip pose at the current time.

Mode = Evaluate Pose

Transparent MotionClip

When turned on, the MotionClip’s poses are displayed as fainter lines, making it easier to see the scene behind the MotionClip, as well as the evaluated pose.

Color

Applies the selected color ramp preset to the MotionClip’s visualization in the viewport. This color ramp helps to visualize changes to the MotionClip or individual poses over time.

Mode = Evaluate Pose, Color = White to Red

Extend Color

Determines how the poses outside of the MotionClip’s defined animation start and end range are visualized in the viewport.

Hold

Holds the color values at the ends of the range.

Mode = MotionClip, Color = Plasma, Extended Color = Hold

Gray

Poses outside the animation start and end range are colored gray.

Mode = MotionClip, Color = Plasma, Extended Color = Gray

Hide

Hides the poses outside the animation start and end range.

Mode = MotionClip, Color = Plasma, Extended Color = Hide

Parameters

New Pose Frame

The sample will be inserted at this frame.

Overlap mode

Describes how this should behave if a sample at the given frame already exists.

Replace

The existing sample will be completly replaced by the new one. Any joints which were present in the original pose but no longer in the new one will be removed.

Keep Existing

Leave the original pose in place, changing nothing.

Update

The joints given in the pose will copied onto the existing pose, keeping the original values for joints which are not provided.

Error

Throw an error when the given frame conflicts with an existing pose.

Inputs

MotionClip

The MotionClip to be adjusted.

Pose to Add

The pose which should be added to the clip.

Outputs

MotionClip

The MotionClip on the first input with the pose on the second input inserted at the specified frame.

Examples

SimpleMotionClipPoseInsert Example for MotionClip Pose Insert geometry node

This example demonstrates how to use the MotionClip PoseInsert node to alter the pose of a frame in a motion clip.

See also

Geometry nodes