This is a PBR painter for Godot 4.0 beta 2+
You can paint albedo, glossiness, metalness and emission, with colors and/or textures. By using the UI you can specify the intensity and size of your brush. Three modes are available: brush tool, bucket tool (fill) and eraser.
- Add the
meshpainterfolder into your Godot addons folder (res://addons/meshpainter) - Enable the addon in
Project/Project Settings/Plugins - Select a
MeshInstancenode in your scene tree, a brush button will appear in the 3D view top menu - Click on the brush button
- Start painting !

