Commit Graph

1025 Commits

Author SHA1 Message Date
RodZill4 0aa24ab69d Removed useless blinking shader. 2021-03-07 08:13:16 +01:00
RodZill4 86f7f8fb6b Added 2 overlay styles to the 2D preview 2021-03-07 08:12:50 +01:00
RodZill4 468bbd11cc Made filter case insensitive in Add Node popup. 2021-03-07 08:11:52 +01:00
RodZill4 d351b19d62 Removed category buttons blinking now it's useless. Added tooltips to category buttons. 2021-03-07 08:10:59 +01:00
RodZill4 5ed10864f6 Added Idle FPS Limit configuration 2021-03-07 08:09:45 +01:00
Rodz Labs 48cf40ecb0
Merge pull request #295 from vreon/preview3d-rotation-speed
Add configurable model rotation speed to Preview3D
2021-03-03 20:18:32 +01:00
Rodz Labs 05a67d8af4
Merge pull request #293 from Arnklit/bricks_random_color_fix
changed bricks node to use center of brick for random color seed to f…
2021-03-03 20:18:10 +01:00
Rodz Labs 2b57240f18
Merge pull request #291 from Calinou/decrease-fps-unfocused
Limit to 20 FPS while unfocused to decrease CPU/GPU usage
2021-03-03 20:15:26 +01:00
Rodz Labs b4b0ac4803
Merge pull request #290 from Calinou/add-fps-limit-setting
Add a FPS limit setting
2021-03-03 20:14:58 +01:00
Rodz Labs be87850e00
Merge branch 'master' into add-fps-limit-setting 2021-03-03 20:06:32 +01:00
Rodz Labs 3db396d7ab
Merge pull request #288 from Calinou/3d-preview-enable-debanding
Enable debanding on the 3D preview if using Godot 3.2.4 or later
2021-03-03 20:03:06 +01:00
Rodz Labs 763ab2aa0b
Merge pull request #287 from Calinou/3d-preview-config-add-tooltips
Add tooltips for UV scale and tesselation in 3D preview configuration
2021-03-03 20:02:40 +01:00
Rodz Labs 7401f748a5
Merge pull request #286 from Calinou/allow-mouse-wheel-rotate-anim
Don't stop the 3D preview rotation animation when zooming in or out
2021-03-03 20:01:44 +01:00
Rodz Labs 46275be100
Merge pull request #285 from Calinou/add-tesselation-detail-setting
Add a 3D preview tesselation detail setting, increase default to 256
2021-03-03 19:59:27 +01:00
RodZill4 bb5b428d81 Updated preferences dialog size 2021-03-03 19:51:33 +01:00
RodZill4 0cfb4c63f2 Merge branch 'master' into pr/285 2021-03-03 19:45:00 +01:00
RodZill4 550cc89032 Fixed in file drag and drop and libraries panel 2021-03-03 06:29:57 +01:00
RodZill4 2c30fbb2aa Added a colored side line to the library tree view 2021-03-02 21:36:17 +01:00
RodZill4 2b97c36f51 Fixed in Libraries stuff and environment editor. 2021-03-01 20:53:45 +01:00
RodZill4 e783611853 Added section colors in Nodes popup 2021-02-28 22:09:56 +01:00
Jesse Dubay 6d439373ef Add configurable model rotation speed to Preview3D 2021-02-28 13:02:19 -08:00
RodZill4 964aa52bf2 Fixes in Library pane's context menu 2021-02-28 20:43:18 +01:00
RodZill4 3f3fd66a43 Fixed mouse warp when rotating 3D preview 2021-02-28 09:15:14 +01:00
RodZill4 c09026c645 Sort items by usage in nodes menu 2021-02-27 23:40:29 +01:00
RodZill4 c0de3571b5 Added library item context menu and item aliases 2021-02-27 22:41:28 +01:00
RodZill4 8382f8ac6c Added a context menu to delete an environment 2021-02-26 21:49:14 +01:00
RodZill4 1d71656132 Added buffers to Warp Dilation, and fixed Tilers, Splatters and Pixelize 2021-02-26 07:28:08 +01:00
RodZill4 20ebb1a8a3 Added a Blender export (that should work with Node Wrangler) 2021-02-25 20:54:59 +01:00
RodZill4 d507107577 Fixed polygon deserialization (#294) 2021-02-25 19:23:13 +01:00
Kasper Frandsen 9722836788 changed bricks node to use center of brick for random color seed to fix tiling 2021-02-25 13:59:39 +00:00
RodZill4 3a7a6bd6bc Added support for new library creation 2021-02-24 23:10:10 +01:00
RodZill4 0acaea696d Libraries can be disabled and items can be removed 2021-02-23 23:51:45 +01:00
RodZill4 2ccfe41a84 Started refactoring library management 2021-02-22 23:24:06 +01:00
RodZill4 fb9e7c8bef Updated debug node to generate canvas_item and spatial shaders for Godot. 2021-02-21 14:00:40 +01:00
Hugo Locurcio 4b4a1a7e1e
Limit to 20 FPS while unfocused to decrease CPU/GPU usage
Follow-up to #290.
2021-02-21 00:44:56 +01:00
RodZill4 738dc5d5e7 Made linked parameters lines a bit thicker. 2021-02-19 19:44:42 +01:00
Hugo Locurcio b93efb1cf4
Add a FPS limit setting
This can be used to decrease CPU/GPU usage, leading to increased
battery life and reduced heat/noise emissions on laptops.
2021-02-17 23:47:22 +01:00
RodZill4 8a98451bf3 Fixed minor bugs and warnings 2021-02-16 22:18:32 +01:00
RodZill4 c69999965f Updated Github actions file for environments 2021-02-16 22:17:11 +01:00
RodZill4 d69877e630 Updated environment editor (added default environments) 2021-02-16 22:13:48 +01:00
Hugo Locurcio 3ad399efd9
Enable debanding on the 3D preview if using Godot 3.2.4 or later
This mostly suppresses banding artifacts at a very small
performance cost.
2021-02-15 00:47:02 +01:00
Hugo Locurcio f330cf8bda
Add tooltips for UV scale and tesselation in 3D preview configuration 2021-02-15 00:41:35 +01:00
Hugo Locurcio 6452165393
Don't stop the 3D preview rotation animation when zooming in or out
The rotation is still stopped when pressing any other mouse button.
2021-02-15 00:35:14 +01:00
Hugo Locurcio 988cc6ba1c
Add a 3D preview tesselation detail setting, increase default to 256
This improves tesselation quality out of the box and lets users
increase it significantly if they have powerful enough hardware.
2021-02-15 00:24:08 +01:00
RodZill4 037fc1e29d Integrated environment manager into paint panel 2021-02-14 18:49:08 +01:00
Rodz Labs 9eb9c13209
Merge pull request #284 from Calinou/add-3d-preview-supersampling
Implement supersampling for 3D previews
2021-02-14 11:32:27 +01:00
Rodz Labs 07458c51fb
Merge pull request #282 from Calinou/3d-preview-increase-cylinder-sphere-detail
Increase detail for non-tesselated sphere and cylinder in 3D preview
2021-02-14 11:31:24 +01:00
Rodz Labs 9179a287ac
Merge pull request #281 from Calinou/3d-preview-increase-parallax-detail
Improve parallax mapping quality in the 3D preview
2021-02-14 11:30:34 +01:00
Rodz Labs 0bd6779661
Merge pull request #278 from Calinou/increase-anisotropic-filter-level
Increase 3D preview anisotropic filtering level from 4x to 16x
2021-02-14 11:29:58 +01:00
Rodz Labs a75900484f
Merge pull request #273 from Calinou/fix-accept-dialog-title-2
Fix alert dialog title
2021-02-14 11:29:30 +01:00