Commit Graph

14 Commits

Author SHA1 Message Date
RodZill4 52e2af231d Made background 3D preview independant 2019-12-10 06:54:10 +01:00
Rodolphe Suescun c466d20229 Preoared random seed lock button 2019-11-03 10:04:23 +01:00
RodZill4 f664a54e4b Updated gradient with a choice of 4 interpolation options 2019-10-30 22:57:51 +01:00
RodZill4 4c2274104b Made IOs node editable (can add/remove ports) 2019-10-29 22:10:08 +01:00
Hugo Locurcio 2e3a212bb8
Optimize images losslessly using `oxipng -o6 --strip --zopfli` 2019-10-21 15:43:16 +02:00
Hugo Locurcio f40248b5e6
Tweak `.gitignore` and include `.import` files in version control
`.import` files (not to be confused with the `.import/` directory)
should be included in version control as they contain important
metadata, such as whether a texture should be filtered or not.

A `.gdignore` file was added to the `doc/` folder of the add-on,
which prevents Godot from importing any files inside.
This also speeds up the initial editor import step.
2019-10-20 19:25:31 +02:00
Rodolphe Suescun 159ee7678b Added subgraph navigation popup 2019-10-20 11:33:33 +02:00
RodZill4 a7f371e142 icons cleanup 2019-10-06 14:07:49 +02:00
RodZill4 b58770c2a0 Added preview, rendering fixes, better grouping 2019-10-05 11:04:50 +02:00
RodZill4 101de7f32b Removed useless print calls and started adding the "create subgraph" command 2019-09-27 08:28:33 +02:00
RodZill4 0d85cd5aef Updated custom node and associated editor
Custom nodes now support outputs and basic (float) parameters, and are serialized/deserialized correctly.
2018-10-09 07:24:44 +02:00
RodZill4 ee0bc96f30 Added a generic node type
Updated all nodes so parameters are located in a "parameters" variable.
Started writing a generic node model whose behavior is defined in a json file. Should be able to replace all generators so far.
Wrote json files for bricks and noise nodes.
Started preparing a custom node.
2018-10-02 07:46:20 +02:00
RodZill4 9bdcb73411 Fixed problems in Material Maker addon for Godot
Icon and settings taken from the project
2018-09-12 19:21:42 +02:00
RodZill4 95a737029a Started adding the "remote node"
Started adding the "remote" node, that can control important parameters of the graph and save/restore configurations of groups of parameters. This should help creating easily configurable materials.

Added new "mosaic" example
2018-09-08 12:25:28 +02:00