Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
7.14k stars 383 forks source link

[Targeted for 0.11.0] Additions to ExtensionsAPI #867

Closed Variable-ind closed 1 year ago

Variable-ind commented 1 year ago

Hopefully the final itteration for v0.11.x

Bug fix:

in PreviewDialog.gd, at_layer_option button needs to be cleared before adding new elements

General:

added get_drawing_algos added get_shader_image_effect

Project:

added get_project_info added set_pixelcel_image

(Due to cels now having their own get_class_name function so) changed get_current_cel_info to get_current_cel changed get_cel_info_at to get_cel_at

Variable-ind commented 1 year ago

Here's the test extension code: Test Extension.zip