1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-12 08:43:08 +00:00
Pixelorama/src/UI/Dialogs/ImageEffects
Variable 43a8a04704
Expose pivot Option (#720)
* Added the pivot system

* Some re-arrangement

* a bug-fix

* fixed a conversion scale bug

The problem was the conversion from rect to pixel scale was not properly done, i changed it so that it sets conversion factor of shorter side according to the longer side

* Fix to allow manual pivoting

* remove an update()

i may have added it my self but i think its not needed now

* made shader pivot consistent with gd script

by doing `pivot + Vector2(0.5, 0.5)` for "Nearest neighbour (Shader)"

* Cosmetics

* Formatting

* more formatting

* an optimization
2022-07-23 23:31:39 +03:00
..
DesaturateDialog.gd Image effect refactors 2022-06-12 00:27:59 +03:00
DesaturateDialog.tscn Dialog improvements (#530) 2021-08-31 05:38:11 -07:00
DropShadowDialog.gd Image effect refactors 2022-06-12 00:27:59 +03:00
DropShadowDialog.tscn Update translations 2022-05-18 21:46:48 +03:00
FlipImageDialog.gd Just one method for undo/redo in Global.gd 2021-12-02 02:22:32 +02:00
FlipImageDialog.tscn Change "Flip" window title to "Mirror Image" 2022-04-22 15:38:08 +03:00
GradientDialog.gd Image effect refactors 2022-06-12 00:27:59 +03:00
GradientDialog.tscn Change "Step" and "Dithering" gradients to "Linear Step" and "Linear Dithering" 2022-05-02 16:53:13 +03:00
GradientMapDialog.gd Image effect refactors 2022-06-12 00:27:59 +03:00
GradientMapDialog.tscn Add a Gradient Map image effect, implements the second half of #595 2022-06-11 16:16:37 +03:00
HSVDialog.gd Image effect refactors 2022-06-12 00:27:59 +03:00
HSVDialog.tscn Boost HSV and Rotation sliders (#531) 2021-09-23 21:25:35 +03:00
ImageEffects.tscn Add a Gradient Map image effect, implements the second half of #595 2022-06-11 16:16:37 +03:00
InvertColorsDialog.gd Image effect refactors 2022-06-12 00:27:59 +03:00
InvertColorsDialog.tscn Dialog improvements (#530) 2021-08-31 05:38:11 -07:00
OutlineDialog.gd Image effect refactors 2022-06-12 00:27:59 +03:00
OutlineDialog.tscn Outline generation with shaders 2022-04-22 21:11:02 +03:00
ResizeCanvas.gd In ResizeCanvas, always set the spinbox values to the current project size 2022-03-18 00:07:40 +02:00
ResizeCanvas.tscn Dialog improvements (#530) 2021-08-31 05:38:11 -07:00
RotateImage.gd Expose pivot Option (#720) 2022-07-23 23:31:39 +03:00
RotateImage.tscn Expose pivot Option (#720) 2022-07-23 23:31:39 +03:00
ScaleImage.gd Fix scale image aspect ratio not updating correctly when the dialog is about to appear 2022-05-19 15:16:28 +03:00
ScaleImage.tscn Fix aspect ratio in scale image to work as it does in create image 2022-03-30 16:12:19 +03:00
ShaderEffect.gd bool support for shaders 2022-04-10 00:04:45 +03:00
ShaderEffect.tscn Change shader color in the experimental shader feature 2022-04-08 02:57:58 +03:00