A procedural textures authoring and 3D model painting tool based on the Godot game engine
Go to file
Rodz Labs 73300b29a5 Slightly optimized curve drawing (in curve preview and editor) 2022-09-18 16:46:53 +02:00
.github Fixed syntax error in build action 2022-06-26 14:57:09 +02:00
addons/material_maker Added missing optimization to curve parameters (don't regenerate shaders if only values were modified). 2022-09-17 15:22:41 +02:00
demo
material_maker Slightly optimized curve drawing (in curve preview and editor) 2022-09-18 16:46:53 +02:00
.gitignore Added git ignore for DS_Store 2022-06-17 19:35:30 +02:00
.mailmap
CHANGELOG.md Updated changelog 2022-09-13 21:12:48 +02:00
LICENSE.md
README.md
default_env.tres
export_presets.cfg Fixed export presets (missing language download popup) 2022-06-26 20:04:04 +02:00
icon.icns
icon.ico Updated icon and added it to loading screen 2021-03-14 10:39:18 +01:00
icon.png
icon.png.import
project.godot Updated release number to 1.0 2022-07-21 22:48:37 +02:00
rodz_labs_logo.png
rodz_labs_logo.png.import
start.gd More attempts at fixing crash under macOS 2022-06-23 23:22:57 +02:00
start.tscn Fixed loading to avoid crash on mac (I hope) 2022-06-22 22:05:05 +02:00

README.md

Material Maker

This is a tool based on Godot Engine that can be used to create textures procedurally and paint 3D models.

Its user interface is based on Godot's GraphEdit node: textures and brushes are described as interconnected nodes.

Download

On Windows, you can also install Material Maker using Scoop:

scoop bucket add extras
scoop install material-maker

... or Chocolatey (default or portable install):

choco install material-maker
choco install material-maker.portable

Can't wait for next release? Automated builds from master branch are available (use at your own risk):

Build Passing

Documentation

Translations

Translation files can be installed using the Install button in the Preferences dialog.

Community

Screenshot

Screenshot

License

Copyright (c) 2018-2021 Rodolphe Suescun and contributors

Unless otherwise specified, files in this repository are licensed under the MIT license. See LICENSE.md for more information.