Commit Graph

1294 Commits

Author SHA1 Message Date
RodZill4 37d879c008 More documentation fixes 2021-04-15 23:00:36 +02:00
RodZill4 3a4f92c14b Updated release number in Github actions 2021-04-15 22:33:36 +02:00
RodZill4 4816c6db8f Reorganized Advanced tilers in the library 2021-04-15 22:31:55 +02:00
RodZill4 6d498aab23 Updates and fixes in the documentation 2021-04-15 22:31:28 +02:00
RodZill4 3af9fa870c Added tooltips to fast blur node 2021-04-15 22:30:33 +02:00
RodZill4 397c4cf500 Fixed parameter tooltips in remote nodes 2021-04-15 22:30:03 +02:00
RodZill4 2b4fce4493 fixed voronoi (again) so its outputs tile correctly 2021-04-14 23:30:00 +02:00
RodZill4 faf3071ada Fixed problem with voronoi when randomness is not a power of 2 2021-04-14 22:22:56 +02:00
RodZill4 6a6704d08f Fixed voronoi node 2021-04-14 20:43:35 +02:00
RodZill4 f82730a32c More documentation updates 2021-04-14 19:47:08 +02:00
RodZill4 a82ef05819 Updated advanced tiler nodes 2021-04-13 22:50:28 +02:00
RodZill4 72453c9ec1 Updated Remote node and its documentation 2021-04-11 16:34:00 +02:00
RodZill4 74c4431248 Added missing description to Uniform nodes 2021-04-11 16:32:37 +02:00
Rodz Labs 2000812136
Merge pull request #323 from Arnklit/weave_stitch_control
added stitches controls to weave node and updated doc
2021-04-11 15:14:31 +02:00
Rodz Labs d4f6e9c477
Merge pull request #321 from Calinou/add-select-none-invert-shortcuts
Add shortcuts to deselect all nodes and invert the current selection
2021-04-11 15:10:33 +02:00
Rodz Labs 6fa9703070
Merge pull request #319 from Calinou/add-more-keyboard-shortcuts
Add more keyboard shortcuts
2021-04-11 15:07:51 +02:00
RodZill4 0d0f07c240 Fixed "Show selected library item documentation" action (file name was not created correctly). 2021-04-10 12:21:45 +02:00
RodZill4 7176f1c023 Fixed support for atlases in advanced tilers 2021-04-10 08:52:45 +02:00
RodZill4 9f018e153a Merge branch 'master' of https://github.com/RodZill4/material-maker 2021-04-10 08:51:55 +02:00
RodZill4 76763e71f8 Fixed a crash that occurred when opening the Help menu if the Library panel is hidden. 2021-04-10 08:51:46 +02:00
Rodz Labs ac9ac5079a
Merge pull request #320 from vreon/fix-idle-fps-stuck
Fix bug where idle FPS limit is used when focused
2021-04-09 23:08:57 +02:00
RodZill4 22882353c2 Made sure nodes are exported sequentially 2021-04-08 22:18:43 +02:00
RodZill4 c1ae4073a4 Added new advanced tiler nodes 2021-04-08 22:17:55 +02:00
Hugo Locurcio c801333c85
Add shortcuts to navigate between tabs
- Ctrl+Tab and Ctrl+Shift+Tab to go to the next/previous tab.
- Alternatively, use the mouse wheel while hovering tabs.
2021-04-08 11:47:26 +02:00
Rodz Labs a0ab9f02e4
Merge pull request #322 from Arnklit/color_tiler_update
added random color output to color tiler node
2021-04-07 22:56:04 +02:00
Kasper Frandsen 53799add25 added stitches controls to weave node and updated doc 2021-04-07 19:32:13 +01:00
Kasper Frandsen 064bc0e3b7 made variable names unique 2021-04-07 08:32:22 +01:00
RodZill4 92c60b540f Updated category icons colors and library panel 2021-04-07 09:03:28 +02:00
RodZill4 a20b019ea6 More documentation updates (paint and layer panels, environment editor) 2021-04-07 09:01:30 +02:00
Kasper Frandsen 4268749150 went over to using an out parameter 2021-04-07 06:49:47 +01:00
Kasper Frandsen 4d8ff06eb6 added random color output to color tiler node 2021-04-06 07:19:27 +01:00
RodZill4 c0be117762 Updated library panel documentation 2021-04-05 12:30:09 +02:00
RodZill4 ef05da9ad1 Updated doc release number and added the icon 2021-04-05 12:29:36 +02:00
Hugo Locurcio 9f96c1bc89
Add shortcuts to deselect all nodes and invert the current selection
This is similar to the selection shortcuts provided in GIMP.
2021-04-04 17:01:54 +02:00
Jesse Dubay 70959fffd1 Fix bug where idle FPS limit is used when focused
On some platforms, Godot sends two `NOTIFICATION_WM_FOCUS_IN` or two
`NOTIFICATION_WM_FOCUS_OUT` notifications in a row, which caused this
implementation to lose track of the correct value for
`previous_sleep_usec`.

Instead, calculate the correct value based on the type of notification
we just received.
2021-04-03 01:38:04 -07:00
Rodz Labs 6f177244c5
Merge pull request #318 from Arnklit/manual_typos
various fixes in the manual
2021-04-03 10:27:05 +02:00
Rodz Labs 4b2b36b1af
Fixed a typo 2021-04-03 09:56:21 +02:00
Hugo Locurcio 2015d21e3e
Add more keyboard shortcuts
- Ctrl + N to create a new material.
- Ctrl + Shift + N to create a new paint project.
  - Prevent the New Paint Project dialog from being opened more than once.
- Ctrl + Shift + Q to close the current project.
  - Ctrl + W is already taken, so use the same shortcut as the Godot editor's
    "Quit to Project List" action.
2021-04-03 03:10:49 +02:00
RodZill4 ca8066c3d0 Relaxed FPS constraints and fixed preview generation for non-transparent results. 2021-04-02 18:48:20 +02:00
RodZill4 dfddc95004 Optimized theme images with oxipng 2021-04-02 18:45:26 +02:00
RodZill4 a68cf4f2df Fix for #317 (incorrect tree view initialization when expanded items file is missing) 2021-04-02 18:43:53 +02:00
Kasper Frandsen d1f038ac99 various fixes in the manual 2021-04-02 07:56:19 +01:00
Rodz Labs aab52fa2a4
Merge pull request #304 from Arnklit/simplex_noise_fbm
adding new fbm node with simplex noise
2021-03-31 22:43:48 +02:00
Rodz Labs 519ff15d4f
Merge pull request #298 from Arnklit/tones_range_node
added tones_range node
2021-03-31 22:40:50 +02:00
Rodz Labs c2ee2c2cd8
Merge branch 'master' into tones_range_node 2021-03-31 22:39:33 +02:00
Rodz Labs f4b953b92d
Merge pull request #299 from Arnklit/smooth_curvature2_node
adding new smooth curvature node
2021-03-31 22:36:37 +02:00
Rodz Labs dc9dddea6e
Merge pull request #292 from Arnklit/uv-to-fill-square
added a mode selector to the fill_to_uv node for square UVs
2021-03-31 22:34:26 +02:00
Rodz Labs e5563b6450
Merge pull request #316 from Calinou/allow-8k-export
Allow painting and exporting textures in 8K resolution (8192x8192)
2021-03-31 22:33:18 +02:00
RodZill4 30caf1be21 Disabled 8K resolution for painting 2021-03-31 19:46:21 +02:00
RodZill4 fa6abff608 Added support for 8192x8192 export in 2D preview 2021-03-30 20:01:41 +02:00