material-maker/addons/material_maker/engine
RodZill4 c121f7c00a Updated loader and random seed handling (#15)
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).
2019-11-04 07:58:17 +01:00
..
gen_base.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
gen_buffer.gd Added an output and a parameter to support LOD in buffer 2019-10-29 22:12:14 +01:00
gen_comment.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
gen_context.gd Add return type hints to all scripts 2019-10-20 16:35:45 +02:00
gen_convolution.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
gen_debug.gd Added export and debug nodes 2019-11-02 08:43:54 +01:00
gen_export.gd Added export and debug nodes 2019-11-02 08:43:54 +01:00
gen_graph.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
gen_image.gd Add return type hints to all scripts 2019-10-20 16:35:45 +02:00
gen_ios.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
gen_material.gd Added support for shader materials and added a tesselated sphere in preview shapes 2019-11-02 22:58:29 +01:00
gen_remote.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
gen_shader.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
gen_switch.gd Updated switch to update connections when changing the number of choices/outputs and added tooltips 2019-10-27 14:48:35 +01:00
gen_texture.gd Added an output and a parameter to support LOD in buffer 2019-10-29 22:12:14 +01:00
loader.gd Updated loader and random seed handling (#15) 2019-11-04 07:58:17 +01:00
renderer.gd Add return type hints to all scripts 2019-10-20 16:35:45 +02:00
renderer.tscn More progress on remote and various fixes 2019-09-24 22:25:46 +02:00