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