Page MenuHome

Geometry Nodes: instanced objects don't respond to Vertex Color information.
Closed, DuplicatePublic

Description

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.31

Blender Version
Broken: version: 2.93.0, branch: master, commit date: 2021-06-02 11:21, hash: rB84da05a8b806
Worked: 2.92, but not as intended

Short description of error
When any Attribute Node is placed after the "point instance", the instances don't respond to the Vertex Color information. They don't lose the information, they just don't respond to it.

Exact steps for others to reproduce the error
When using geometry nodes, after instancing objects with the node "point instance", the instanced objects don't respond to the information saved on Vertex Color's itens. On the spreadsheet, it's possible to see that the information is still there, within the instances, but it doesn't read it or respond to it. I've linked a short video demonstrating it and how it works on Blender 2.92. In either versions, GN isn't able to manipulate Vertex Color information.

Event Timeline

Richard Antalik (ISS) changed the task status from Needs Triage to Confirmed.Jun 7 2021, 9:17 AM

The problem is that when the instances are made real by the Attribute node, the vertex color layer is turned into a "generic attribute" that is not yet supported by eevee.