Download Latest Version Stipple Effect v1.1.0 source code.zip (993.2 kB)
Email in envelope

Get an email when there's a new version of Stipple Effect

Home / v0.4.2
Name Modified Size InfoDownloads / Week
Parent folder
stipple-effect-0_4_2.zip 2024-05-26 3.6 MB
README.md 2024-05-25 1.2 kB
Stipple Effect v0.4.2 source code.tar.gz 2024-05-25 345.7 kB
Stipple Effect v0.4.2 source code.zip 2024-05-25 610.1 kB
Totals: 4 Items   4.6 MB 0

Full Changelog: https://github.com/jbunke/stipple-effect/compare/v0.4.1...v0.4.2

Update Summary

Added:

  • Color scripts that encounter errors now display their errors

Changed:

  • Color action previews (HSV level shift, color script execution) now show transparency checkerboard behind previewed image

API Changes:

Note: This update completely redesigned the API and altered the syntax of every API function. Scripts that utilize API functions that were written for versions 0.4.0 or 0.4.1 will need to be rewritten in order to execute on subsequent versions of Stipple Effect.

  • Added:
  • palette type
  • Global namespace $SE
  • project color action functions: (#87)
    • js P.palettize(palette pal, int scope, bool include_disabled);
    • js P.extract_to_pal(palette pal, int scope, bool include_disabled);
    • js P.hsv_shift(int scope, bool include_disabled, int h_shift, float s_shift, float v_shift);
    • js P.color_script(int scope, bool include_disabled, string script_path);
  • Changed:
  • Renamed set_frame_content to set_frame
  • Renamed get_frame_content to get_frame
Source: README.md, updated 2024-05-25