mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
A procedural textures addon for Godot
c121f7c00a
Loader is not a lot more generic and deserialization code moved to generators. There is now a small dice button on nodes that create random patterns that can be used to freeze the seed. Frozen nodes can thus be moved without affecting the seed. Graph nodes can also transmit their seed to their children (this behavior can be enabled/disabled using the dice button at the top right of the graph pane). |
||
---|---|---|
addons/material_maker | ||
.gitignore | ||
.mailmap | ||
default_env.tres | ||
export_presets.cfg | ||
icon.ico | ||
icon.png | ||
icon.png.import | ||
project.godot | ||
README.md | ||
rodz_labs_logo.png | ||
rodz_labs_logo.png.import | ||
test_blur.ptex | ||
test.png | ||
test.png.import |
This is a tool based on the Godot game engine that can be used to create textures procedurally. It can also be used as a Godot addon (but there's no good reason for not using it as a standalone tool).
Its user interface is based on Godot's GraphEditor: textures are described as interconnected texture generators and operators.
More details in the user manual.