ArtRage Action Scripts
Another set of downloads made available for ArtRage, this time action scripts which perform a series of actions relating to the functionality of ArtRage (Download Link)
— TOC
Blend-Opacity.arscript
Set selected layer blend mode / opacity using canvas pixel position of pen on canvas
Left half of canvas & y pixel - layer blend mode
Right half of canvas & y pixel - layer opacity
Export-Named-Layers.arscript
Export all layers that have a name
Grid.arscript
Draw a grid overlay on a layer
Multi-Merge.arscript
Merges visible Paint, Text, and Sticker layers while keeping hidden layers
BlendMode
Select blend mode from actions menu:
- a-Normal.arscript
- b-Tint.arscript
- c-Highlight.arscript
- d-Shadow.arscript
- e-Watercolor.arscript
- f-Dissolve.arscript
- g-Darken.arscript
- h-Multiply.arscript
- i-ColorBurn.arscript
- j-LinearBurn.arscript
- k-Lighten.arscript
- l-Screen.arscript
- m-ColorDodge.arscript
- n-LinearDodge.arscrip
- o-Overlay.arscript
- p-SoftLight.arscript
- q-HardLight.arscript
- r-VividLight.arscript
- s-LinearLight.arscript
- t-PinLight.arscript
- u-HardMix.arscript
- v-Difference.arscript
- w-Exclusion.arscript
- x-Hue.arscript
- y-Saturation.arscript
- za-Luminosity.arscript
- z-Color.arscript
BlendModeCycle
To move to the next and previous blend mode from the actions menu:
- Next-Blend-Mode.arscript
- Previous-Blend-Mode.arscript
Examples
Draw-Circle.arscript
Drag in the canvas to draw a circle
Flip-H.arscript
This simple script will flip your entire document left-to-right
Flip-V.arscript
This simple script will flip your entire document Top-to-Bottom
Pointillist.arscript
This script is a demonstration of how to use mouse input in the ArtRage scripting language.
The full tutorial for creating this script is available here: https://www.artrage.com/manuals/scripts/advanced-action-script-tutorials/
Vine.arscript
This script is a demonstration of how to mix recorded actions with procedures in the ArtRage scripting language.
The full tutorial for creating this script is available here: https://www.artrage.com/manuals/scripts/advanced-action-script-tutorials/