RodZill4
b3d5972557
Updated export for Unity
2020-02-19 23:24:34 +01:00
RodZill4
4d73ff1a2b
Updated custom file generation in export and Godot export
2020-02-19 08:33:52 +01:00
RodZill4
88340b5502
Added .tres file generation for Godot.
2020-02-18 08:47:44 +01:00
RodZill4
c9aab3e831
Started updating export to support multiple target game engines
2020-02-17 08:54:46 +01:00
RodZill4
71dce8108d
Fixed graph node free error
2020-01-05 12:36:46 +01:00
RodZill4
b153b3306f
(last?) changes for 0.7
2019-11-24 18:47:21 +01:00
RodZill4
3ff862f446
minor changes and fixes
...
- Added an option to duplicate nodes
- Creating a subgraph will now show the contents of the subgraph (so it can be easily renamed)
- Fixed node preview updtae when the node's seed is modified
2019-11-17 07:40:50 +01:00
RodZill4
4d90c20493
Bug fixes
...
* In Material node, ORM was not rendered when a channel depended on a texture
* Missing HSlider in generic node broke the Switch
2019-11-14 08:47:21 +01:00
Rodz Labs
587f5d85a3
Merge branch 'master' into remove-trailing-whitespace
2019-11-10 17:19:53 +01:00
RodZill4
85599c2fea
Added menu to show nodes documentation and updated import plugin
2019-11-10 15:02:00 +01:00
Hugo Locurcio
fc3173b9b4
Remove trailing whitespace, add newlines at end of files
...
This results in less merge conflicts when using the
Text Editor > Files > Trim Trailing Whitespace editor setting.
.ptex, .mmg and .json files generated weren't modified
as these are saved by Material Maker. These files could be made
to end with a newline automatically on save in a future commit.
2019-11-10 01:21:11 +01:00
RodZill4
bbfe288b15
Preloaded renderer, support for subsurface scattering, minor fixes
2019-11-06 22:33:01 +01:00
Rodolphe Suescun
f136046082
Added support for shader materials and added a tesselated sphere in preview shapes
2019-11-02 22:58:29 +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
Rodz Labs
27aa683786
Merge branch 'export_plugin' into add-return-type-hints
2019-10-20 23:05:26 +02:00
Rodz Labs
5e81f9d616
Merge pull request #37 from Calinou/preview-material-double-sided
...
Make the preview material double-sided for better visibility
2019-10-20 23:01:04 +02:00
Rodz Labs
ede29a90ca
Merge pull request #38 from Calinou/tweak-texture-size-limits
...
Tweak texture size limits for consistency, set default size to 1024x1024
2019-10-20 23:00:47 +02:00
Hugo Locurcio
c00a77eaa4
Disable filtering for small textures in the material preview
...
This makes previewing materials with a pixel art style
closer to the intended result.
2019-10-20 21:16:20 +02:00
Hugo Locurcio
893e5446f8
Tweak texture size limits for consistency, set default size to 1024x1024
...
- The maximum allowed size is now 4096x4096 for all textures.
- The material texture size can now be set as low as 16x16.
- The default material texture size is now 1024x1024, which matches
modern expectations better.
Note that this will change the output size of existing material files.
This can be solved by changing the output size and saving the material
again.
2019-10-20 20:20:28 +02:00
Hugo Locurcio
a249ebb5f4
Make the preview material double-sided for better visibility
...
This makes the material still render if the camera "enters"
the preview mesh. This can reduce disorientation when moving
the camera around.
2019-10-20 19:30:51 +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
Hugo Locurcio
f91f85d005
Enable 16× anisotropic filtering in the 3D preview
...
This improves rendering quality, especially when viewing the texture
at an oblique angle.
2019-10-19 22:40:28 +02:00
Rodolphe Suescun
885b74a845
Detect loops when connecting nodes and make sure Material cannot be deleted
2019-10-19 01:30:25 +02:00
RodZill4
e573a78fd6
Updated Godot integration
2019-10-16 23:15:11 +02:00
RodZill4
74959637bd
Size parameter fix and better preview UI
2019-10-14 20:42:11 +02:00
RodZill4
b58770c2a0
Added preview, rendering fixes, better grouping
2019-10-05 11:04:50 +02:00
RodZill4
57cb3b4a14
Fixed preview problem, and seeds now depend on node position
2019-10-02 23:06:20 +02:00
RodZill4
8ed10ccd02
Display value on slider and import improvements (support for ORM textures)
2019-10-01 23:15:36 +02:00
RodZill4
8c06cd3aa8
Updated import, preview and slider widgets
2019-10-01 08:34:08 +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
bd24b3e87e
More progress on remote, bug fixes, cleanup and changes for standalone release
2019-09-25 08:04:36 +02:00
RodZill4
201f911f75
More progress on remote and various fixes
2019-09-24 22:25:46 +02:00
RodZill4
caf682de88
updated generator naming in shaders and added basic convolutions
2019-09-16 20:45:47 +02:00
RodZill4
f2807f4eff
Implemented lazy buffers update and started refactoring material node.
2019-09-14 09:14:27 +02:00
RodZill4
d643cecebb
Fixed 3d preview and added warp generator
2019-09-13 08:07:46 +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
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