A procedural textures authoring and 3D model painting tool based on the Godot game engine
Go to file
Rodz Labs 113a96f05e Removed useless logging from macos CI 2023-11-10 12:59:23 +01:00
.github Removed useless logging from macos CI 2023-11-10 12:59:23 +01:00
addons/material_maker Fixed a bug that removed all parameters of a remote when an empty linked parameter was deleted 2023-04-23 15:25:34 +02:00
demo Updated Github actions file for environments 2021-02-16 22:17:11 +01:00
material_maker Fixed loading screen tiles 2023-11-10 09:25:20 +01:00
scripts Merge branch 'master' into exports_update 2023-01-09 19:23:23 +01:00
.gitignore Added git ignore for DS_Store 2022-06-17 19:35:30 +02:00
.mailmap Add a .mailmap file 2019-10-19 22:20:27 +02:00
CHANGELOG.md Updated changelog and release numbers 2023-04-23 17:53:32 +02:00
LICENSE.md Update LICENSE.md 2021-07-14 09:42:54 -07:00
README.md Update README.md 2021-10-23 13:46:39 +02:00
default_env.tres Started refactoring to build an export_plugin and separate UI from texture generation 2019-07-31 20:53:00 +02:00
export_presets.cfg Updated changelog and release numbers 2023-04-23 17:53:32 +02:00
icon.icns MacOS release test 2021-08-03 11:51:37 +02:00
icon.ico Fixed icon file (generated from icon.png using imagemagick) 2022-09-28 22:27:18 +02:00
icon.png More optimized PNGs 2021-04-20 20:30:44 +02:00
icon.png.import Started refactoring to build an export_plugin and separate UI from texture generation 2019-07-31 20:53:00 +02:00
project.godot Updated changelog and release numbers 2023-04-23 17:53:32 +02:00
rodz_labs_logo.png Optimize images losslessly using `oxipng -o6 --strip --zopfli` 2019-10-21 15:43:16 +02:00
rodz_labs_logo.png.import Add thumbnails in preview mesh selection 2020-10-09 18:21:55 +02:00
start.gd Removed useless log messages 2023-04-16 10:39:32 +02:00
start.tscn Updated CI to Godot 3.5.3 2023-11-10 10:09:55 +01: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.