mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
08b03ae0e5
* Basic logic for layer effects * Add an FX button and the ability to add effects, no way to remove or change properties of effects yet * Basic and ugly UI for adding and removing effects, no property changing yet * Swap effects * Fix preload shader paths * Change parameters for layer effects * Change gradient parameter in layer effect shaders, and other fixes * Use CollapsibleContainers for the shader properties * Set the correct gradient interpolation mode and color space in the UI * Make effects of group layers apply to children * Change `apply_fx` to `apply_effects`, formatting, some extra doc comments * Apply effects to other canvases, when merging layers and when exporting * Display humanized names of the shader unifrms * Some UI improvements to the LayerEffectsSettings * Add an Enabled button in the layer effects window, and change checkboxes to checkbuttons * Change BaseLayer.apply_effects() to take a cel as a parameter instead * Make layer effect buttons be affected by the modulate icon color * Add option in the View menu whether layer effects are displayed in the canvas or not * Rename `apply_effects()` to `display_effects()` * Add translation strings * Add nearest filter to the gradient map * Don't change Main.tscn * Fix more translations * Change the default cursor shape of the generated UI elements of the layer effects * Add undo/redo and effect application (apply effect destructively) There are some errors due to the usage of anonymous lambda methods in undo/redo, but it seems to be working well regardless. * Make layer effect application work on all cels |
||
---|---|---|
.. | ||
af_ZA.po | ||
ar_SA.po | ||
be_BY.po | ||
ca_ES.po | ||
cs_CZ.po | ||
da_DK.po | ||
de_DE.po | ||
el_GR.po | ||
en.po | ||
en_US.po | ||
eo_UY.po | ||
es_ES.po | ||
fi_FI.po | ||
fr_FR.po | ||
he_IL.po | ||
hi_IN.po | ||
hu_HU.po | ||
id_ID.po | ||
it_IT.po | ||
ja_JP.po | ||
ko_KR.po | ||
lv_LV.po | ||
ml_IN.po | ||
nb_NO.po | ||
nl_NL.po | ||
no_NO.po | ||
pl_PL.po | ||
pt_BR.po | ||
pt_PT.po | ||
README.md | ||
ro_RO.po | ||
ru_RU.po | ||
si_LK.po | ||
sq_AL.po | ||
sr_SP.po | ||
sv_SE.po | ||
tr_TR.po | ||
Translations.pot | ||
uk_UA.po | ||
vi_VN.po | ||
zh_CN.po | ||
zh_TW.po |
Contributing Translations
If you wish to contribute a translation, make sure to use Pixelorama's Crowdin page. Crowdin is a web-based translation platform, where people can contribute translations together and with ease. Please use Crowdin and do not directly open pull requests to Pixelorama's GitHub repository.