add keywords for all nodes

This commit is contained in:
2026-04-04 14:58:56 -07:00
parent 69f1d1bebd
commit a0d3b22f18
195 changed files with 437 additions and 198 deletions

View File

@@ -22,8 +22,8 @@ Interactive 3D surface view of a DATA_FIELD. Use the mesh input for geometry and
| Name | Type | Default | Description |
|------|------|---------|-------------|
| colormap | dropdown | auto | Colormap preset applied to the surface; hidden when colormap_map is connected |
| z_scale | FLOAT | 1.0 | Height exaggeration factor (range 0.110.0) |
| resolution | INT | 128 | Downsampling resolution for mesh generation (32512) |
| z_scale | FLOAT | 1.0 | Height exaggeration factor (range 0.1-10.0) |
| resolution | INT | 128 | Downsampling resolution for mesh generation (32-512) |
| make_solid | BOOLEAN | False | When enabled adds a flat base and side walls to close the mesh |
## Notes