Houdini 20.5 Nodes APEX nodes

skel::UpdateJoint

Updates the attribute values of a KineFX point.

On this page
Since 20.0

The geo ports of this node are in-place ports. This means that the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry that contains the point to update.

ptnum: Int

The point number of the point to update.

name: String

The new name attribute value to set on the point.

xform: Matrix4

The new world transform value to set on the point. On the geometry, this is represented as a Matrix3 transform attribute and a Vector3 P attribute.

scaleinheritance: Int

The new scale inheritance attribute value to set on the point.

color: Vector3

The new color attribute value to set on the point.

Outputs

*geo: Geometry

The geo input with its point modified.

APEX nodes