GraphiteEditor/Graphite

Crash when hiding an 'Instance Position' or 'Pointer Position' node feeding a value

Open

#3.629 geöffnet am 13. Jan. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.176 Forks)batch import
CrashGood First Issue

Repository-Metriken

Stars
 (25.662 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 18h) (37 gemergte PRs in 30 T)

Beschreibung

Set up this simple graph:

Select the 'Instance Position' node (or instead, wire it up to use the 'Pointer Position' node and select that) then hide it with Ctrl+H (Cmd+H on Mac). This results in a crash.

There are similar cases where this does not crash (these exhibit the behavior we'd expect from the above cases):

  • A 'Vec2 Value' node instead
  • An 'Instance Index' node feeding into the Rotation input of the Transform node

Contributor Guide