RodZill4
c9aab3e831
Started updating export to support multiple target game engines
2020-02-17 08:54:46 +01:00
RodZill4
49e3ca0a2d
Fixed a few warnings and disabled some others
2020-02-13 08:37:01 +01:00
RodZill4
0c5ce185fe
Added a better error message when generation fails. increased message queue size (to avoid freeze when opening many .ptex files at the same time)
2020-01-31 07:50:54 +01:00
RodZill4
a811f3400f
Moved io types definition (with conversions and preview) to a json file
2020-01-28 22:40:03 +01:00
RodZill4
f7a3d2b846
Updated moved files paths in GDScript files
2020-01-25 15:54:20 +01:00
RodZill4
e919507f06
Added support for raymarching
...
- Added signed distance functions 2D and 2D input/output types
- Updated SDF2D nodes to used SDF2D inputs/outputs
- Added preview code for SDF2D and SDF3D
- Updates all SDF2D templates
- Added basic SDF3D nodes
2019-12-15 12:41:00 +01:00
RodZill4
2a51e3b726
Prepared function generation for inputs
2019-12-12 23:11:43 +01:00
RodZill4
8282ab24fe
Compatibility fixes for Godot 3.1.2, updated switch to support more choices, and shader nodes to support inputs in enum values
2019-12-04 22:26:54 +01:00
RodZill4
8f4a525107
Added missing return types ( #30 )
2019-11-06 23:49:26 +01:00
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
Rodolphe Suescun
bfa1306b0e
Added export and debug nodes
2019-11-02 08:43:54 +01:00
RodZill4
e41c509e9f
Updated normal map generator and fixed bugs
2019-10-27 10:12:03 +01:00
RodZill4
4fc7c11a29
Updated size parameter handling and resized all examples to 2048x2048
...
Also added a base class for all graph nodes, fixed issues with graph/remote interactions.
2019-10-21 23:58:14 +02:00
Hugo Locurcio
93c84650cd
Add return type hints to all scripts
...
This also simplifies some functions.
This partially addresses #30 .
2019-10-20 16:35:45 +02:00
Rodolphe Suescun
c8414f47df
Updated switch node and refactored generator edit feature.
2019-10-20 00:59:51 +02:00
RodZill4
53c5fd4f56
Fixed shader generation problems revealed by Godot 3.2
2019-10-18 08:35:54 +02:00
RodZill4
825d98e0fe
Added main code section to shader generators
2019-10-10 07:42:38 +02:00
RodZill4
57cb3b4a14
Fixed preview problem, and seeds now depend on node position
2019-10-02 23:06:20 +02:00
RodZill4
ff191538f6
Added group creation and refactoring.
...
Moved handling of the "global" definitions of shaders into main shader generation code.
Added group creation (does not create inputs yet, and remotes should be cleaned).
updated all preview meshes (to fix problems with depth).
2019-09-29 10:07:32 +02:00
RodZill4
ac4a5c39b6
Added support for hierrachical navigation
2019-09-19 07:56:32 +02:00
RodZill4
caf682de88
updated generator naming in shaders and added basic convolutions
2019-09-16 20:45:47 +02:00
RodZill4
9834571c4a
Fixed shader generation and added transform, mirror and skew
...
Fixed shader generation with nested usage of inputs (process code until no further input substitution is possible)
2019-09-12 21:16:07 +02:00
RodZill4
82f83ca482
More fixes and cleanup
2019-09-11 07:53:06 +02:00
RodZill4
27d5ddbe97
Implemented save and shader generator editing...
2019-09-09 22:00:18 +02:00
Rodolphe Suescun
d8d9aaa9b4
More refactoring and added buffer generator
2019-08-18 16:28:50 +02:00
Rodolphe Suescun
e9a21454c1
More refactoring on rtexture generation
2019-08-17 17:35:48 +02:00
Rodolphe Suescun
b614ab50ed
Reimplemented generator instanciation
2019-08-15 11:53:21 +02:00
Rodolphe Suescun
57c28993db
Refactored basic load and preview functions in graph editor
2019-08-12 15:58:42 +02:00
Rodolphe Suescun
bcdac09cd7
More progress on refactoring and more
...
Basic import plugin works.
Added gradient parameter to custom node.
hsv_adjust now supports alpha channel.
Remove deprecated scenes.
2019-08-09 08:16:24 +02:00
RodZill4
66f88f3f46
More shader generation refactoring
2019-08-02 08:17:32 +02:00
RodZill4
cfae489ad0
Started refactoring to build an export_plugin and separate UI from texture generation
2019-07-31 20:53:00 +02:00