All-in-one Blender Vertex Painting tools. Adds support for External Palettes and Color Layer System, utilizing individual channels, even the Alpha channel.
Blender Market | Download |
---|
Most of the functionality has been moved to Edit mode, as it offers more flexibility and control.
(The active color is no longer updated automatically, you need to press Refresh. This decision was made, as the operation is computationally expensive, and it was causing performance issues.)
Now supporting Blender gamma corrections.
Gamma correction
- Blender gamma color transformation, fromRaw
toStandard
Inverse correction
- Inverse correction, fromStandard
toRaw
Custom Color Transformations are applied based on the Stack, not the material itself.
The material only provides a visual preview.
They work for multiple objects, both in Object
and Edit
mode.
To enable Quick Access Pie Menu, you need to disable the default Blender shortcut for the same key, in the Vertex Paint window.
Only adjusting object colors doesn't generate undo-steps. That's why Checkpoint
operator is introduced. Pressing this button generates a save-state you can later return to. Making it possible to save object at different stages of coloring.
- Adjust object color
Checkpoint
- Now you are able to undo before and after the change
If you didn't save after adjusting the object color, Blender will undo the last action performed (face selection, enter Vertex Paint
mode ...)
If you remove the addon completely, or you just didn't have it installed yet, the layers might have broken channels, and all display RGBA
. If you need to edit it at any point, you can use the Layer Editing Toggle
.
Warning
: changing channels may result in unwanted behavior, because RGB channel holds no information about the alpha channel.
Added new Eyedropper functionality. You can sample any color on your screen (within Blender). It will also be copied to your clipboard (Windows and MacOS only, if you have a different OS, please let me know, I will add support for it).
To report bugs, request features or ask questions regarding VertX Artist, visit: GitHub Issues