Sculpt Mesh
Enables Mesh Sculpting.

/**
* Node that provides interactive mesh sculpting.
*
* Opens a 3D viewport for sculpting mesh geometry with
* various brush tools, outputting the modified mesh.
*
* Usage:
* 1. Connect mesh input
* 2. Use viewport sculpting tools
* 3. Output is the sculpted mesh
*/Last updated