Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 669 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 669 Bytes

Mesh Painter Plugin for Godot

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.

Example Demo

How to use

  • Add the meshpainter folder into your Godot addons folder (res://addons/meshpainter)
  • Enable the addon in Project/Project Settings/Plugins
  • Select a MeshInstance node in your scene tree, a brush button will appear in the 3D view top menu
  • Click on the brush button
  • Start painting !