Commit Graph

867 Commits

Author SHA1 Message Date
RodZill4 90269ca0c3 Added a center parameter to the text node 2020-12-18 22:34:28 +01:00
RodZill4 88d68a8295 Updated export presets 2020-12-04 22:47:02 +01:00
RodZill4 8bbd4fcf7e Merge branch 'master' into dev-painter 2020-12-04 22:45:25 +01:00
RodZill4 1cece5da47 Minior fixes 2020-12-04 22:28:54 +01:00
Rodz Labs 943b687b8b
Merge pull request #236 from RodZill4/dev-share
Added a "Share" button that opens the Material Maker web site
2020-12-02 22:30:31 +01:00
RodZill4 3d5c40d286 Updated export presets 2020-12-02 21:11:14 +01:00
RodZill4 94aab09c2e Merge branch 'master' into dev-share 2020-12-02 21:06:31 +01:00
RodZill4 c92b32ca5c Tweaked the preview scene when sharing materials 2020-12-02 21:04:42 +01:00
RodZill4 193ed6247c Updated export presets 2020-11-30 21:53:48 +01:00
RodZill4 6c3a847548 Fixed tesselated shader 2020-11-30 21:47:19 +01:00
RodZill4 e2fab3db63 Fixed release number so icon is taken into account correctly 2020-11-30 21:46:50 +01:00
RodZill4 1b741720c7 Added Curve parameter type (#213) 2020-11-30 21:45:45 +01:00
RodZill4 2236b8c91d Merge branch 'master' into dev-share 2020-11-26 23:21:39 +01:00
RodZill4 bc9622aaa1 Added a minimap borrowed from ProtonGraph 2020-11-26 23:17:39 +01:00
RodZill4 7154cf3efc Updated export presets 2020-11-25 20:44:49 +01:00
RodZill4 2ba7744b4b Merge branch 'master' into dev-share 2020-11-25 20:43:09 +01:00
RodZill4 3fc5aea122 Updated share button behavior (send button is always shown but disabled when materials cannot be sent) 2020-11-25 20:42:45 +01:00
RodZill4 4118269455 Fixed material rendering to generate float16 textures 2020-11-25 20:08:59 +01:00
RodZill4 d865f3eaf2 Added button to minimize nodes and save minimize and preview status into project files 2020-11-25 20:08:13 +01:00
RodZill4 43b97c6cf2 Fixed initial state of Send button 2020-11-21 15:16:08 +01:00
RodZill4 960ff1c5e1 Fixed export presets 2020-11-21 15:04:56 +01:00
RodZill4 344329767b Merge branch 'master' into dev-share 2020-11-21 15:03:15 +01:00
RodZill4 b3ca28e1ef Updated button to take login state into account and moved "share material" to another button 2020-11-21 14:55:21 +01:00
RodZill4 0d4d83ea8a Fixed camera controls 2020-11-21 05:13:50 +01:00
Rodz Labs 63a74dc924
Merge pull request #235 from skyace65/DescriptionUpdate
Remove "A node that" from every node description
2020-11-19 06:51:02 +01:00
skyace65 98c660270b Remove "A node that" from every node description 2020-11-16 22:43:37 -05:00
RodZill4 aeb5d9e723 Updated Material Maker release number for painting features alpha 2020-11-15 20:44:50 +01:00
RodZill4 1223d90e7f Removed useless files and fixed painting on seams. 2020-11-15 18:52:39 +01:00
RodZill4 0d235b7010 Merge branch 'master' into dev-painter 2020-11-15 09:16:08 +01:00
RodZill4 cc1474f4a8 Fixed library update 2020-11-14 23:58:25 +01:00
RodZill4 655380fa58 Updated seams texture generation, brush handling and added access to layers textures in painting shaders. 2020-11-14 21:36:21 +01:00
RodZill4 73cebf4301 Improved painting camera 2020-11-12 21:28:03 +01:00
RodZill4 d8e2aa5db3 Update share button depending on connection 2020-11-12 21:05:56 +01:00
Rodz Labs 60ec08e45b
Merge pull request #230 from bonbonmiel/add-node-redesign
Replace ItemList with custom list in add_node_popup (#99, #219)
2020-11-11 22:34:47 +01:00
RodZill4 76c1a1b197 updated layer alpha calculation 2020-11-11 22:25:12 +01:00
RodZill4 4278f54395 Added a "Share" button and basic interaction with the web page 2020-11-11 21:34:12 +01:00
RodZill4 3232209f29 Added Freehand line paint mode and dynamic menus 2020-11-11 07:36:45 +01:00
bonbonmiel c9aeed21c6 Tweaked buttons look and reset filter on add-node dialog popup 2020-11-10 13:20:47 +01:00
RodZill4 9ca779ab1f Fixed pattern angle/scale control and updated brush lib 2020-11-09 23:32:15 +01:00
RodZill4 976a72a17d Updated "New paint project" dialog 2020-11-09 23:18:24 +01:00
RodZill4 b740cff539 Added support for alpha parameters in layers 2020-11-08 22:48:12 +01:00
RodZill4 990f453b72 Added common parameters to paint brushes 2020-11-08 15:10:46 +01:00
RodZill4 c0aae2c9d4 Workaround for the selection box problem (#231) 2020-11-07 23:47:24 +01:00
RodZill4 8ca2fbcb01 Highlight selected nodes connections in graph view (#231) 2020-11-07 14:13:07 +01:00
RodZill4 eb27b1e745 Fixed quick connect code 2020-11-07 09:51:40 +01:00
RodZill4 93ad54354e Added quick connect support for inputs 2020-11-07 09:35:52 +01:00
RodZill4 2bc4e0502d Add Node popup: Removed useless icon + pink border implementation change.
Replaced arrow icon with existing one.
Replaced the Color Rect with _draw implementation (so it's not visible as background when the list does not fill the popup).
2020-11-07 07:56:55 +01:00
RodZill4 70998b3096 Removed space between list items 2020-11-07 07:33:00 +01:00
RodZill4 255cc2e545 Merge branch 'master' into pr/230 2020-11-07 07:32:24 +01:00
RodZill4 a7fed0c9ef Force normalized paths when dropping files 2020-11-07 07:05:04 +01:00