GraphiteEditor/Graphite

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

开放

#3,629 创建于 2026年1月13日

 (0 条评论) (0 个反应) (0 位负责人)Rust (1,176 个派生)batch import
CrashGood First Issue

仓库指标

星标
 (25,662 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南