Houdini 22.0 Nodes Copernicus nodes

Attribute Copernicus node

Creates a detached attribute.

On this page
Since 22.0

This node creates a detached attribute. It can either create a specific size; or based on a provided example attribute. This can be used to reserve arbitrary array sizes; or to get a matching attribute of different type to an existing attribute.

Parameters

Signature

The attribute type generated. This does not have to match the input.

See Signatures for more information.

Class

Detached attributes possess a property providing a hint for what class they should be considered. This can be copied from the input, set to a specific class, or set to None. None will prevent auto-deduction on insertion.

Value

The value to initialize the Float attribute to.

Value

The value to initialize the Vector 2 attribute to.

Color

The color to initialize the Vector attribute to.

Color

The color and alpha to initialize the Vector 4 attribute to.

Value

The integer to initialize the Integer attribute to.

Sizing Method

How to compute the attribute’s size. The base size will be the input’s size. If there is no input, the base size is 0.

Set

Use the size, ignoring any input size.

Add

Add the input size with the parameter size.

Multiply

Multiply the input size with the multiply size parameter.

Size

The size of the attribute, used to either set or extend it.

Multiply Size

A scale factor to resize the attribute.

Set Type Info

Type Info

A property providing a hint as to how the attribute should be interpreted.

None

No special treatment.

Position

This attribute is a geometric point. Houdini will transform the attribute as a position.

Vector

Houdini will transform the attribute as a vector.

Normal

Houdini will transform the attribute as a normal.

Color

This attribute is a color.

Quaternion

Houdini will transform the attribute as a quaternion.

Transform Matrix

Houdini will transform the attribute as a transformation matrix.

Texture Coordinate

This attribute represents texture coordinates, like uv.

Inputs

attrib_ref

An optional reference attribute to base sizing and initial properties on.

Outputs

attrib

A newly created attribute of the given type and size.

See also

Copernicus nodes