Commit Graph

163 Commits

Author SHA1 Message Date
Rodz Labs 355ef7a323
Merge pull request #517 from RodZill4/sdf_builder_3
Added support for coloring and node parameters in EasySDF
2022-10-09 21:34:57 +02:00
Rodz Labs c0cc7f2cab Fixed problem with easysdf node parameters not being updated correctly in the editor 2022-10-03 21:26:14 +02:00
Rodz Labs 1654e56382 Added support for node parameter expressions in EasySDF 2022-10-03 17:27:20 +02:00
Rodz Labs 97ea3da3c0 Slower update of memory usage widget/tooltip 2022-09-26 14:51:20 +02:00
Rodz Labs 73300b29a5 Slightly optimized curve drawing (in curve preview and editor) 2022-09-18 16:46:53 +02:00
Rodz Labs 900232ed0d
Merge pull request #516 from RodZill4/buffers
Improve buffers and makes it possible to pause/restore them. Limit the render size and render big textures in chunks.
2022-09-13 22:29:55 +02:00
Rodz Labs e58b3e434b Added maximum render size configuration 2022-09-13 21:09:53 +02:00
Rodz Labs c0d63108fd Fixed warnings 2022-09-12 12:53:24 +02:00
Rodz Labs c5cc3ef66b Added a video RAM counter (with info on GPU as tooltip) 2022-09-04 18:00:38 +02:00
Rodz Labs 30428d6000 Updated image picker button to watch the image file and update accordingly 2022-07-03 12:03:06 +02:00
Rodz Labs 9dbb684fff Fixed crash that occurred when histogram is hidden and changing a non-float parameter in the selected node 2022-07-03 10:12:28 +02:00
Rodz Labs 3ccd435ea6 Fixed problem that caused 2D previews and histogram to be refreshed several times when updating a non float parameter or connection 2022-06-15 20:29:35 +02:00
Rodz Labs 5cdbf3865f Fixed a problem where touching a float parameter triggered renders 2022-06-08 20:27:59 +02:00
Rodz Labs 9c5628cc0b More Remote fixes (#451) 2022-05-31 09:01:13 +02:00
Rodz Labs ba47bdb954 Moved config to a new autoload. Added saved configuration for 2D previews. (#339) 2022-05-29 22:04:40 +02:00
Rodz Labs 46f44a62ed Made handles bigger in the tones node (#265) 2022-05-28 19:47:43 +02:00
Rodz Labs ef3080c1ec More fixes for the link widget for remote node parameter connections (#451) 2022-05-27 22:12:32 +02:00
Rodz Labs 9bbb30972e Tried to fix #215 (not sure about the exact scenario) 2022-05-27 18:55:22 +02:00
Rodz Labs 08bb285b84 Fixed #272 2022-05-27 12:23:03 +02:00
Rodz Labs 3340466fd3 Fixed warnings 2022-05-27 09:39:03 +02:00
Rodz Labs 0ac2d67c72 Fixed #435 2022-05-27 08:40:26 +02:00
Rodz Labs 130a8fe68b Fixed gradient editor widget (double click didn't work anymore) 2022-05-22 22:47:15 +02:00
bliepp bcda44e31f Reduce outline to 1px 2022-05-09 00:33:00 +02:00
bliepp d562945794 Add neutral grey outline around gradients 2022-05-09 00:27:58 +02:00
Rodz Labs ab358b3fed Added flip, mirror, ellipse, stars and stairs, and fixed a few bugs 2022-03-08 23:53:56 +01:00
Rodz Labs e853aeb832 Merge branch 'master' into undo_redo 2022-01-05 21:40:47 +01:00
Rodz Labs 3eae07c3dd Fixed undo/redo problem with color parameters 2022-01-03 23:41:24 +01:00
Rodolphe Suescun 54ef2ea042 Fixed undo/redo for curve and polygon parameters 2022-01-02 12:53:24 +01:00
Rodolphe Suescun 43eba94d32 Workaround for selection problem in float_edit widget 2021-12-31 18:33:00 +01:00
Rodolphe Suescun 0f5c4b79f7 Fix for float editor problems (latest undo/redo change) 2021-12-30 22:22:46 +01:00
Rodolphe Suescun 26782c243a Fixed undo/redo for gradient parameters 2021-12-30 16:06:49 +01:00
Rodolphe Suescun 5ccf660c11 Merge branch 'master' into pr/349 2021-12-30 10:43:11 +01:00
Rodolphe Suescun d97d8be739 Workaround for float editor widget freeze 2021-12-29 12:41:00 +01:00
Rodolphe Suescun 06dd2bbff6 Fixed port groups in node editor 2021-12-29 00:09:28 +01:00
Rodolphe Suescun b27ed013e1 Fixed undo/redo for IOs node 2021-12-28 18:40:42 +01:00
Rodz Labs f25313de3c Fixed undo/redo merging for param change 2021-12-21 22:51:40 +01:00
Rodz Labs 7120e45f2b Fixed selection problem on focus loss in float edit widget 2021-12-21 19:29:40 +01:00
Rodz Labs a420f87534 Merge branch 'master' into undo_redo 2021-12-21 18:44:15 +01:00
Rodz Labs 64e1379ec2 Fix for image picking button (initialisation before _ready) 2021-12-21 12:49:41 +01:00
Rodz Labs 52b38d1b96 Updated float edit to avoid useless updates 2021-12-19 23:09:10 +01:00
Rodz Labs fd62c515ef Fixed undo/redo with float parameters 2021-12-14 22:29:00 +01:00
Rodz Labs 8d468bae75 Fixed undo/redo for nodes that have gradient parameters 2021-12-14 07:53:01 +01:00
Rodz Labs b58fc9412b Addedd undo/redo to Remote node operations 2021-11-21 13:55:43 +01:00
Rodz Labs cb1c7d89ee Fixed gradient editor (cursors moved to incorrect locations when resized) 2021-11-17 14:59:46 +01:00
Rodz Labs daca08cd21 Fixed "Add library" dialog and a few runtime warnings 2021-11-10 21:51:02 +01:00
Rodz Labs 09bcfc292a Added temporal antialiasing to 2D previews 2021-11-06 11:26:08 +01:00
Rodz Labs b7f07986ea Fixed event filtering in 2D preview and histogram 2021-10-31 05:47:52 +01:00
Rodz Labs d22464692b Fixed ruintime warnings 2021-10-24 10:50:49 +02:00
Rodz Labs 810f3b0c0d
Merge pull request #351 from Arnklit/curve-edit-improvements
Makes curve editor resizeable and adds curve presets
2021-10-02 09:19:36 +02:00
Rodz Labs 24e1fefec5 Added Polycurve node 2021-09-30 21:31:52 +02:00