A procedural textures authoring and 3D model painting tool based on the Godot game engine
Go to file
Rodz Labs ed937730df Minor fixes and improvements 2023-11-10 15:21:57 +01:00
.github Switch to Godot 4.2b4 and updated panel container 2023-11-01 10:07:51 +01:00
addons/material_maker Reworked rendering code a little bit 2023-11-10 15:20:00 +01:00
demo Started Godot 4 port ( nothing works :D ) 2023-02-12 10:55:56 +01:00
material_maker Minor fixes and improvements 2023-11-10 15:21:57 +01:00
scripts Started Godot 4 port ( nothing works :D ) 2023-02-12 10:55:56 +01:00
splash_screen New splash screen (Oneiric World's Zefyr) 2023-08-12 20:05:59 +02:00
.gitignore Started Godot 4 port ( nothing works :D ) 2023-02-12 10:55:56 +01:00
.mailmap
CHANGELOG.md More fixes in new shader generation code and use of compute shaders, and merged more changes from 1.3 branch, and added new splashscreen 2023-06-18 10:45:42 +02:00
LICENSE.md
README.md
default_env.tres Started Godot 4 port ( nothing works :D ) 2023-02-12 10:55:56 +01:00
export_presets.cfg Added Mesh Map node (WIP) 2023-10-29 14:30:49 +01:00
icon.icns MacOS release test 2021-08-03 11:51:37 +02:00
icon.ico
icon.png
icon.png.import Started Godot 4 port ( nothing works :D ) 2023-02-12 10:55:56 +01:00
material_maker_macosx.dmg.zip Fixed export settings 2023-07-12 22:04:48 +02:00
parse_args.gd Changed --no-logo to --no-splash 2023-10-16 21:44:57 +02:00
parse_args.tscn New start scene that parses command line arguments (WIP) 2023-09-02 17:19:18 +02:00
project.godot Changed --no-logo to --no-splash 2023-10-16 21:44:57 +02:00
start.gd More fixes in new shader generation code and use of compute shaders, and merged more changes from 1.3 branch, and added new splashscreen 2023-06-18 10:45:42 +02:00
start.tscn Started Godot 4 port ( nothing works :D ) 2023-02-12 10:55:56 +01:00
test_rendering.gd CI update test 2023-05-06 11:59:03 +02:00
test_rendering.tscn CI update test 2023-05-06 11:59:03 +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.