Added some more dynamics presets and set the default dynamics value
This commit is contained in:
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#define DEFAULT_BRUSH "Round Fuzzy"
|
#define DEFAULT_BRUSH "Round Fuzzy"
|
||||||
#define DEFAULT_DYNAMICS "Foo" /* alexia, fix me */
|
#define DEFAULT_DYNAMICS "Basic Dynamics"
|
||||||
#define DEFAULT_PATTERN "Pine"
|
#define DEFAULT_PATTERN "Pine"
|
||||||
#define DEFAULT_PALETTE "Default"
|
#define DEFAULT_PALETTE "Default"
|
||||||
#define DEFAULT_GRADIENT "FG to BG (RGB)"
|
#define DEFAULT_GRADIENT "FG to BG (RGB)"
|
||||||
|
61
data/dynamics/Dynamics-Off.gdyn
Normal file
61
data/dynamics/Dynamics-Off.gdyn
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# GIMP dynamics file
|
||||||
|
|
||||||
|
(name "Dynamics Off")
|
||||||
|
(opacity-output
|
||||||
|
(use-pressure no)
|
||||||
|
(use-velocity no)
|
||||||
|
(use-direction no)
|
||||||
|
(use-tilt no)
|
||||||
|
(use-random no)
|
||||||
|
(use-fade no))
|
||||||
|
(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 no)
|
||||||
|
(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 no)
|
||||||
|
(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
|
61
data/dynamics/Fade-Tappering.gdyn
Normal file
61
data/dynamics/Fade-Tappering.gdyn
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# GIMP dynamics file
|
||||||
|
|
||||||
|
(name "Fade Tappering")
|
||||||
|
(opacity-output
|
||||||
|
(use-pressure no)
|
||||||
|
(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 no)
|
||||||
|
(use-direction no)
|
||||||
|
(use-tilt no)
|
||||||
|
(use-random no)
|
||||||
|
(use-fade yes))
|
||||||
|
(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 no)
|
||||||
|
(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
|
@ -36,7 +36,7 @@ PRE_UNINSTALL = :
|
|||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
build_triplet = i686-pc-linux-gnu
|
build_triplet = i686-pc-linux-gnu
|
||||||
host_triplet = i686-pc-linux-gnu
|
host_triplet = i686-pc-linux-gnu
|
||||||
subdir = data/brushes
|
subdir = data/dynamics
|
||||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
||||||
@ -59,11 +59,9 @@ am__vpath_adj = case $$p in \
|
|||||||
*) f=$$p;; \
|
*) f=$$p;; \
|
||||||
esac;
|
esac;
|
||||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||||
am__installdirs = "$(DESTDIR)$(dynamicsdatadir)" \
|
am__installdirs = "$(DESTDIR)$(dynamicsdatadir)"
|
||||||
"$(DESTDIR)$(obsoletedynamicsdatadir)"
|
|
||||||
dynamicsdataDATA_INSTALL = $(INSTALL_DATA)
|
dynamicsdataDATA_INSTALL = $(INSTALL_DATA)
|
||||||
obsoletedynamicsdataDATA_INSTALL = $(INSTALL_DATA)
|
DATA = $(dynamicsdata_DATA)
|
||||||
DATA = $(dynamicsdata_DATA) $(obsoletedynamicsdata_DATA)
|
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
AA_LIBS = -laa
|
AA_LIBS = -laa
|
||||||
ACLOCAL = ${SHELL} /home/alexiade/build/gimp_build/gimp/missing --run aclocal-1.9
|
ACLOCAL = ${SHELL} /home/alexiade/build/gimp_build/gimp/missing --run aclocal-1.9
|
||||||
@ -442,7 +440,13 @@ sysconfdir = ${prefix}/etc
|
|||||||
target_alias =
|
target_alias =
|
||||||
dynamicsdatadir = $(gimpdatadir)/dynamics
|
dynamicsdatadir = $(gimpdatadir)/dynamics
|
||||||
dynamicsdata_DATA = \
|
dynamicsdata_DATA = \
|
||||||
Basic-Dynamics.gdyn
|
Basic-Dynamics.gdyn \
|
||||||
|
Dynamics-Off.gdyn \
|
||||||
|
Fade-Tappering.gdyn \
|
||||||
|
Random-Color.gdyn \
|
||||||
|
Tilt-Angle.gdyn \
|
||||||
|
Track-Direction.gdyn \
|
||||||
|
Velocity-Tappering.gdyn
|
||||||
|
|
||||||
EXTRA_DIST = $(dynamicsdata_DATA)
|
EXTRA_DIST = $(dynamicsdata_DATA)
|
||||||
all: all-am
|
all: all-am
|
||||||
@ -457,9 +461,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|||||||
exit 1;; \
|
exit 1;; \
|
||||||
esac; \
|
esac; \
|
||||||
done; \
|
done; \
|
||||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/brushes/Makefile'; \
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/dynamics/Makefile'; \
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --gnu data/brushes/Makefile
|
$(AUTOMAKE) --gnu data/dynamics/Makefile
|
||||||
.PRECIOUS: Makefile
|
.PRECIOUS: Makefile
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@case '$?' in \
|
@case '$?' in \
|
||||||
@ -504,7 +508,6 @@ uninstall-dynamicsdataDATA:
|
|||||||
echo " rm -f '$(DESTDIR)$(dynamicsdatadir)/$$f'"; \
|
echo " rm -f '$(DESTDIR)$(dynamicsdatadir)/$$f'"; \
|
||||||
rm -f "$(DESTDIR)$(dynamicsdatadir)/$$f"; \
|
rm -f "$(DESTDIR)$(dynamicsdatadir)/$$f"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
@ -543,7 +546,7 @@ check-am: all-am
|
|||||||
check: check-am
|
check: check-am
|
||||||
all-am: Makefile $(DATA)
|
all-am: Makefile $(DATA)
|
||||||
installdirs:
|
installdirs:
|
||||||
for dir in "$(DESTDIR)$(dynamicsdatadir)" "$(DESTDIR)$(obsoletedynamicsdatadir)"; do \
|
for dir in "$(DESTDIR)$(dynamicsdatadir)"; do \
|
||||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||||
done
|
done
|
||||||
install: install-am
|
install: install-am
|
||||||
@ -588,7 +591,7 @@ info: info-am
|
|||||||
|
|
||||||
info-am:
|
info-am:
|
||||||
|
|
||||||
install-data-am: install-dynamicsdataDATA install-obsoletedynamicsdataDATA
|
install-data-am: install-dynamicsdataDATA
|
||||||
|
|
||||||
install-exec-am:
|
install-exec-am:
|
||||||
|
|
||||||
@ -619,13 +622,13 @@ uninstall-am: uninstall-dynamicsdataDATA uninstall-info-am
|
|||||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||||
distclean distclean-generic distclean-libtool distdir dvi \
|
distclean distclean-generic distclean-libtool distdir dvi \
|
||||||
dvi-am html html-am info info-am install install-am \
|
dvi-am html html-am info info-am install install-am \
|
||||||
install-dynamicsdataDATA install-data install-data-am \
|
install-data install-data-am install-dynamicsdataDATA \
|
||||||
install-exec install-exec-am install-info install-info-am \
|
install-exec install-exec-am install-info install-info-am \
|
||||||
install-man install-obsoletedynamicsdataDATA install-strip \
|
install-man install-strip installcheck installcheck-am \
|
||||||
installcheck installcheck-am installdirs maintainer-clean \
|
installdirs maintainer-clean maintainer-clean-generic \
|
||||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
||||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
ps ps-am uninstall uninstall-am uninstall-dynamicsdataDATA \
|
||||||
uninstall-dynamicsdataDATA uninstall-info-am
|
uninstall-info-am
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
@ -3,5 +3,12 @@
|
|||||||
dynamicsdatadir = $(gimpdatadir)/dynamics
|
dynamicsdatadir = $(gimpdatadir)/dynamics
|
||||||
|
|
||||||
dynamicsdata_DATA = \
|
dynamicsdata_DATA = \
|
||||||
Basic-Dynamics.gdyn
|
Basic-Dynamics.gdyn \
|
||||||
|
Dynamics-Off.gdyn \
|
||||||
|
Fade-Tappering.gdyn \
|
||||||
|
Random-Color.gdyn \
|
||||||
|
Tilt-Angle.gdyn \
|
||||||
|
Track-Direction.gdyn \
|
||||||
|
Velocity-Tappering.gdyn
|
||||||
|
|
||||||
EXTRA_DIST = $(dynamicsdata_DATA)
|
EXTRA_DIST = $(dynamicsdata_DATA)
|
||||||
|
61
data/dynamics/Random-Color.gdyn
Normal file
61
data/dynamics/Random-Color.gdyn
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# GIMP dynamics file
|
||||||
|
|
||||||
|
(name "Random Color")
|
||||||
|
(opacity-output
|
||||||
|
(use-pressure no)
|
||||||
|
(use-velocity no)
|
||||||
|
(use-direction no)
|
||||||
|
(use-tilt no)
|
||||||
|
(use-random no)
|
||||||
|
(use-fade no))
|
||||||
|
(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 no)
|
||||||
|
(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 yes)
|
||||||
|
(use-fade no))
|
||||||
|
(angle-output
|
||||||
|
(use-pressure no)
|
||||||
|
(use-velocity no)
|
||||||
|
(use-direction no)
|
||||||
|
(use-tilt no)
|
||||||
|
(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
|
61
data/dynamics/Tilt-Angle.gdyn
Normal file
61
data/dynamics/Tilt-Angle.gdyn
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# GIMP dynamics file
|
||||||
|
|
||||||
|
(name "Tilt Angle")
|
||||||
|
(opacity-output
|
||||||
|
(use-pressure no)
|
||||||
|
(use-velocity no)
|
||||||
|
(use-direction no)
|
||||||
|
(use-tilt no)
|
||||||
|
(use-random no)
|
||||||
|
(use-fade no))
|
||||||
|
(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 no)
|
||||||
|
(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
|
61
data/dynamics/Track-Direction.gdyn
Normal file
61
data/dynamics/Track-Direction.gdyn
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# GIMP dynamics file
|
||||||
|
|
||||||
|
(name "Track Direction")
|
||||||
|
(opacity-output
|
||||||
|
(use-pressure no)
|
||||||
|
(use-velocity no)
|
||||||
|
(use-direction no)
|
||||||
|
(use-tilt no)
|
||||||
|
(use-random no)
|
||||||
|
(use-fade no))
|
||||||
|
(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 no)
|
||||||
|
(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 yes)
|
||||||
|
(use-tilt no)
|
||||||
|
(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
|
61
data/dynamics/Velocity-Tappering.gdyn
Normal file
61
data/dynamics/Velocity-Tappering.gdyn
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# GIMP dynamics file
|
||||||
|
|
||||||
|
(name "Velocity Tappering")
|
||||||
|
(opacity-output
|
||||||
|
(use-pressure no)
|
||||||
|
(use-velocity yes)
|
||||||
|
(use-direction no)
|
||||||
|
(use-tilt no)
|
||||||
|
(use-random no)
|
||||||
|
(use-fade no))
|
||||||
|
(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 no)
|
||||||
|
(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
|
Reference in New Issue
Block a user