This modifier implements an attributes channel for its parent mesh. Attribute types include texture, normal, color, position, and data.
Class registration and implementation information is as follows:
Category | Documentation |
---|---|
Implementation | C++ |
Module | Plugin-Domain-Parametric |
Class Hierarchy | Node » Modifier » AddChannelModifier |
Data Interface Name | AddChannelModifier |
Type Status | Active |
Is Final Type | Yes |
Properties are as follows:
Property | Documentation |
---|---|
Attribute Type: Position | Sets this modifier to store up to four double-precision values for vertex positions. |
Attribute Type: Normal | Sets this modifier to store up to four double-precision values for vertex positions. |
Attribute Type: Color | Sets this modifier to store up to four double-precision values for vertex positions. |
Attribute Type: Texture Coordinate | Sets this modifier to store up to four double-precision values for vertex positions. |
Attribute Type: Integer Data | Sets this modifier to store up to four double-precision values for vertex positions. |
Attribute Dimension: 1D | Stores 1D values for the attribute channel. |
Attribute Dimension: 2D | Stores 2D values for the attribute channel. |
Attribute Dimension: 3D | Stores 3D values for the attribute channel. |
Attribute Dimension: 4D | Stores 4D values for the attribute channel. |
Interpolation Qualifier | Obsolete. Used to be used to store a connection to a qualifier node that represented an interpolation qualifier such as 'flat' or 'smooth'. |
Properties are as follows:
Property | Documentation |
---|---|
Enabled | Determines whether or not the modifier is enabled. |
Properties are as follows:
Property | Documentation |
---|---|
Name | Sets orthe name of the node. Do not use / or \ [forward slash and backslash] in the node name as this produces conflicts with resolving link nodes that reference external files. |
Class | Sets the class of the node. |
ID | Sets the ID of the node. This must be unique for each document, but different documents can use the same ID. |
Export Disabled | Determines whether or not the node is exported during an export process, or possibly other purposes. This flag is set to No and current Simdify exporters ignore it (but it can be very useful if you need to modify the exporters). |
Guid | Enumerates the Node's GUID. |