This script allows you save and load paint presets with the assigned keybinds.
Steps:
- While in a Paint node, make and save any number of paint presets in the Presets tab in the Paint window.
- 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.
(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
fx.bind("Alt+Num+1", callMethod(fx.actions["KMFXpaintPresets"].execute,**{"mode":"save"}))
fx.bind("Alt+Num+2", callMethod(fx.actions["KMFXpaintPresets"].execute,**{"mode":"load"}))