Commit Graph

1025 Commits

Author SHA1 Message Date
RodZill4 98b3936dd6 Fixed crash that may occur at startup under Linux 2020-10-13 19:56:21 +02:00
bonbonmiel 9b7f80a488 Merge branch 'master' of https://github.com/RodZill4/material-maker 2020-10-13 19:41:27 +02:00
bonbonmiel dba772e5fa Add thumbs .import files 2020-10-13 18:33:38 +02:00
bonbonmiel b1b7d36069 Add model for Custom mesh and allow thumbnail material override 2020-10-13 18:19:57 +02:00
bonbonmiel c0bbb6a848 Use png thumbnails instead of generating them at runtime 2020-10-13 17:25:45 +02:00
RodZill4 b0809c0b1f Update AppStream metadata for 0.93 release 2020-10-11 12:18:37 +02:00
RodZill4 8269acdba3 Updated documentation 2020-10-10 00:46:41 +02:00
RodZill4 dd0b987260 Added tooltips to 3D texture nodes (#151) 2020-10-10 00:04:28 +02:00
RodZill4 fae95030ff Updated examples 2020-10-09 22:41:02 +02:00
RodZill4 a19049add0 Reverted vsync by default and added a paramer to disable vsync 2020-10-09 22:39:15 +02:00
RodZill4 9b1cd8ec85 More tooltips for 3D SDF nodes (#151) 2020-10-09 22:36:25 +02:00
RodZill4 a2c97ccf62 More tooltips for 3D SDF nodes (#151) 2020-10-09 21:37:42 +02:00
bonbonmiel dcd03afeb4 Merge branch 'PreviewMeshThumbnails' 2020-10-09 18:26:51 +02:00
bonbonmiel b5ab7bb697 Add thumbnails in preview mesh selection 2020-10-09 18:21:55 +02:00
Rodz Labs 8f2e6197c1
Merge pull request #187 from paulofalcao/master
v4v4 preview interpretation using a Multi-Field Function
2020-10-09 06:40:54 +02:00
Paulo Falcao de29bddb45
Add files via upload
v4v4 preview interpretation using a Multi-Field Function ( x, y, z, FieldType ) -> (r, g, b, sdf)
Where FieldType=0 is just the SDF, and 1 is BaseColor / Albedo
In a near future it will suport:
1 - BaseColor (x, y, z, sdf)
2 - Metallic (x,?,?,sdf)
3 - Subsurface (x,?,?,sdf)
4 - Specular (x,?,?,sdf)
5 - Roughness (x,?,?,sdf)
6 - SpecularTint (x,?,?,sdf)
7 - Anisotropic (x,?,?,sdf)
8 - Sheen (x,?,?,sdf)
9 - SheenTint (x,?,?,sdf)
10 - Clearcoat (x,?,?,sdf)
11 - ClearcoatGloss (x,?,?,sdf)
2020-10-08 23:10:53 +01:00
RodZill4 36f58e9f84 Updated 3D preview documentation 2020-10-08 08:40:27 +02:00
RodZill4 1bdf604e6f Added missing node screenshots for the documentation 2020-10-07 23:35:03 +02:00
RodZill4 733760082b Documentation update 2020-10-07 23:30:52 +02:00
RodZill4 8366cdd39e Updated docs 2020-10-07 22:36:38 +02:00
RodZill4 1ca5947a13 Another doc generation test in dev builds... 2020-10-07 20:43:06 +02:00
RodZill4 ec22859087 Update dev-desktop-builds.yml 2020-10-07 20:34:58 +02:00
RodZill4 fbdeee281f New github action test for docs... 2020-10-07 20:30:03 +02:00
RodZill4 8433f8604a dev build action file fix 2020-10-07 20:22:41 +02:00
RodZill4 f730ba29e5 More doc update, and added doc to the dev builds 2020-10-07 20:18:44 +02:00
RodZill4 7c8344d722 Added uneven bricks and supersample nodes to the library and doc ( #181) 2020-10-07 06:57:48 +02:00
RodZill4 0a41f48a12 More doc updates for 0.93 2020-10-06 22:39:45 +02:00
RodZill4 a5d77d7ff1 Updated node screenshots in documentation 2020-10-05 21:25:57 +02:00
RodZill4 5633facbf5 Added tooltips for 2D SDF nodes (#151) 2020-10-05 21:03:19 +02:00
RodZill4 f5cc1c056d Updated tesselated preview shader 2020-10-04 23:03:07 +02:00
RodZill4 c3315c951c Added tooltips for workflow nodes 2020-10-04 23:01:32 +02:00
RodZill4 d1e1b6e132 Make sure long tooltips are wrapped (#151) 2020-10-04 21:45:54 +02:00
RodZill4 92f3e8d165 Added tones map node 2020-10-04 15:15:06 +02:00
RodZill4 b910f0ed59 Nodes andbase library updates (Value noise rename, tones step) 2020-10-04 15:01:44 +02:00
RodZill4 4a0ced2bbd Fixed drag'n'drop of .exr files 2020-10-04 14:05:23 +02:00
RodZill4 800c723126 Fixed buffer update optimization 2020-10-04 14:04:49 +02:00
RodZill4 db12ae00dc Added configuration popup for 3D preview 2020-10-04 11:57:26 +02:00
RodZill4 c712e40bf6 Fixed buffer update optimization 2020-10-04 10:31:00 +02:00
RodZill4 768c239367 Added supersample node (#181) 2020-10-03 12:02:07 +02:00
RodZill4 096c1739d4 More runtime warning related changes 2020-10-03 12:00:58 +02:00
RodZill4 fea80686db Made the node slightly smaller and non-resizable (#185) 2020-10-02 23:20:48 +02:00
RodZill4 f0b58398c8 Added more tooltips (#151) 2020-10-02 23:11:58 +02:00
RodZill4 db26b374e0 Fixed runtime warnings 2020-10-02 23:11:04 +02:00
Rodz Labs 3b5f001a7d
Merge pull request #183 from Calinou/fix-accept-dialog-title
Use the default, non-translated title for AcceptDialogs
2020-09-30 08:33:34 +02:00
RodZill4 f6fd2c2702 Fixed zoom in workspace (#182) and tooltips when zoomed (#151) 2020-09-30 08:03:30 +02:00
Hugo Locurcio 8c154bea55
Use the default, non-translated title for AcceptDialogs
The default is "Alert!".
2020-09-29 23:38:02 +02:00
RodZill4 46f4487130 Added more node tooltips (#151) 2020-09-29 22:27:10 +02:00
RodZill4 ded8a1069d Removed useless shader regeneration for previews 2020-09-29 21:29:49 +02:00
RodZill4 34f821da3a Added generic V4->V4 type 2020-09-29 20:24:49 +02:00
RodZill4 dbebf37a1f UI fixes 2020-09-29 20:09:51 +02:00