Skip to content

Stipple Effect v0.4.2

Compare
Choose a tag to compare
@jbunke jbunke released this 26 May 00:32
· 198 commits to master since this release
e398ea2

Full Changelog: 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)
      • P.palettize(palette pal, int scope, bool include_disabled);
      • P.extract_to_pal(palette pal, int scope, bool include_disabled);
      • P.hsv_shift(int scope, bool include_disabled, int h_shift, float s_shift, float v_shift);
      • 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