Emmanouil Papadeas
d4ebf9c585
Use Vector2s for min and max values in ValueSliderV2
...
This lets us have different min/max values for x and y.
2023-03-21 01:45:09 +02:00
Emmanouil Papadeas
e174f6e942
Add a new custom node, ValueSliderV2
...
ValueSliderV2 is a container for two ValueSliders and an optional lock ratio button, that helps with handling Vector2 values in the UI.
2023-03-20 00:56:43 +02:00
Variable
cbeef73fac
Selection modes ( #798 )
...
* Fix a typo
this is required because this is "Paint" Selection
(so it's not supposed to cancel selection if we click outside the canvas)
* Added Selction Modes
Default, Add, Subtract, Intersect
* removed whitespace
* better options
* Removed Separators from headers
* formatting
* more formatting that i didnt notice
* Solved Shortcut conflict
* remove whitespace
2022-12-31 20:13:27 +02:00
Emmanouil Papadeas
0c954e65d8
Add ValueSliders to Bucket and SelectionTool tool options
...
Replace Bucket's pattern offsets and SelectionTool's position and size SpinBoxes with ValueSliders.
2022-10-15 02:03:15 +03:00
Emmanouil Papadeas
9f443f3ab0
Replace HSliders+SpinBoxes with ValueSliders in the tool options
...
Still WIP, the tool options may change even more later.
2022-10-05 00:42:01 +03:00
Emmanouil Papadeas
1f55ac92fd
Add tool button color & tool name header on each of the tool options
2022-09-20 00:58:39 +03:00
Manolis Papadeas
68414f5bd9
Made pixel perfect into a global tool option
...
More global tool options will most likely be added soon, most notably tablet pen pressure sensitivity options.
2022-02-28 19:24:14 +02:00
Manolis Papadeas
290e8cdb18
Remove mirror nodes from the tool scenes
2022-02-17 16:12:07 +02:00
Manolis Papadeas
47e83d7163
Added UndoRedo support for selection transformations for tool options and fixed resize content behavior
2021-05-11 00:27:57 +03:00
Manolis Papadeas
e75b6e7d67
Made Rectangle Selection and Magic Wand tools work with symmetry
2021-05-04 21:26:04 +03:00
Manolis Papadeas
4a1fcc4ca7
Add position and size as selection tool options
...
This allows the user to easily move and resize selections
2021-05-01 03:10:23 +03:00
Manolis Papadeas
708a1ddc20
Organize the selection tool files in a new folder
2021-04-28 03:06:03 +03:00