Hi, is it possible to retrieve a vertex color, or even better a custom attribute from within the NME?
The vertex color is accessible through the Mesh.Color
block.
You can use custom attributes in a node material by doing a bit of code:
Extremely helpful, thank you!