Weightmap.kl¶
Types¶
Weightmap (object)¶
Members¶
| String | name | The name of the weightmap, which is used as the name of the geometry attribute on the polygon mesh. |
| Color | color | The color of the weightmap, used when displaying the weightmap in the viewport. |
| PolygonMesh | mesh | the mesh that the weightmap is connected to. |
| Xfo | meshTransform | the transform of the mesh that the weightmap is connected to. |
| ScalarAttribute | weightMapAttr | The Scalar attribute that is applied ot the connected mesh. |
| SurfaceAttributePaintManipulator | paintManipulator | The Manipulator used to interactively modify the weightmap. |
Methods¶
| Weightmap ( in Weightmap other ) | |
| Weightmap () | |
| activateManipulator ! () | |
| attach ! () | |
| Weightmap | clone ? () |
| connect ! ( in PolygonMesh mesh, in Xfo meshTransform ) | |
| deactivateManipulator ! () | |
| detach ! () | |
| display ! ( in Boolean display ) | |
| Boolean | isConnected ? () |
| loadDataFromString ! ( in PersistenceContext context, in String data ) | |
| String | saveDataToString ? ( in PersistenceContext context ) |
| setColor ! ( in Color color ) | |
| setGraph ! ( in String graphName ) | |
| setInstance ! ( in InlineInstance instance ) | |
| setName ! ( in String name ) |