This patch adds a new Vertex Color node. The node also returns the alpha
of the vertex color layer as an output.
Details
Diff Detail
- Repository
- rB Blender
- Branch
- vertex-color-node (branched from master)
- Build Status
Buildable 4919 Build 4919: arc lint + arc unit
Event Timeline
A file to test the Vertex Color node. Two of the vertices have an alpha of zero and the other two have an alpha of one. So the output alpha should be a gradient.
I noticed that if you make use of the option to directly add vertex color channels as nodes — Shift + A ➔ Input ➔ Vertex Colors (don't know if that's a Node Wrangler option) — an Attribute node is still added.
It'd be nice if that would become the new Vertex Color node.
Thanks.
@Metin Seven (MetinSeven) Yes, this is provided by the Node Wrangler add-on. I will create a patch as soon as I have the time.
That feature should just be removed from Node Wrangler now that there is a built-in node.
Just to make sure: I mean the convenient Vertex Color submenu of the Input menu, where you can instantly choose one of the present vertex color channels. It'd be great if that could add a Vertex Color node with the chosen vertex color channel. Now an Attribute node is still used for that.