Files
test/source
Jacques Lucke 0484738f8b Fix: Geometry Nodes: false warning when passing gizmo data through instance-only nodes
There was a `Realized data in input geometry is ignored` warning when passing
gizmo data through instance-only nodes. This was because the node thought that
this data is "realized data" (like a mesh, curves, etc). This patch removes the
warning by making the check for realized data more precise.

Pull Request: https://projects.blender.org/blender/blender/pulls/146014
2025-09-10 11:29:43 +02:00
..