diff options
Diffstat (limited to '')
-rw-r--r-- | data/dynamics/Basic-Dynamics.gdyn | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/data/dynamics/Basic-Dynamics.gdyn b/data/dynamics/Basic-Dynamics.gdyn new file mode 100644 index 0000000..e9450dc --- /dev/null +++ b/data/dynamics/Basic-Dynamics.gdyn @@ -0,0 +1,61 @@ +# GIMP dynamics file + +(name "Basic Dynamics") +(opacity-output + (use-pressure yes) + (use-velocity no) + (use-direction no) + (use-tilt no) + (use-random no) + (use-fade yes)) +(hardness-output + (use-pressure no) + (use-velocity no) + (use-direction no) + (use-tilt no) + (use-random no) + (use-fade no)) +(rate-output + (use-pressure no) + (use-velocity no) + (use-direction no) + (use-tilt no) + (use-random no) + (use-fade no)) +(size-output + (use-pressure no) + (use-velocity yes) + (use-direction no) + (use-tilt no) + (use-random no) + (use-fade no)) +(aspect-ratio-output + (use-pressure no) + (use-velocity no) + (use-direction no) + (use-tilt no) + (use-random no) + (use-fade no)) +(color-output + (use-pressure no) + (use-velocity no) + (use-direction no) + (use-tilt no) + (use-random no) + (use-fade no)) +(angle-output + (use-pressure no) + (use-velocity no) + (use-direction no) + (use-tilt yes) + (use-random no) + (use-fade no)) +(jitter-output + (use-pressure no) + (use-velocity no) + (use-direction no) + (use-tilt no) + (use-random no) + (use-fade no)) + +# end of GIMP dynamics file |