AddPointAttributes
From K-3D
Description
| Copies point coordinates to the relevant attribute tables in a mesh, primarily for testing purposes. |
| Plugin Status: | Experimental |
| Categories: | All Plugins, Experimental Plugins, Test Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Input Mesh | Input mesh | k3d::mesh* | input_mesh |
| Output Mesh | Output mesh | k3d::mesh* | output_mesh |
| Add point attributes | Add point data to the points attribute array | k3d::bool_t | add_point_attributes |
| Add vertex attributes | Add point data to the vertex attribute arrays | k3d::bool_t | add_vertex_attributes |
| Add parameter attributes | Add point data to the parameter attribute arrays | k3d::bool_t | add_parameter_attributes |

