Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.47 KB

kmfx_paintpresets.md

File metadata and controls

38 lines (22 loc) · 1.47 KB

KMFX_paintpresets Documentation

This script allows you save and load paint presets with the assigned keybinds.

Steps:

  1. While in a Paint node, make and save any number of paint presets in the Presets tab in the Paint window.
  2. From KMFX menu, select Paint Presets (or use the keybinds Alt+1 (save), Alt+2 (load) on the numeric keypad)

You must set up the "Paint Presets Path" folder in KMFX preferences to designate a place to save your presets.

Preferences

(Silhouette > Preferences > KMFX)

There is also an option to save the preset to a specified folder, inside of KMFX Preferences.

You can share your presets with other users or move them to another computer, just copy the whole presets folder to the new location.

  • Can be run from KMFX menu: YES
  • Can be run from keybind: YES

Video Example

Click to Watch the video

Click to Watch the video

Sample Keybind Command

fx.bind("Alt+Num+1", callMethod(fx.actions["KMFXpaintPresets"].execute,**{"mode":"save"}))
fx.bind("Alt+Num+2", callMethod(fx.actions["KMFXpaintPresets"].execute,**{"mode":"load"}))