Graphite/node-graph/nodes
Jo e3ad59ad9c
Add tooltip documentation to web request and brush related nodes (#3427)
* Add tooltip documentation to web request, text, and brush nodes

  - Add descriptive tooltips to web request nodes (GET/POST, string/image conversion, resource loading, image decoding)
  - Add tooltip to GPU rasterization node explaining footprint usage
  - Improve text node tooltip with clearer per_glyph_instances parameter explanation
  - Add tooltips to brush stamp generator and blit operations explaining their internal roles
  - Fix typos in tooltip and variable names (it's→its, perview→preview, instnace→instance)

* Fixed 2 issues with previous changes. Reversed order of documentation about per_glyph_instances. Can it be 3 lines?

* Improve post_request node documentation

Change doc comment to describe the node's purpose rather than focusing
only on the "Discard Result" parameter. Now clearly states this is an
HTTP POST operation with optional async behavior.

* Fix post_request documentation error

Corrected doc comment to say "HTTP POST" instead of "HTTP GET" since
this function performs POST requests with binary data.

* Review changes

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2026-01-13 08:35:14 +00:00
..
blending Update links from graphite.rs to graphite.art 2025-12-06 18:10:27 -08:00
brush Add tooltip documentation to web request and brush related nodes (#3427) 2026-01-13 08:35:14 +00:00
gcore Replace node definition string-based lookups with DefinitionIdentifier instances (#3451) 2026-01-12 23:09:43 -08:00
graphic New nodes: 'Reset Transform', 'Replace Transform', 'Count Points', 'Index Points' (#3420) 2025-11-25 20:41:59 -08:00
gstd Add tooltip documentation to web request and brush related nodes (#3427) 2026-01-13 08:35:14 +00:00
math Replace node definition string-based lookups with DefinitionIdentifier instances (#3451) 2026-01-12 23:09:43 -08:00
path-bool Add tooltip documentation to web request and brush related nodes (#3427) 2026-01-13 08:35:14 +00:00
raster Feature: Add median filter option to blur node (#3196) 2026-01-06 14:22:11 +01:00
text Make font selection show a live preview on hover; move its code to the backend (#3487) 2025-12-19 22:17:28 -08:00
transform Update links from graphite.rs to graphite.art 2025-12-06 18:10:27 -08:00
vector Add an arrow to the Shape tool (#3343) 2026-01-12 00:58:28 +00:00