View | Details | Raw Unified | Return to bug 252086
Collapse All | Expand All

(-)b/graphics/opentoonz/Makefile (+68 lines)
Added Link Here
1
# Created by: Rozhuk Ivan 2020 <rozhuk.im@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	opentoonz
5
DISTVERSIONPREFIX=v
6
DISTVERSION=	1.4.0.20201221
7
PORTREVISION=	0
8
CATEGORIES=	graphics
9
10
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
11
#PATCHFILES+=	5170aae3.patch:-p3 # cppcheck
12
13
MAINTAINER=	rozhuk.im@gmail.com
14
COMMENT=	Open-source full-featured 2D animation creation software
15
16
LICENSE=	GPLv2+
17
LICENSE_FILE=	${WRKSRC}/../../LICENSE.txt
18
19
BUILD_DEPENDS=	${LOCALBASE}/lib/qt5/bin/qmake:devel/qt5-qmake	\
20
		${LOCALBASE}/lib/qt5/bin/moc:devel/qt5-buildtools
21
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
22
		libpng16.so:graphics/png \
23
		libfreetype.so:print/freetype2 \
24
		libsuperlu.so:math/superlu \
25
		libmypaint.so:graphics/libmypaint
26
RUN_DEPENDS=	${LOCALBASE}/bin/ffprobe:multimedia/ffmpeg
27
28
USES=		cmake:noninja compiler:c++11-lang desktop-file-utils \
29
		qt:5 gl localbase pkgconfig
30
USE_CXXSTD=	c++11
31
USE_GL=		gl glu glut glew
32
USE_QT=		core gui linguisttools multimedia network opengl \
33
		printsupport script svg widgets
34
35
USE_GITHUB=	yes
36
GH_TAGNAME=	6cb7a21e2b5cc88e4d4dcada3bfc38cc9930ee07
37
WRKSRC_SUBDIR=	toonz/sources
38
CMAKE_ARGS=	-DWITH_SYSTEM_LZO:BOOL=ON \
39
		-DWITH_SYSTEM_SUPERLU:BOOL=ON \
40
		-DWITH_STOPMOTION:BOOL=OFF
41
INSTALLS_ICONS=	yes
42
43
OPTIONS_SINGLE=		BLASLIB
44
OPTIONS_SINGLE_BLASLIB=	NETLIB OPENBLAS
45
OPTIONS_DEFAULT=	OPENBLAS
46
47
NETLIB_USES=		blaslapack:netlib
48
NETLIB_VARS=		BLASLIBS="cblas blas"
49
NETLIB_LIB_DEPENDS=	libcblas.so:math/cblas
50
OPENBLAS_USES=		blaslapack:openblas
51
OPENBLAS_VARS=		BLASLIBS="openblas gfortran"
52
53
.include <bsd.port.options.mk>
54
55
.if defined(WITH_DEBUG)
56
CXXFLAGS+=	-DDEBUG -g3 -ggdb
57
.else
58
CXXFLAGS+=	-DNDEBUG
59
.endif
60
61
post-extract:
62
	${FIND} ${WRKSRC}/../../ -name '*.gitkeep' -delete
63
64
post-patch:
65
	@${REINPLACE_CMD} -e "s|find_library(OPENBLAS_LIB NAMES.*|find_library(OPENBLAS_LIB NAMES ${BLASLIBS})|g" \
66
		${WRKSRC}/CMakeLists.txt
67
68
.include <bsd.port.mk>
(-)b/graphics/opentoonz/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1608514186
2
SHA256 (opentoonz-opentoonz-v1.4.0.20201221-6cb7a21e2b5cc88e4d4dcada3bfc38cc9930ee07_GH0.tar.gz) = b88a09a974a4f342c3fc04751bb98becebd7c99d2c85d9882c8ff35859400a3a
3
SIZE (opentoonz-opentoonz-v1.4.0.20201221-6cb7a21e2b5cc88e4d4dcada3bfc38cc9930ee07_GH0.tar.gz) = 53749619
(-)b/graphics/opentoonz/pkg-descr (+6 lines)
Added Link Here
1
OpenToonz is a 2D animation software published by DWANGO.
2
It is based on Toonz Studio Ghibli Version, originally developed in
3
Italy by Digital Video, Inc., and customized by Studio Ghibli over
4
many years of production.
5
6
WWW: https://opentoonz.github.io/e/
(-)b/graphics/opentoonz/pkg-message (+12 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
!!! ATTENTION !!!
6
7
No TIFF support now, set in settings some other image format!
8
SSE2 available only on Windows.
9
10
EOM
11
}
12
]
(-)b/graphics/opentoonz/pkg-plist (+1492 lines)
Added Link Here
1
bin/OpenToonz
2
bin/lzocompress
3
bin/lzodecompress
4
bin/opentoonz
5
bin/tcleanup
6
bin/tcomposer
7
bin/tconverter
8
bin/tfarmcontroller
9
bin/tfarmserver
10
lib/opentoonz/libcolorfx.so
11
lib/opentoonz/libimage.so
12
lib/opentoonz/libsound.so
13
lib/opentoonz/libtfarm.so
14
lib/opentoonz/libtnzbase.so
15
lib/opentoonz/libtnzcore.so
16
lib/opentoonz/libtnzext.so
17
lib/opentoonz/libtnzstdfx.so
18
lib/opentoonz/libtnztools.so
19
lib/opentoonz/libtoonzlib.so
20
lib/opentoonz/libtoonzqt.so
21
share/applications/io.github.OpenToonz.desktop
22
share/icons/hicolor/256x256/apps/io.github.OpenToonz.png
23
share/metainfo/io.github.OpenToonz.appdata.xml
24
%%DATADIR%%/stuff/config/batches.xml
25
%%DATADIR%%/stuff/config/brush.txt
26
%%DATADIR%%/stuff/config/cleanupreslist.txt
27
%%DATADIR%%/stuff/config/current.txt
28
%%DATADIR%%/stuff/config/export-toonz.lua
29
%%DATADIR%%/stuff/config/fdg/fld_10_4mm_acme.fdg
30
%%DATADIR%%/stuff/config/fdg/fld_12_4mm_acme.fdg
31
%%DATADIR%%/stuff/config/fdg/fld_12_acme.fdg
32
%%DATADIR%%/stuff/config/fdg/fld_12_oxbry.fdg
33
%%DATADIR%%/stuff/config/fdg/fld_15_4mm_acme.fdg
34
%%DATADIR%%/stuff/config/fdg/fld_16_acme.fdg
35
%%DATADIR%%/stuff/config/fdg/fld_16_oxbry.fdg
36
%%DATADIR%%/stuff/config/fdg/jpn_cel_film.fdg
37
%%DATADIR%%/stuff/config/fdg/jpn_cel_tv.fdg
38
%%DATADIR%%/stuff/config/loc/Deutsch/colorfx.qm
39
%%DATADIR%%/stuff/config/loc/Deutsch/tnzcore.qm
40
%%DATADIR%%/stuff/config/loc/Deutsch/tnztools.qm
41
%%DATADIR%%/stuff/config/loc/Deutsch/toonz.qm
42
%%DATADIR%%/stuff/config/loc/Deutsch/toonzlib.qm
43
%%DATADIR%%/stuff/config/loc/Deutsch/toonzqt.qm
44
%%DATADIR%%/stuff/config/loc/Español/colorfx.qm
45
%%DATADIR%%/stuff/config/loc/Español/image.qm
46
%%DATADIR%%/stuff/config/loc/Español/tnzcore.qm
47
%%DATADIR%%/stuff/config/loc/Español/tnztools.qm
48
%%DATADIR%%/stuff/config/loc/Español/toonz.qm
49
%%DATADIR%%/stuff/config/loc/Español/toonzlib.qm
50
%%DATADIR%%/stuff/config/loc/Español/toonzqt.qm
51
%%DATADIR%%/stuff/config/loc/Français/colorfx.qm
52
%%DATADIR%%/stuff/config/loc/Français/tnzcore.qm
53
%%DATADIR%%/stuff/config/loc/Français/tnztools.qm
54
%%DATADIR%%/stuff/config/loc/Français/toonz.qm
55
%%DATADIR%%/stuff/config/loc/Français/toonzlib.qm
56
%%DATADIR%%/stuff/config/loc/Français/toonzqt.qm
57
%%DATADIR%%/stuff/config/loc/Italiano/colorfx.qm
58
%%DATADIR%%/stuff/config/loc/Italiano/tnzcore.qm
59
%%DATADIR%%/stuff/config/loc/Italiano/tnztools.qm
60
%%DATADIR%%/stuff/config/loc/Italiano/toonz.qm
61
%%DATADIR%%/stuff/config/loc/Italiano/toonzlib.qm
62
%%DATADIR%%/stuff/config/loc/Italiano/toonzqt.qm
63
%%DATADIR%%/stuff/config/loc/Čeština/colorfx.qm
64
%%DATADIR%%/stuff/config/loc/Čeština/image.qm
65
%%DATADIR%%/stuff/config/loc/Čeština/tnzcore.qm
66
%%DATADIR%%/stuff/config/loc/Čeština/tnztools.qm
67
%%DATADIR%%/stuff/config/loc/Čeština/toonz.qm
68
%%DATADIR%%/stuff/config/loc/Čeština/toonzlib.qm
69
%%DATADIR%%/stuff/config/loc/Čeština/toonzqt.qm
70
%%DATADIR%%/stuff/config/loc/Русский/colorfx.qm
71
%%DATADIR%%/stuff/config/loc/Русский/image.qm
72
%%DATADIR%%/stuff/config/loc/Русский/tnzcore.qm
73
%%DATADIR%%/stuff/config/loc/Русский/tnztools.qm
74
%%DATADIR%%/stuff/config/loc/Русский/toonz.qm
75
%%DATADIR%%/stuff/config/loc/Русский/toonzlib.qm
76
%%DATADIR%%/stuff/config/loc/Русский/toonzqt.qm
77
%%DATADIR%%/stuff/config/loc/中文/colorfx.qm
78
%%DATADIR%%/stuff/config/loc/中文/image.qm
79
%%DATADIR%%/stuff/config/loc/中文/tnzcore.qm
80
%%DATADIR%%/stuff/config/loc/中文/tnztools.qm
81
%%DATADIR%%/stuff/config/loc/中文/toonz.qm
82
%%DATADIR%%/stuff/config/loc/中文/toonzlib.qm
83
%%DATADIR%%/stuff/config/loc/中文/toonzqt.qm
84
%%DATADIR%%/stuff/config/loc/日本語/colorfx.qm
85
%%DATADIR%%/stuff/config/loc/日本語/image.qm
86
%%DATADIR%%/stuff/config/loc/日本語/tnzcore.qm
87
%%DATADIR%%/stuff/config/loc/日本語/tnztools.qm
88
%%DATADIR%%/stuff/config/loc/日本語/toonz.qm
89
%%DATADIR%%/stuff/config/loc/日本語/toonzlib.qm
90
%%DATADIR%%/stuff/config/loc/日本語/toonzqt.qm
91
%%DATADIR%%/stuff/config/loc/한국어/colorfx.qm
92
%%DATADIR%%/stuff/config/loc/한국어/image.qm
93
%%DATADIR%%/stuff/config/loc/한국어/tnzcore.qm
94
%%DATADIR%%/stuff/config/loc/한국어/tnztools.qm
95
%%DATADIR%%/stuff/config/loc/한국어/toonz.qm
96
%%DATADIR%%/stuff/config/loc/한국어/toonzlib.qm
97
%%DATADIR%%/stuff/config/loc/한국어/toonzqt.qm
98
%%DATADIR%%/stuff/config/pap/a3.pap
99
%%DATADIR%%/stuff/config/pap/a4.pap
100
%%DATADIR%%/stuff/config/pap/b4.pap
101
%%DATADIR%%/stuff/config/pap/fld_10.pap
102
%%DATADIR%%/stuff/config/pap/fld_12_a.pap
103
%%DATADIR%%/stuff/config/pap/fld_12_b.pap
104
%%DATADIR%%/stuff/config/pap/fld_15.pap
105
%%DATADIR%%/stuff/config/pap/fld_16_a.pap
106
%%DATADIR%%/stuff/config/pap/fld_16_b.pap
107
%%DATADIR%%/stuff/config/pap/jpn_cel_film.pap
108
%%DATADIR%%/stuff/config/pap/jpn_cel_tv.pap
109
%%DATADIR%%/stuff/config/permissions.xml
110
%%DATADIR%%/stuff/config/qss/Blue/Blue.qss
111
%%DATADIR%%/stuff/config/qss/Dark/Dark.qss
112
%%DATADIR%%/stuff/config/qss/Default/Default.qss
113
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark.svg
114
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark_black.svg
115
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark_disabled.svg
116
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark_disabled_black.svg
117
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially.svg
118
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially_black.svg
119
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially_disabled.svg
120
%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially_disabled_black.svg
121
%%DATADIR%%/stuff/config/qss/Default/imgs/black/combo_downarrow.svg
122
%%DATADIR%%/stuff/config/qss/Default/imgs/black/combo_downarrow_disabled.svg
123
%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipmarker.svg
124
%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipmarker_light.svg
125
%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipslider.svg
126
%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipslider_light.svg
127
%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_prev_eye.svg
128
%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_prev_eye_over.svg
129
%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_table_view.svg
130
%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_table_view_over.svg
131
%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_lock_on.svg
132
%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_lock_on_over.svg
133
%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock.svg
134
%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_on.svg
135
%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_on_over.svg
136
%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_on_small.svg
137
%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_over.svg
138
%%DATADIR%%/stuff/config/qss/Default/imgs/black/preview_small.svg
139
%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_checked.svg
140
%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_checked_disabled.svg
141
%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_unchecked.svg
142
%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_unchecked_disabled.svg
143
%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_unchecked_hover.svg
144
%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_preview_off.svg
145
%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_preview_on.svg
146
%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_table_off.svg
147
%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_table_on.svg
148
%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_table_transp.svg
149
%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-down.svg
150
%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-left.svg
151
%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-right.svg
152
%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-up.svg
153
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove.svg
154
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove_disabled.svg
155
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove_disabled_light.svg
156
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove_light.svg
157
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle.svg
158
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled.svg
159
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled_light.svg
160
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_light.svg
161
%%DATADIR%%/stuff/config/qss/Default/imgs/black/table_small.svg
162
%%DATADIR%%/stuff/config/qss/Default/imgs/black/timeline_config.svg
163
%%DATADIR%%/stuff/config/qss/Default/imgs/black/toolbar_extension_horizontal.png
164
%%DATADIR%%/stuff/config/qss/Default/imgs/black/toolbar_extension_vertical.png
165
%%DATADIR%%/stuff/config/qss/Default/imgs/black/trans_small.svg
166
%%DATADIR%%/stuff/config/qss/Default/imgs/black/treebranch-closed.svg
167
%%DATADIR%%/stuff/config/qss/Default/imgs/black/treebranch-open.svg
168
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_config.svg
169
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_lock_off.svg
170
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_lock_on.svg
171
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_lock_on_small.svg
172
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_prev_eye_off.svg
173
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_prev_eye_on.svg
174
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_table_view_off.svg
175
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_table_view_on.svg
176
%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_table_view_transp.svg
177
%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkmark.svg
178
%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkmark_disabled.svg
179
%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkpartially.svg
180
%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkpartially_disabled.svg
181
%%DATADIR%%/stuff/config/qss/Default/imgs/white/combo_downarrow.svg
182
%%DATADIR%%/stuff/config/qss/Default/imgs/white/combo_downarrow_disabled.svg
183
%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipmarker.svg
184
%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipmarker_dark.svg
185
%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipslider.svg
186
%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipslider_dark.svg
187
%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_prev_eye.svg
188
%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_prev_eye_over.svg
189
%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_table_view.svg
190
%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_table_view_over.svg
191
%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_lock_on.svg
192
%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_lock_on_over.svg
193
%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock.svg
194
%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock_on.svg
195
%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock_on_small.svg
196
%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock_over.svg
197
%%DATADIR%%/stuff/config/qss/Default/imgs/white/preview_small.svg
198
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton-dark_unchecked.svg
199
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton-dark_unchecked_disabled.svg
200
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton-dark_unchecked_hover.svg
201
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_checked.svg
202
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_checked_disabled.svg
203
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_unchecked.svg
204
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_unchecked_disabled.svg
205
%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_unchecked_hover.svg
206
%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_preview_off.svg
207
%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_preview_on.svg
208
%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_table_off.svg
209
%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_table_on.svg
210
%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_table_transp.svg
211
%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-down.svg
212
%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-left.svg
213
%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-right.svg
214
%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-up.svg
215
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove.svg
216
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_dark.svg
217
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_disabled.svg
218
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_disabled_dark.svg
219
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle.svg
220
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle_disabled.svg
221
%%DATADIR%%/stuff/config/qss/Default/imgs/white/table_small.svg
222
%%DATADIR%%/stuff/config/qss/Default/imgs/white/timeline_config.svg
223
%%DATADIR%%/stuff/config/qss/Default/imgs/white/toolbar_extension_horizontal.png
224
%%DATADIR%%/stuff/config/qss/Default/imgs/white/toolbar_extension_vertical.png
225
%%DATADIR%%/stuff/config/qss/Default/imgs/white/trans_small.svg
226
%%DATADIR%%/stuff/config/qss/Default/imgs/white/treebranch-closed.svg
227
%%DATADIR%%/stuff/config/qss/Default/imgs/white/treebranch-open.svg
228
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_config.svg
229
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_lock_off.svg
230
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_lock_on.svg
231
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_lock_on_white.svg
232
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_prev_eye_off.svg
233
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_prev_eye_on.svg
234
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_table_view_off.svg
235
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_table_view_on.svg
236
%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_table_view_transp.svg
237
%%DATADIR%%/stuff/config/qss/Default/less/.vscode/settings.json
238
%%DATADIR%%/stuff/config/qss/Default/less/Default.less
239
%%DATADIR%%/stuff/config/qss/Default/less/base/colors.less
240
%%DATADIR%%/stuff/config/qss/Default/less/base/mixins.less
241
%%DATADIR%%/stuff/config/qss/Default/less/components/all.less
242
%%DATADIR%%/stuff/config/qss/Default/less/components/buttons.less
243
%%DATADIR%%/stuff/config/qss/Default/less/components/frames.less
244
%%DATADIR%%/stuff/config/qss/Default/less/components/icons.less
245
%%DATADIR%%/stuff/config/qss/Default/less/components/tabs.less
246
%%DATADIR%%/stuff/config/qss/Default/less/layouts/all.less
247
%%DATADIR%%/stuff/config/qss/Default/less/layouts/controls.less
248
%%DATADIR%%/stuff/config/qss/Default/less/layouts/filebrowser.less
249
%%DATADIR%%/stuff/config/qss/Default/less/layouts/filmstrip.less
250
%%DATADIR%%/stuff/config/qss/Default/less/layouts/format.less
251
%%DATADIR%%/stuff/config/qss/Default/less/layouts/mainwindow.less
252
%%DATADIR%%/stuff/config/qss/Default/less/layouts/misc.less
253
%%DATADIR%%/stuff/config/qss/Default/less/layouts/palette.less
254
%%DATADIR%%/stuff/config/qss/Default/less/layouts/popups.less
255
%%DATADIR%%/stuff/config/qss/Default/less/layouts/schematic.less
256
%%DATADIR%%/stuff/config/qss/Default/less/layouts/scriptconsole.less
257
%%DATADIR%%/stuff/config/qss/Default/less/layouts/taskviewer.less
258
%%DATADIR%%/stuff/config/qss/Default/less/layouts/toolbar.less
259
%%DATADIR%%/stuff/config/qss/Default/less/layouts/viewer.less
260
%%DATADIR%%/stuff/config/qss/Default/less/layouts/xsheet.less
261
%%DATADIR%%/stuff/config/qss/Default/less/main.less
262
%%DATADIR%%/stuff/config/qss/Default/less/themes/Blue.less
263
%%DATADIR%%/stuff/config/qss/Default/less/themes/Dark.less
264
%%DATADIR%%/stuff/config/qss/Default/less/themes/Light.less
265
%%DATADIR%%/stuff/config/qss/Default/less/themes/Neutral.less
266
%%DATADIR%%/stuff/config/qss/Light/Light.qss
267
%%DATADIR%%/stuff/config/qss/Neutral/Neutral.qss
268
%%DATADIR%%/stuff/config/reslist.txt
269
%%DATADIR%%/stuff/config/safearea.ini
270
%%DATADIR%%/stuff/config/versioncontrol.xml
271
%%DATADIR%%/stuff/doc/AddIno.pdf
272
%%DATADIR%%/stuff/doc/BlurIno.pdf
273
%%DATADIR%%/stuff/doc/BokehIwa.html
274
%%DATADIR%%/stuff/doc/BokehRefIwa.html
275
%%DATADIR%%/stuff/doc/ChannelSelectorIno.pdf
276
%%DATADIR%%/stuff/doc/ColorBurnIno.pdf
277
%%DATADIR%%/stuff/doc/ColorDodgeIno.pdf
278
%%DATADIR%%/stuff/doc/CrossDissolveIno.pdf
279
%%DATADIR%%/stuff/doc/DarkenIno.pdf
280
%%DATADIR%%/stuff/doc/DarkerColorIno.pdf
281
%%DATADIR%%/stuff/doc/DensityIno.pdf
282
%%DATADIR%%/stuff/doc/DivideIno.pdf
283
%%DATADIR%%/stuff/doc/FogIno.pdf
284
%%DATADIR%%/stuff/doc/HLSAddIno.pdf
285
%%DATADIR%%/stuff/doc/HLSAdjustIno.pdf
286
%%DATADIR%%/stuff/doc/HLSNoiseIno.pdf
287
%%DATADIR%%/stuff/doc/HSVAddIno.pdf
288
%%DATADIR%%/stuff/doc/HSVAdjustIno.pdf
289
%%DATADIR%%/stuff/doc/HSVNoiseIno.pdf
290
%%DATADIR%%/stuff/doc/HardLightIno.pdf
291
%%DATADIR%%/stuff/doc/HardMixIno.pdf
292
%%DATADIR%%/stuff/doc/LICENSE/LICENSE.txt
293
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_boost.txt
294
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_dwango.txt
295
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_glew.txt
296
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_gotoblas.txt
297
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_kissfft.txt
298
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_libjpeg-turbo.txt
299
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_libjpeg.txt
300
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_libtiff.txt
301
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_lz4.txt
302
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_openblas.txt
303
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_opencv.txt
304
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_qt.txt
305
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_superlu.txt
306
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_winink.txt
307
%%DATADIR%%/stuff/doc/LevelAutoIno.pdf
308
%%DATADIR%%/stuff/doc/LevelMasterIno.pdf
309
%%DATADIR%%/stuff/doc/LevelRGBAIno.pdf
310
%%DATADIR%%/stuff/doc/LightenIno.pdf
311
%%DATADIR%%/stuff/doc/LighterColorIno.pdf
312
%%DATADIR%%/stuff/doc/LinearBurnIno.pdf
313
%%DATADIR%%/stuff/doc/LinearDodgeIno.pdf
314
%%DATADIR%%/stuff/doc/LinearLightIno.pdf
315
%%DATADIR%%/stuff/doc/MaxMinIno.pdf
316
%%DATADIR%%/stuff/doc/MedianIno.pdf
317
%%DATADIR%%/stuff/doc/MotionBlurIno.pdf
318
%%DATADIR%%/stuff/doc/MotionBlurIwa.html
319
%%DATADIR%%/stuff/doc/MotionWindIno.pdf
320
%%DATADIR%%/stuff/doc/MultiplyIno.pdf
321
%%DATADIR%%/stuff/doc/NegateIno.pdf
322
%%DATADIR%%/stuff/doc/OverIno.pdf
323
%%DATADIR%%/stuff/doc/OverlayIno.pdf
324
%%DATADIR%%/stuff/doc/PNCloudsIno.pdf
325
%%DATADIR%%/stuff/doc/PNPerspectiveIwa.html
326
%%DATADIR%%/stuff/doc/PerspectiveDistortIwa.html
327
%%DATADIR%%/stuff/doc/PinLightIno.pdf
328
%%DATADIR%%/stuff/doc/RadialBlurIno.pdf
329
%%DATADIR%%/stuff/doc/ScreenIno.pdf
330
%%DATADIR%%/stuff/doc/SoftLightIno.pdf
331
%%DATADIR%%/stuff/doc/SpectrumIwa.html
332
%%DATADIR%%/stuff/doc/SpinBlurIno.pdf
333
%%DATADIR%%/stuff/doc/SubtractIno.pdf
334
%%DATADIR%%/stuff/doc/TileIwa.html
335
%%DATADIR%%/stuff/doc/VividLightIno.pdf
336
%%DATADIR%%/stuff/doc/WarpHVIno.pdf
337
%%DATADIR%%/stuff/doc/español/AddIno.pdf
338
%%DATADIR%%/stuff/doc/español/BlurIno.pdf
339
%%DATADIR%%/stuff/doc/español/BokehIwa.html
340
%%DATADIR%%/stuff/doc/español/BokehRefIwa.html
341
%%DATADIR%%/stuff/doc/español/ChannelSelectorIno.pdf
342
%%DATADIR%%/stuff/doc/español/ColorBurnIno.pdf
343
%%DATADIR%%/stuff/doc/español/ColorDodgeIno.pdf
344
%%DATADIR%%/stuff/doc/español/CrossDissolveIno.pdf
345
%%DATADIR%%/stuff/doc/español/DarkenIno.pdf
346
%%DATADIR%%/stuff/doc/español/DarkerColorIno.pdf
347
%%DATADIR%%/stuff/doc/español/DensityIno.pdf
348
%%DATADIR%%/stuff/doc/español/DivideIno.pdf
349
%%DATADIR%%/stuff/doc/español/FogIno.pdf
350
%%DATADIR%%/stuff/doc/español/HLSAddIno.pdf
351
%%DATADIR%%/stuff/doc/español/HLSAdjustIno.pdf
352
%%DATADIR%%/stuff/doc/español/HLSNoiseIno.pdf
353
%%DATADIR%%/stuff/doc/español/HSVAddIno.pdf
354
%%DATADIR%%/stuff/doc/español/HSVAdjustIno.pdf
355
%%DATADIR%%/stuff/doc/español/HSVNoiseIno.pdf
356
%%DATADIR%%/stuff/doc/español/HardLightIno.pdf
357
%%DATADIR%%/stuff/doc/español/HardMixIno.pdf
358
%%DATADIR%%/stuff/doc/español/LevelAutoIno.pdf
359
%%DATADIR%%/stuff/doc/español/LevelMasterIno.pdf
360
%%DATADIR%%/stuff/doc/español/LevelRGBAIno.pdf
361
%%DATADIR%%/stuff/doc/español/LightenIno.pdf
362
%%DATADIR%%/stuff/doc/español/LighterColorIno.pdf
363
%%DATADIR%%/stuff/doc/español/LinearBurnIno.pdf
364
%%DATADIR%%/stuff/doc/español/LinearDodgeIno.pdf
365
%%DATADIR%%/stuff/doc/español/LinearLightIno.pdf
366
%%DATADIR%%/stuff/doc/español/MaxMinIno.pdf
367
%%DATADIR%%/stuff/doc/español/MedianIno.pdf
368
%%DATADIR%%/stuff/doc/español/MotionBlurIno.pdf
369
%%DATADIR%%/stuff/doc/español/MotionBlurIwa.html
370
%%DATADIR%%/stuff/doc/español/MotionWindIno.pdf
371
%%DATADIR%%/stuff/doc/español/MultiplyIno.pdf
372
%%DATADIR%%/stuff/doc/español/NegateIno.pdf
373
%%DATADIR%%/stuff/doc/español/OverIno.pdf
374
%%DATADIR%%/stuff/doc/español/OverlayIno.pdf
375
%%DATADIR%%/stuff/doc/español/PNCloudsIno.pdf
376
%%DATADIR%%/stuff/doc/español/PNPerspectiveIwa.html
377
%%DATADIR%%/stuff/doc/español/PerspectiveDistortIwa.html
378
%%DATADIR%%/stuff/doc/español/PinLightIno.pdf
379
%%DATADIR%%/stuff/doc/español/RadialBlurIno.pdf
380
%%DATADIR%%/stuff/doc/español/ScreenIno.pdf
381
%%DATADIR%%/stuff/doc/español/SoftLightIno.pdf
382
%%DATADIR%%/stuff/doc/español/SpectrumIwa.html
383
%%DATADIR%%/stuff/doc/español/SpinBlurIno.pdf
384
%%DATADIR%%/stuff/doc/español/SubtractIno.pdf
385
%%DATADIR%%/stuff/doc/español/TileIwa.html
386
%%DATADIR%%/stuff/doc/español/VividLightIno.pdf
387
%%DATADIR%%/stuff/doc/español/WarpHVIno.pdf
388
%%DATADIR%%/stuff/doc/español/img/fx_iwa_bokeh.png
389
%%DATADIR%%/stuff/doc/español/img/fx_iwa_bokeh_ref.png
390
%%DATADIR%%/stuff/doc/español/img/fx_iwa_motionblur.png
391
%%DATADIR%%/stuff/doc/español/img/fx_iwa_perspective_distort.png
392
%%DATADIR%%/stuff/doc/español/img/fx_iwa_pn_perspective.png
393
%%DATADIR%%/stuff/doc/español/img/fx_iwa_spectrum.png
394
%%DATADIR%%/stuff/doc/español/img/fx_iwa_tile.png
395
%%DATADIR%%/stuff/doc/español/img/motionblur.png
396
%%DATADIR%%/stuff/doc/español/img/perspective_distort.png
397
%%DATADIR%%/stuff/doc/español/particlesFx.html
398
%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh.png
399
%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh_ref.png
400
%%DATADIR%%/stuff/doc/img/fx_iwa_motionblur.png
401
%%DATADIR%%/stuff/doc/img/fx_iwa_perspective_distort.png
402
%%DATADIR%%/stuff/doc/img/fx_iwa_pn_perspective.png
403
%%DATADIR%%/stuff/doc/img/fx_iwa_spectrum.png
404
%%DATADIR%%/stuff/doc/img/fx_iwa_tile.png
405
%%DATADIR%%/stuff/doc/img/motionblur.png
406
%%DATADIR%%/stuff/doc/img/perspective_distort.png
407
%%DATADIR%%/stuff/doc/particlesFx.html
408
%%DATADIR%%/stuff/doc/日本語/AddIno.pdf
409
%%DATADIR%%/stuff/doc/日本語/BlurIno.pdf
410
%%DATADIR%%/stuff/doc/日本語/BokehIwa.html
411
%%DATADIR%%/stuff/doc/日本語/BokehRefIwa.html
412
%%DATADIR%%/stuff/doc/日本語/ChannelSelectorIno.pdf
413
%%DATADIR%%/stuff/doc/日本語/ColorBurnIno.pdf
414
%%DATADIR%%/stuff/doc/日本語/ColorDodgeIno.pdf
415
%%DATADIR%%/stuff/doc/日本語/CrossDissolveIno.pdf
416
%%DATADIR%%/stuff/doc/日本語/DarkenIno.pdf
417
%%DATADIR%%/stuff/doc/日本語/DarkerColorIno.pdf
418
%%DATADIR%%/stuff/doc/日本語/DensityIno.pdf
419
%%DATADIR%%/stuff/doc/日本語/DivideIno.pdf
420
%%DATADIR%%/stuff/doc/日本語/FogIno.pdf
421
%%DATADIR%%/stuff/doc/日本語/HLSAddIno.pdf
422
%%DATADIR%%/stuff/doc/日本語/HLSAdjustIno.pdf
423
%%DATADIR%%/stuff/doc/日本語/HLSNoiseIno.pdf
424
%%DATADIR%%/stuff/doc/日本語/HSVAddIno.pdf
425
%%DATADIR%%/stuff/doc/日本語/HSVAdjustIno.pdf
426
%%DATADIR%%/stuff/doc/日本語/HSVNoiseIno.pdf
427
%%DATADIR%%/stuff/doc/日本語/HardLightIno.pdf
428
%%DATADIR%%/stuff/doc/日本語/HardMixIno.pdf
429
%%DATADIR%%/stuff/doc/日本語/LevelAutoIno.pdf
430
%%DATADIR%%/stuff/doc/日本語/LevelMasterIno.pdf
431
%%DATADIR%%/stuff/doc/日本語/LevelRGBAIno.pdf
432
%%DATADIR%%/stuff/doc/日本語/LightenIno.pdf
433
%%DATADIR%%/stuff/doc/日本語/LighterColorIno.pdf
434
%%DATADIR%%/stuff/doc/日本語/LinearBurnIno.pdf
435
%%DATADIR%%/stuff/doc/日本語/LinearDodgeIno.pdf
436
%%DATADIR%%/stuff/doc/日本語/LinearLightIno.pdf
437
%%DATADIR%%/stuff/doc/日本語/MaxMinIno.pdf
438
%%DATADIR%%/stuff/doc/日本語/MedianIno.pdf
439
%%DATADIR%%/stuff/doc/日本語/MotionBlurIno.pdf
440
%%DATADIR%%/stuff/doc/日本語/MotionBlurIwa.html
441
%%DATADIR%%/stuff/doc/日本語/MotionWindIno.pdf
442
%%DATADIR%%/stuff/doc/日本語/MultiplyIno.pdf
443
%%DATADIR%%/stuff/doc/日本語/NegateIno.pdf
444
%%DATADIR%%/stuff/doc/日本語/OverIno.pdf
445
%%DATADIR%%/stuff/doc/日本語/OverlayIno.pdf
446
%%DATADIR%%/stuff/doc/日本語/PNCloudsIno.pdf
447
%%DATADIR%%/stuff/doc/日本語/PNPerspectiveIwa.html
448
%%DATADIR%%/stuff/doc/日本語/PerspectiveDistortIwa.html
449
%%DATADIR%%/stuff/doc/日本語/PinLightIno.pdf
450
%%DATADIR%%/stuff/doc/日本語/RadialBlurIno.pdf
451
%%DATADIR%%/stuff/doc/日本語/ScreenIno.pdf
452
%%DATADIR%%/stuff/doc/日本語/SoftLightIno.pdf
453
%%DATADIR%%/stuff/doc/日本語/SpectrumIwa.html
454
%%DATADIR%%/stuff/doc/日本語/SpinBlurIno.pdf
455
%%DATADIR%%/stuff/doc/日本語/SubtractIno.pdf
456
%%DATADIR%%/stuff/doc/日本語/TileIwa.html
457
%%DATADIR%%/stuff/doc/日本語/VividLightIno.pdf
458
%%DATADIR%%/stuff/doc/日本語/WarpHVIno.pdf
459
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh.png
460
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh_ref.png
461
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_motionblur.png
462
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_perspective_distort.png
463
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_pn_perspective.png
464
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_spectrum.png
465
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_tile.png
466
%%DATADIR%%/stuff/doc/日本語/img/motionblur.png
467
%%DATADIR%%/stuff/doc/日本語/img/perspective_distort.png
468
%%DATADIR%%/stuff/doc/日本語/particlesFx.html
469
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Bubbles.fx
470
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Falling leaves.fx
471
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Falling snow.fx
472
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Fireworks.fx
473
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Grass.fx
474
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Rain.fx
475
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Smoke.fx
476
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Spot smoke.fx
477
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Starfield.fx
478
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Steam.fx
479
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Trail smoke.fx
480
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Water bubbles.fx
481
%%DATADIR%%/stuff/library/clapperboards/images/board1.png
482
%%DATADIR%%/stuff/library/clapperboards/preset_sample.clapperboard
483
%%DATADIR%%/stuff/library/custom styles/Arc.0001.png
484
%%DATADIR%%/stuff/library/custom styles/Arc.0002.png
485
%%DATADIR%%/stuff/library/custom styles/Arc.0003.png
486
%%DATADIR%%/stuff/library/custom styles/Ball.0001.png
487
%%DATADIR%%/stuff/library/custom styles/Ball.0002.png
488
%%DATADIR%%/stuff/library/custom styles/Ball.0003.png
489
%%DATADIR%%/stuff/library/custom styles/Bow.0001.png
490
%%DATADIR%%/stuff/library/custom styles/Bow.0002.png
491
%%DATADIR%%/stuff/library/custom styles/Bow.0003.png
492
%%DATADIR%%/stuff/library/custom styles/Brush.0001.png
493
%%DATADIR%%/stuff/library/custom styles/Brush.0002.png
494
%%DATADIR%%/stuff/library/custom styles/Brush.0003.png
495
%%DATADIR%%/stuff/library/custom styles/Brush2.0001.png
496
%%DATADIR%%/stuff/library/custom styles/Brush2.0002.png
497
%%DATADIR%%/stuff/library/custom styles/Brush2.0003.png
498
%%DATADIR%%/stuff/library/custom styles/Brush2.0004.png
499
%%DATADIR%%/stuff/library/custom styles/Candy.0001.png
500
%%DATADIR%%/stuff/library/custom styles/Candy.0002.png
501
%%DATADIR%%/stuff/library/custom styles/Candy.0003.png
502
%%DATADIR%%/stuff/library/custom styles/Chick.0001.png
503
%%DATADIR%%/stuff/library/custom styles/Chick.0002.png
504
%%DATADIR%%/stuff/library/custom styles/Chick.0003.png
505
%%DATADIR%%/stuff/library/custom styles/Dog.0001.png
506
%%DATADIR%%/stuff/library/custom styles/Dog.0002.png
507
%%DATADIR%%/stuff/library/custom styles/Dog.0003.png
508
%%DATADIR%%/stuff/library/custom styles/Dog.0004.png
509
%%DATADIR%%/stuff/library/custom styles/Fish2.0001.png
510
%%DATADIR%%/stuff/library/custom styles/Fish2.0002.png
511
%%DATADIR%%/stuff/library/custom styles/Fish2.0003.png
512
%%DATADIR%%/stuff/library/custom styles/Fish3.0001.png
513
%%DATADIR%%/stuff/library/custom styles/Fish3.0002.png
514
%%DATADIR%%/stuff/library/custom styles/Fish3.0003.png
515
%%DATADIR%%/stuff/library/custom styles/Fishbone.0001.png
516
%%DATADIR%%/stuff/library/custom styles/Fishbone.0002.png
517
%%DATADIR%%/stuff/library/custom styles/Fishbone.0003.png
518
%%DATADIR%%/stuff/library/custom styles/Frame.0001.png
519
%%DATADIR%%/stuff/library/custom styles/Frame.0002.png
520
%%DATADIR%%/stuff/library/custom styles/Frame.0003.png
521
%%DATADIR%%/stuff/library/custom styles/Fruit.0001.png
522
%%DATADIR%%/stuff/library/custom styles/Fruit.0002.png
523
%%DATADIR%%/stuff/library/custom styles/Fruit.0003.png
524
%%DATADIR%%/stuff/library/custom styles/Icecream.0001.png
525
%%DATADIR%%/stuff/library/custom styles/Icecream.0002.png
526
%%DATADIR%%/stuff/library/custom styles/Icecream.0003.png
527
%%DATADIR%%/stuff/library/custom styles/Icecream.0004.png
528
%%DATADIR%%/stuff/library/custom styles/Ladybird.0001.png
529
%%DATADIR%%/stuff/library/custom styles/Ladybird.0002.png
530
%%DATADIR%%/stuff/library/custom styles/Ladybird.0003.png
531
%%DATADIR%%/stuff/library/custom styles/Leaf2.0001.png
532
%%DATADIR%%/stuff/library/custom styles/Leaf2.0002.png
533
%%DATADIR%%/stuff/library/custom styles/Leaf2.0003.png
534
%%DATADIR%%/stuff/library/custom styles/Leaf2.0004.png
535
%%DATADIR%%/stuff/library/custom styles/Nail.0001.png
536
%%DATADIR%%/stuff/library/custom styles/Nail.0002.png
537
%%DATADIR%%/stuff/library/custom styles/Nail.0003.png
538
%%DATADIR%%/stuff/library/custom styles/Orange.0001.png
539
%%DATADIR%%/stuff/library/custom styles/Orange.0002.png
540
%%DATADIR%%/stuff/library/custom styles/Orange.0003.png
541
%%DATADIR%%/stuff/library/custom styles/Orange.0004.png
542
%%DATADIR%%/stuff/library/custom styles/Pencil.0001.png
543
%%DATADIR%%/stuff/library/custom styles/Pencil.0002.png
544
%%DATADIR%%/stuff/library/custom styles/Pencil.0003.png
545
%%DATADIR%%/stuff/library/custom styles/Pencil.0004.png
546
%%DATADIR%%/stuff/library/custom styles/Spring.0001.png
547
%%DATADIR%%/stuff/library/custom styles/Spring.0002.png
548
%%DATADIR%%/stuff/library/custom styles/Spring.0003.png
549
%%DATADIR%%/stuff/library/custom styles/Spring.0004.png
550
%%DATADIR%%/stuff/library/custom styles/Sunflower.0001.png
551
%%DATADIR%%/stuff/library/custom styles/Sunflower.0002.png
552
%%DATADIR%%/stuff/library/custom styles/Sunflower.0003.png
553
%%DATADIR%%/stuff/library/custom styles/Umbrella.0001.png
554
%%DATADIR%%/stuff/library/custom styles/Umbrella.0002.png
555
%%DATADIR%%/stuff/library/custom styles/Umbrella.0003.png
556
%%DATADIR%%/stuff/library/custom styles/Umbrella.0004.png
557
%%DATADIR%%/stuff/library/custom styles/ant.pli
558
%%DATADIR%%/stuff/library/custom styles/atta.0001.png
559
%%DATADIR%%/stuff/library/custom styles/atta.0002.png
560
%%DATADIR%%/stuff/library/custom styles/atta.0003.png
561
%%DATADIR%%/stuff/library/custom styles/atta.0004.png
562
%%DATADIR%%/stuff/library/custom styles/atta.0005.png
563
%%DATADIR%%/stuff/library/custom styles/atta.0006.png
564
%%DATADIR%%/stuff/library/custom styles/atta.pli
565
%%DATADIR%%/stuff/library/custom styles/ball.pli
566
%%DATADIR%%/stuff/library/custom styles/bell.pli
567
%%DATADIR%%/stuff/library/custom styles/big_.pli
568
%%DATADIR%%/stuff/library/custom styles/bubb.pli
569
%%DATADIR%%/stuff/library/custom styles/bubb2.0001.png
570
%%DATADIR%%/stuff/library/custom styles/bubb2.0002.png
571
%%DATADIR%%/stuff/library/custom styles/bubb2.0003.png
572
%%DATADIR%%/stuff/library/custom styles/bubb2.0004.png
573
%%DATADIR%%/stuff/library/custom styles/bubb2.0005.png
574
%%DATADIR%%/stuff/library/custom styles/bubb2.0006.png
575
%%DATADIR%%/stuff/library/custom styles/bubb2.0007.png
576
%%DATADIR%%/stuff/library/custom styles/bubb2.0008.png
577
%%DATADIR%%/stuff/library/custom styles/bubb2.0009.png
578
%%DATADIR%%/stuff/library/custom styles/bubb2.0010.png
579
%%DATADIR%%/stuff/library/custom styles/bubb2.pli
580
%%DATADIR%%/stuff/library/custom styles/clou.pli
581
%%DATADIR%%/stuff/library/custom styles/curl.pli
582
%%DATADIR%%/stuff/library/custom styles/domino.0001.png
583
%%DATADIR%%/stuff/library/custom styles/domino.0002.png
584
%%DATADIR%%/stuff/library/custom styles/domino.0003.png
585
%%DATADIR%%/stuff/library/custom styles/domino.0004.png
586
%%DATADIR%%/stuff/library/custom styles/domino.pli
587
%%DATADIR%%/stuff/library/custom styles/dots.pli
588
%%DATADIR%%/stuff/library/custom styles/feat.pli
589
%%DATADIR%%/stuff/library/custom styles/fish.pli
590
%%DATADIR%%/stuff/library/custom styles/flow.0001.png
591
%%DATADIR%%/stuff/library/custom styles/flow.0002.png
592
%%DATADIR%%/stuff/library/custom styles/flow.0003.png
593
%%DATADIR%%/stuff/library/custom styles/flow.0004.png
594
%%DATADIR%%/stuff/library/custom styles/flow.pli
595
%%DATADIR%%/stuff/library/custom styles/flow3.0001.png
596
%%DATADIR%%/stuff/library/custom styles/flow3.0002.png
597
%%DATADIR%%/stuff/library/custom styles/flow3.0003.png
598
%%DATADIR%%/stuff/library/custom styles/flow3.0004.png
599
%%DATADIR%%/stuff/library/custom styles/flow3.pli
600
%%DATADIR%%/stuff/library/custom styles/flow4.0001.png
601
%%DATADIR%%/stuff/library/custom styles/flow4.0002.png
602
%%DATADIR%%/stuff/library/custom styles/flow4.0003.png
603
%%DATADIR%%/stuff/library/custom styles/flow4.pli
604
%%DATADIR%%/stuff/library/custom styles/flower.pli
605
%%DATADIR%%/stuff/library/custom styles/foot.pli
606
%%DATADIR%%/stuff/library/custom styles/grai.pli
607
%%DATADIR%%/stuff/library/custom styles/gras.pli
608
%%DATADIR%%/stuff/library/custom styles/gutt.pli
609
%%DATADIR%%/stuff/library/custom styles/half.0001.png
610
%%DATADIR%%/stuff/library/custom styles/half.0002.png
611
%%DATADIR%%/stuff/library/custom styles/half.pli
612
%%DATADIR%%/stuff/library/custom styles/hedg.0001.png
613
%%DATADIR%%/stuff/library/custom styles/hedg.0002.png
614
%%DATADIR%%/stuff/library/custom styles/hedg.0003.png
615
%%DATADIR%%/stuff/library/custom styles/hedg.0004.png
616
%%DATADIR%%/stuff/library/custom styles/hedg.0005.png
617
%%DATADIR%%/stuff/library/custom styles/hedg.0006.png
618
%%DATADIR%%/stuff/library/custom styles/hedg.pli
619
%%DATADIR%%/stuff/library/custom styles/hook.pli
620
%%DATADIR%%/stuff/library/custom styles/ink.pli
621
%%DATADIR%%/stuff/library/custom styles/leaf.pli
622
%%DATADIR%%/stuff/library/custom styles/myra.pli
623
%%DATADIR%%/stuff/library/custom styles/pansee.pli
624
%%DATADIR%%/stuff/library/custom styles/pare.0001.png
625
%%DATADIR%%/stuff/library/custom styles/pare.0002.png
626
%%DATADIR%%/stuff/library/custom styles/pare.pli
627
%%DATADIR%%/stuff/library/custom styles/pare2.0001.png
628
%%DATADIR%%/stuff/library/custom styles/pare2.0002.png
629
%%DATADIR%%/stuff/library/custom styles/pare2.pli
630
%%DATADIR%%/stuff/library/custom styles/plum.pli
631
%%DATADIR%%/stuff/library/custom styles/rain.pli
632
%%DATADIR%%/stuff/library/custom styles/rice.0001.png
633
%%DATADIR%%/stuff/library/custom styles/rice.0002.png
634
%%DATADIR%%/stuff/library/custom styles/rice.0003.png
635
%%DATADIR%%/stuff/library/custom styles/rice.0004.png
636
%%DATADIR%%/stuff/library/custom styles/rice.0005.png
637
%%DATADIR%%/stuff/library/custom styles/rice.0006.png
638
%%DATADIR%%/stuff/library/custom styles/rice.0007.png
639
%%DATADIR%%/stuff/library/custom styles/rice.pli
640
%%DATADIR%%/stuff/library/custom styles/sang.pli
641
%%DATADIR%%/stuff/library/custom styles/scal.pli
642
%%DATADIR%%/stuff/library/custom styles/scho.pli
643
%%DATADIR%%/stuff/library/custom styles/sign.pli
644
%%DATADIR%%/stuff/library/custom styles/stai.0001.png
645
%%DATADIR%%/stuff/library/custom styles/stai.0002.png
646
%%DATADIR%%/stuff/library/custom styles/stai.0003.png
647
%%DATADIR%%/stuff/library/custom styles/stai.0004.png
648
%%DATADIR%%/stuff/library/custom styles/stai.pli
649
%%DATADIR%%/stuff/library/custom styles/star.0001.png
650
%%DATADIR%%/stuff/library/custom styles/star.0002.png
651
%%DATADIR%%/stuff/library/custom styles/star.0003.png
652
%%DATADIR%%/stuff/library/custom styles/star.0004.png
653
%%DATADIR%%/stuff/library/custom styles/star.0005.png
654
%%DATADIR%%/stuff/library/custom styles/star.0006.png
655
%%DATADIR%%/stuff/library/custom styles/star.0007.png
656
%%DATADIR%%/stuff/library/custom styles/star.0008.png
657
%%DATADIR%%/stuff/library/custom styles/star.0009.png
658
%%DATADIR%%/stuff/library/custom styles/star.pli
659
%%DATADIR%%/stuff/library/custom styles/thor.pli
660
%%DATADIR%%/stuff/library/custom styles/thor2.pli
661
%%DATADIR%%/stuff/library/custom styles/wave.pli
662
%%DATADIR%%/stuff/library/custom styles/wave2.pli
663
%%DATADIR%%/stuff/library/mypaint brushes/Licenses.txt
664
%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint.myb
665
%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint_prev.png
666
%%DATADIR%%/stuff/library/mypaint brushes/classic/blending_knife.myb
667
%%DATADIR%%/stuff/library/mypaint brushes/classic/blending_knife_prev.png
668
%%DATADIR%%/stuff/library/mypaint brushes/classic/blur.myb
669
%%DATADIR%%/stuff/library/mypaint brushes/classic/blur_prev.png
670
%%DATADIR%%/stuff/library/mypaint brushes/classic/brush.myb
671
%%DATADIR%%/stuff/library/mypaint brushes/classic/brush_prev.png
672
%%DATADIR%%/stuff/library/mypaint brushes/classic/bulk.myb
673
%%DATADIR%%/stuff/library/mypaint brushes/classic/bulk_prev.png
674
%%DATADIR%%/stuff/library/mypaint brushes/classic/calligraphy.myb
675
%%DATADIR%%/stuff/library/mypaint brushes/classic/calligraphy_prev.png
676
%%DATADIR%%/stuff/library/mypaint brushes/classic/charcoal.myb
677
%%DATADIR%%/stuff/library/mypaint brushes/classic/charcoal_prev.png
678
%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_1.myb
679
%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_1_prev.png
680
%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_2.myb
681
%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_2_prev.png
682
%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_3.myb
683
%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_3_prev.png
684
%%DATADIR%%/stuff/library/mypaint brushes/classic/dry_brush.myb
685
%%DATADIR%%/stuff/library/mypaint brushes/classic/dry_brush_prev.png
686
%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_blending.myb
687
%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_blending_prev.png
688
%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_details.myb
689
%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_details_prev.png
690
%%DATADIR%%/stuff/library/mypaint brushes/classic/impressionism.myb
691
%%DATADIR%%/stuff/library/mypaint brushes/classic/impressionism_prev.png
692
%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_blot.myb
693
%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_blot_prev.png
694
%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_eraser.myb
695
%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_eraser_prev.png
696
%%DATADIR%%/stuff/library/mypaint brushes/classic/kabura.myb
697
%%DATADIR%%/stuff/library/mypaint brushes/classic/kabura_prev.png
698
%%DATADIR%%/stuff/library/mypaint brushes/classic/knife.myb
699
%%DATADIR%%/stuff/library/mypaint brushes/classic/knife_prev.png
700
%%DATADIR%%/stuff/library/mypaint brushes/classic/long_grass.myb
701
%%DATADIR%%/stuff/library/mypaint brushes/classic/long_grass_prev.png
702
%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_fat.myb
703
%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_fat_prev.png
704
%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_small.myb
705
%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_small_prev.png
706
%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling.myb
707
%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling2.myb
708
%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling2_prev.png
709
%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling_prev.png
710
%%DATADIR%%/stuff/library/mypaint brushes/classic/pen.myb
711
%%DATADIR%%/stuff/library/mypaint brushes/classic/pen_prev.png
712
%%DATADIR%%/stuff/library/mypaint brushes/classic/pencil.myb
713
%%DATADIR%%/stuff/library/mypaint brushes/classic/pencil_prev.png
714
%%DATADIR%%/stuff/library/mypaint brushes/classic/pointy_ink.myb
715
%%DATADIR%%/stuff/library/mypaint brushes/classic/pointy_ink_prev.png
716
%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism.myb
717
%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism2.myb
718
%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism2_prev.png
719
%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism_prev.png
720
%%DATADIR%%/stuff/library/mypaint brushes/classic/rounded.myb
721
%%DATADIR%%/stuff/library/mypaint brushes/classic/rounded_prev.png
722
%%DATADIR%%/stuff/library/mypaint brushes/classic/short_grass.myb
723
%%DATADIR%%/stuff/library/mypaint brushes/classic/short_grass_prev.png
724
%%DATADIR%%/stuff/library/mypaint brushes/classic/slow_ink.myb
725
%%DATADIR%%/stuff/library/mypaint brushes/classic/slow_ink_prev.png
726
%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge+paint.myb
727
%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge+paint_prev.png
728
%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge.myb
729
%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge_prev.png
730
%%DATADIR%%/stuff/library/mypaint brushes/classic/textured_ink.myb
731
%%DATADIR%%/stuff/library/mypaint brushes/classic/textured_ink_prev.png
732
%%DATADIR%%/stuff/library/mypaint brushes/classic/wet_knife.myb
733
%%DATADIR%%/stuff/library/mypaint brushes/classic/wet_knife_prev.png
734
%%DATADIR%%/stuff/library/mypaint brushes/deevad/2B_pencil.myb
735
%%DATADIR%%/stuff/library/mypaint brushes/deevad/2B_pencil_prev.png
736
%%DATADIR%%/stuff/library/mypaint brushes/deevad/4H_pencil.myb
737
%%DATADIR%%/stuff/library/mypaint brushes/deevad/4H_pencil_prev.png
738
%%DATADIR%%/stuff/library/mypaint brushes/deevad/airbrush.myb
739
%%DATADIR%%/stuff/library/mypaint brushes/deevad/airbrush_prev.png
740
%%DATADIR%%/stuff/library/mypaint brushes/deevad/ballpen.myb
741
%%DATADIR%%/stuff/library/mypaint brushes/deevad/ballpen_prev.png
742
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush.myb
743
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush_prev.png
744
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush_smudging.myb
745
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush_smudging_prev.png
746
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife.myb
747
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife_prev.png
748
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife_smudging.myb
749
%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife_smudging_prev.png
750
%%DATADIR%%/stuff/library/mypaint brushes/deevad/blending.myb
751
%%DATADIR%%/stuff/library/mypaint brushes/deevad/blending_prev.png
752
%%DATADIR%%/stuff/library/mypaint brushes/deevad/brush.myb
753
%%DATADIR%%/stuff/library/mypaint brushes/deevad/brush_prev.png
754
%%DATADIR%%/stuff/library/mypaint brushes/deevad/chalk.myb
755
%%DATADIR%%/stuff/library/mypaint brushes/deevad/chalk_prev.png
756
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large.myb
757
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large_glazing.myb
758
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large_glazing_prev.png
759
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large_prev.png
760
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin.myb
761
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin_glazing.myb
762
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin_glazing_prev.png
763
%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin_prev.png
764
%%DATADIR%%/stuff/library/mypaint brushes/deevad/fill.myb
765
%%DATADIR%%/stuff/library/mypaint brushes/deevad/fill_prev.png
766
%%DATADIR%%/stuff/library/mypaint brushes/deevad/grainy_blending.myb
767
%%DATADIR%%/stuff/library/mypaint brushes/deevad/grainy_blending_prev.png
768
%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser.myb
769
%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser_large.myb
770
%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser_large_prev.png
771
%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser_prev.png
772
%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_hard_eraser.myb
773
%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_hard_eraser_prev.png
774
%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_watercolor_fringe.myb
775
%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_watercolor_fringe_prev.png
776
%%DATADIR%%/stuff/library/mypaint brushes/deevad/liner.myb
777
%%DATADIR%%/stuff/library/mypaint brushes/deevad/liner_prev.png
778
%%DATADIR%%/stuff/library/mypaint brushes/deevad/only_water_fringe.myb
779
%%DATADIR%%/stuff/library/mypaint brushes/deevad/only_water_fringe_prev.png
780
%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen-note.myb
781
%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen-note_prev.png
782
%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen.myb
783
%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen_prev.png
784
%%DATADIR%%/stuff/library/mypaint brushes/deevad/readme.txt
785
%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush.myb
786
%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush_prev.png
787
%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush_thin.myb
788
%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush_thin_prev.png
789
%%DATADIR%%/stuff/library/mypaint brushes/deevad/rough.myb
790
%%DATADIR%%/stuff/library/mypaint brushes/deevad/rough_prev.png
791
%%DATADIR%%/stuff/library/mypaint brushes/deevad/soft-dip-pen.myb
792
%%DATADIR%%/stuff/library/mypaint brushes/deevad/soft-dip-pen_prev.png
793
%%DATADIR%%/stuff/library/mypaint brushes/deevad/sponge_smudging.myb
794
%%DATADIR%%/stuff/library/mypaint brushes/deevad/sponge_smudging_prev.png
795
%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray.myb
796
%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray2.myb
797
%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray2_prev.png
798
%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray_prev.png
799
%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_hard_eraser.myb
800
%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_hard_eraser_prev.png
801
%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_watercolor.myb
802
%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_watercolor_prev.png
803
%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_expressive.myb
804
%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_expressive_prev.png
805
%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_glazing.myb
806
%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_glazing_prev.png
807
%%DATADIR%%/stuff/library/mypaint brushes/experimental/1pixel.myb
808
%%DATADIR%%/stuff/library/mypaint brushes/experimental/1pixel_prev.png
809
%%DATADIR%%/stuff/library/mypaint brushes/experimental/DNA_brush.myb
810
%%DATADIR%%/stuff/library/mypaint brushes/experimental/DNA_brush_prev.png
811
%%DATADIR%%/stuff/library/mypaint brushes/experimental/basic.myb
812
%%DATADIR%%/stuff/library/mypaint brushes/experimental/basic_prev.png
813
%%DATADIR%%/stuff/library/mypaint brushes/experimental/bubble.myb
814
%%DATADIR%%/stuff/library/mypaint brushes/experimental/bubble_prev.png
815
%%DATADIR%%/stuff/library/mypaint brushes/experimental/fur.myb
816
%%DATADIR%%/stuff/library/mypaint brushes/experimental/fur_prev.png
817
%%DATADIR%%/stuff/library/mypaint brushes/experimental/glow.myb
818
%%DATADIR%%/stuff/library/mypaint brushes/experimental/glow_prev.png
819
%%DATADIR%%/stuff/library/mypaint brushes/experimental/hard_blot.myb
820
%%DATADIR%%/stuff/library/mypaint brushes/experimental/hard_blot_prev.png
821
%%DATADIR%%/stuff/library/mypaint brushes/experimental/hard_sting.myb
822
%%DATADIR%%/stuff/library/mypaint brushes/experimental/hard_sting_prev.png
823
%%DATADIR%%/stuff/library/mypaint brushes/experimental/irregular_ink.myb
824
%%DATADIR%%/stuff/library/mypaint brushes/experimental/irregular_ink_prev.png
825
%%DATADIR%%/stuff/library/mypaint brushes/experimental/leaves.myb
826
%%DATADIR%%/stuff/library/mypaint brushes/experimental/leaves_prev.png
827
%%DATADIR%%/stuff/library/mypaint brushes/experimental/particules_3.myb
828
%%DATADIR%%/stuff/library/mypaint brushes/experimental/particules_3_prev.png
829
%%DATADIR%%/stuff/library/mypaint brushes/experimental/particules_eraser.myb
830
%%DATADIR%%/stuff/library/mypaint brushes/experimental/particules_eraser_prev.png
831
%%DATADIR%%/stuff/library/mypaint brushes/experimental/pick_and_drag.myb
832
%%DATADIR%%/stuff/library/mypaint brushes/experimental/pick_and_drag_prev.png
833
%%DATADIR%%/stuff/library/mypaint brushes/experimental/pixel_hardink.myb
834
%%DATADIR%%/stuff/library/mypaint brushes/experimental/pixel_hardink_prev.png
835
%%DATADIR%%/stuff/library/mypaint brushes/experimental/pixelblocking.myb
836
%%DATADIR%%/stuff/library/mypaint brushes/experimental/pixelblocking_prev.png
837
%%DATADIR%%/stuff/library/mypaint brushes/experimental/sewing.myb
838
%%DATADIR%%/stuff/library/mypaint brushes/experimental/sewing_prev.png
839
%%DATADIR%%/stuff/library/mypaint brushes/experimental/small_blot.myb
840
%%DATADIR%%/stuff/library/mypaint brushes/experimental/small_blot_prev.png
841
%%DATADIR%%/stuff/library/mypaint brushes/experimental/soft.myb
842
%%DATADIR%%/stuff/library/mypaint brushes/experimental/soft_irregular.myb
843
%%DATADIR%%/stuff/library/mypaint brushes/experimental/soft_irregular_prev.png
844
%%DATADIR%%/stuff/library/mypaint brushes/experimental/soft_prev.png
845
%%DATADIR%%/stuff/library/mypaint brushes/experimental/spaced-blot.myb
846
%%DATADIR%%/stuff/library/mypaint brushes/experimental/spaced-blot_prev.png
847
%%DATADIR%%/stuff/library/mypaint brushes/experimental/speed_blot.myb
848
%%DATADIR%%/stuff/library/mypaint brushes/experimental/speed_blot_prev.png
849
%%DATADIR%%/stuff/library/mypaint brushes/experimental/subtle_pencil.myb
850
%%DATADIR%%/stuff/library/mypaint brushes/experimental/subtle_pencil_prev.png
851
%%DATADIR%%/stuff/library/mypaint brushes/experimental/track.myb
852
%%DATADIR%%/stuff/library/mypaint brushes/experimental/track_prev.png
853
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Airbrush_a.myb
854
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Airbrush_a_prev.png
855
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Dirty_Transparent_sk.myb
856
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Dirty_Transparent_sk_prev.png
857
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/ReadMe.txt
858
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Sketcher2_sk.myb
859
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Sketcher2_sk_prev.png
860
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Smear_sm.myb
861
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/Smear_sm_prev.png
862
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/airbruch_press_a.myb
863
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/airbruch_press_a_prev.png
864
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/airsmudge_a.myb
865
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/airsmudge_a_prev.png
866
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/airsmudgeultimate_sk.myb
867
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/airsmudgeultimate_sk_prev.png
868
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/classic_sk.myb
869
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/classic_sk_prev.png
870
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/classicroundblock_static_c.myb
871
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/classicroundblock_static_c_prev.png
872
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/extreme_round_l.myb
873
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/extreme_round_l_prev.png
874
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/fill_c.myb
875
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/fill_c_prev.png
876
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/flat_bar_l.myb
877
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/flat_bar_l_prev.png
878
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/ink-slowline_s.myb
879
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/ink-slowline_s_prev.png
880
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/ink_slow_s.myb
881
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/ink_slow_s_prev.png
882
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/inkster_l.myb
883
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/inkster_l_prev.png
884
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/paint_barrr_sm.myb
885
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/paint_barrr_sm_prev.png
886
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/paint_radius_2_sm.myb
887
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/paint_radius_2_sm_prev.png
888
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/paint_sm.myb
889
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/paint_sm_prev.png
890
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/smudge_ink(0.7)_sm.myb
891
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/smudge_ink(0.7)_sm_prev.png
892
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/wet_paint_sm.myb
893
%%DATADIR%%/stuff/library/mypaint brushes/kaerhon_v1/wet_paint_sm_prev.png
894
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Bloodline.myb
895
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Bloodline_prev.png
896
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Calligreffects.myb
897
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Calligreffects_prev.png
898
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Grafight.myb
899
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Grafight_prev.png
900
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Hatchling.myb
901
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Hatchling_prev.png
902
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Inker.myb
903
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Inker_prev.png
904
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Kong_Letterer.myb
905
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Kong_Letterer_prev.png
906
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Liner.myb
907
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Liner_prev.png
908
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Mega_Letterer.myb
909
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Mega_Letterer_prev.png
910
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Oneraser.myb
911
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Oneraser_prev.png
912
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Pipe_Dream.myb
913
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Pipe_Dream_prev.png
914
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Stippler_Stickler.myb
915
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Stippler_Stickler_prev.png
916
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Text_Letterer.myb
917
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Text_Letterer_prev.png
918
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Brush.myb
919
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Brush_prev.png
920
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Marker.myb
921
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Marker_prev.png
922
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Pencil.myb
923
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Pencil_prev.png
924
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Swirl.myb
925
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/Watacolor_Swirl_prev.png
926
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/order.conf
927
%%DATADIR%%/stuff/library/mypaint brushes/mojo_v1/readme.txt
928
%%DATADIR%%/stuff/library/mypaint brushes/ramon/100%_Opaque.myb
929
%%DATADIR%%/stuff/library/mypaint brushes/ramon/100%_Opaque_prev.png
930
%%DATADIR%%/stuff/library/mypaint brushes/ramon/2B_pencil.myb
931
%%DATADIR%%/stuff/library/mypaint brushes/ramon/2B_pencil_prev.png
932
%%DATADIR%%/stuff/library/mypaint brushes/ramon/B-pencil.myb
933
%%DATADIR%%/stuff/library/mypaint brushes/ramon/B-pencil_prev.png
934
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Beamlight.myb
935
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Beamlight_prev.png
936
%%DATADIR%%/stuff/library/mypaint brushes/ramon/BigAirbrush.myb
937
%%DATADIR%%/stuff/library/mypaint brushes/ramon/BigAirbrush_prev.png
938
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Blur_Fast.myb
939
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Blur_Fast_prev.png
940
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Classic_Paint.myb
941
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Classic_Paint_prev.png
942
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Clouds.myb
943
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Clouds_prev.png
944
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Delayed_.myb
945
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Delayed__prev.png
946
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Dirty_Noise.myb
947
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Dirty_Noise_prev.png
948
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Glow_Airbrush.myb
949
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Glow_Airbrush_prev.png
950
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Grain.myb
951
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Grain_prev.png
952
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Hard_Eraser.myb
953
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Hard_Eraser_prev.png
954
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Knife.myb
955
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Knife_prev.png
956
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Marker.myb
957
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Marker_prev.png
958
%%DATADIR%%/stuff/library/mypaint brushes/ramon/P._Shade.myb
959
%%DATADIR%%/stuff/library/mypaint brushes/ramon/P._Shade_prev.png
960
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Pastel_1.myb
961
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Pastel_1_prev.png
962
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Pen.myb
963
%%DATADIR%%/stuff/library/mypaint brushes/ramon/PenBrush.myb
964
%%DATADIR%%/stuff/library/mypaint brushes/ramon/PenBrush_prev.png
965
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Pen_prev.png
966
%%DATADIR%%/stuff/library/mypaint brushes/ramon/RS_blendOP.myb
967
%%DATADIR%%/stuff/library/mypaint brushes/ramon/RS_blendOP_prev.png
968
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Round.myb
969
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Round_Bl.myb
970
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Round_Bl_prev.png
971
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Round_prev.png
972
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Sketch_1.myb
973
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Sketch_1_prev.png
974
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Smear.myb
975
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Smear_prev.png
976
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Soft_Eraser.myb
977
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Soft_Eraser_prev.png
978
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Thin_Pen.myb
979
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Thin_Pen_prev.png
980
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Wet_Direction.myb
981
%%DATADIR%%/stuff/library/mypaint brushes/ramon/Wet_Direction_prev.png
982
%%DATADIR%%/stuff/library/mypaint brushes/ramon/wet_round.myb
983
%%DATADIR%%/stuff/library/mypaint brushes/ramon/wet_round_prev.png
984
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-03-only-water.myb
985
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-03-only-water_prev.png
986
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-03-paint.myb
987
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-03-paint_prev.png
988
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-03-with-water.myb
989
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-03-with-water_prev.png
990
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-04-only-water.myb
991
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-04-only-water_prev.png
992
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-04-paint.myb
993
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-04-paint_prev.png
994
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-04-with-water.myb
995
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-04-with-water_prev.png
996
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-05-only-water.myb
997
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-05-only-water_prev.png
998
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-05-paint.myb
999
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-05-paint_prev.png
1000
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-05-with-water.myb
1001
%%DATADIR%%/stuff/library/mypaint brushes/tanda/acrylic-05-with-water_prev.png
1002
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-01.myb
1003
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-01_prev.png
1004
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-03.myb
1005
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-03_prev.png
1006
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-04.myb
1007
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-04_prev.png
1008
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-blur1.myb
1009
%%DATADIR%%/stuff/library/mypaint brushes/tanda/charcoal-blur1_prev.png
1010
%%DATADIR%%/stuff/library/mypaint brushes/tanda/marker-01.myb
1011
%%DATADIR%%/stuff/library/mypaint brushes/tanda/marker-01_prev.png
1012
%%DATADIR%%/stuff/library/mypaint brushes/tanda/marker-05.myb
1013
%%DATADIR%%/stuff/library/mypaint brushes/tanda/marker-05_prev.png
1014
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-01-clean.myb
1015
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-01-clean_prev.png
1016
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-01-paint.myb
1017
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-01-paint_prev.png
1018
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-03-clean.myb
1019
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-03-clean_prev.png
1020
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-03-paint.myb
1021
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-03-paint_prev.png
1022
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-06-clean.myb
1023
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-06-clean_prev.png
1024
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-06-paint.myb
1025
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-06-paint_prev.png
1026
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-mop.myb
1027
%%DATADIR%%/stuff/library/mypaint brushes/tanda/oil-mop_prev.png
1028
%%DATADIR%%/stuff/library/mypaint brushes/tanda/pencil-2b.myb
1029
%%DATADIR%%/stuff/library/mypaint brushes/tanda/pencil-2b_prev.png
1030
%%DATADIR%%/stuff/library/mypaint brushes/tanda/pencil-8b.myb
1031
%%DATADIR%%/stuff/library/mypaint brushes/tanda/pencil-8b_prev.png
1032
%%DATADIR%%/stuff/library/mypaint brushes/tanda/splatter-02.myb
1033
%%DATADIR%%/stuff/library/mypaint brushes/tanda/splatter-02_prev.png
1034
%%DATADIR%%/stuff/library/mypaint brushes/tanda/splatter-04.myb
1035
%%DATADIR%%/stuff/library/mypaint brushes/tanda/splatter-04_prev.png
1036
%%DATADIR%%/stuff/library/mypaint brushes/tanda/texture-03.myb
1037
%%DATADIR%%/stuff/library/mypaint brushes/tanda/texture-03_prev.png
1038
%%DATADIR%%/stuff/library/mypaint brushes/tanda/texture-06.myb
1039
%%DATADIR%%/stuff/library/mypaint brushes/tanda/texture-06_prev.png
1040
%%DATADIR%%/stuff/library/mypaint brushes/tanda/texture-12.myb
1041
%%DATADIR%%/stuff/library/mypaint brushes/tanda/texture-12_prev.png
1042
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-01.myb
1043
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-01_prev.png
1044
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-02.myb
1045
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-02_prev.png
1046
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-05.myb
1047
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-05_prev.png
1048
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-06.myb
1049
%%DATADIR%%/stuff/library/mypaint brushes/tanda/water-06_prev.png
1050
%%DATADIR%%/stuff/library/mypaint brushes/tanda/watercolor-02-paint.myb
1051
%%DATADIR%%/stuff/library/mypaint brushes/tanda/watercolor-02-paint_prev.png
1052
%%DATADIR%%/stuff/library/mypaint brushes/tanda/watercolor-02-water.myb
1053
%%DATADIR%%/stuff/library/mypaint brushes/tanda/watercolor-02-water_prev.png
1054
%%DATADIR%%/stuff/library/particles/beehive.0001.tif
1055
%%DATADIR%%/stuff/library/particles/bird.0001.tif
1056
%%DATADIR%%/stuff/library/particles/bird.0002.tif
1057
%%DATADIR%%/stuff/library/particles/bird.0003.tif
1058
%%DATADIR%%/stuff/library/particles/bird.0004.tif
1059
%%DATADIR%%/stuff/library/particles/bird.0005.tif
1060
%%DATADIR%%/stuff/library/particles/bird.0006.tif
1061
%%DATADIR%%/stuff/library/particles/bird.0007.tif
1062
%%DATADIR%%/stuff/library/particles/bird.0008.tif
1063
%%DATADIR%%/stuff/library/particles/bird.0009.tif
1064
%%DATADIR%%/stuff/library/particles/bird.0010.tif
1065
%%DATADIR%%/stuff/library/particles/bird.0011.tif
1066
%%DATADIR%%/stuff/library/particles/bird.0012.tif
1067
%%DATADIR%%/stuff/library/particles/bird2.0001.tif
1068
%%DATADIR%%/stuff/library/particles/bird2.0002.tif
1069
%%DATADIR%%/stuff/library/particles/bird2.0003.tif
1070
%%DATADIR%%/stuff/library/particles/bird2.0004.tif
1071
%%DATADIR%%/stuff/library/particles/bird2.0005.tif
1072
%%DATADIR%%/stuff/library/particles/bird2.0006.tif
1073
%%DATADIR%%/stuff/library/particles/bird2.0007.tif
1074
%%DATADIR%%/stuff/library/particles/bird2.0008.tif
1075
%%DATADIR%%/stuff/library/particles/bird2.0009.tif
1076
%%DATADIR%%/stuff/library/particles/bird2.0010.tif
1077
%%DATADIR%%/stuff/library/particles/bird2.0011.tif
1078
%%DATADIR%%/stuff/library/particles/bird2.0012.tif
1079
%%DATADIR%%/stuff/library/particles/bird2.0013.tif
1080
%%DATADIR%%/stuff/library/particles/bird2.0014.tif
1081
%%DATADIR%%/stuff/library/particles/bird2.0015.tif
1082
%%DATADIR%%/stuff/library/particles/bird2.0016.tif
1083
%%DATADIR%%/stuff/library/particles/bird2.0017.tif
1084
%%DATADIR%%/stuff/library/particles/bird2.0018.tif
1085
%%DATADIR%%/stuff/library/particles/bird2.0019.tif
1086
%%DATADIR%%/stuff/library/particles/bird2.0020.tif
1087
%%DATADIR%%/stuff/library/particles/bird2.0021.tif
1088
%%DATADIR%%/stuff/library/particles/bird2.0022.tif
1089
%%DATADIR%%/stuff/library/particles/brushstroke.0001.tif
1090
%%DATADIR%%/stuff/library/particles/bubble.0001.tif
1091
%%DATADIR%%/stuff/library/particles/coalstroke.0001.tif
1092
%%DATADIR%%/stuff/library/particles/crater.0001.tif
1093
%%DATADIR%%/stuff/library/particles/crayon.0001.tif
1094
%%DATADIR%%/stuff/library/particles/dragonfly.0070.tif
1095
%%DATADIR%%/stuff/library/particles/dragonfly.0071.tif
1096
%%DATADIR%%/stuff/library/particles/dragonfly.0072.tif
1097
%%DATADIR%%/stuff/library/particles/dragonfly.0073.tif
1098
%%DATADIR%%/stuff/library/particles/dragonfly.0074.tif
1099
%%DATADIR%%/stuff/library/particles/dragonfly.0075.tif
1100
%%DATADIR%%/stuff/library/particles/dragonfly.0076.tif
1101
%%DATADIR%%/stuff/library/particles/drip.0001.tif
1102
%%DATADIR%%/stuff/library/particles/drop.0001.rgb
1103
%%DATADIR%%/stuff/library/particles/drop2.0001.tif
1104
%%DATADIR%%/stuff/library/particles/fire.0001.tif
1105
%%DATADIR%%/stuff/library/particles/fossil.0001.tif
1106
%%DATADIR%%/stuff/library/particles/fountainpen.0001.tif
1107
%%DATADIR%%/stuff/library/particles/grass.0001.rgb
1108
%%DATADIR%%/stuff/library/particles/grass.0002.rgb
1109
%%DATADIR%%/stuff/library/particles/grass.0003.rgb
1110
%%DATADIR%%/stuff/library/particles/grass.0004.rgb
1111
%%DATADIR%%/stuff/library/particles/grass.0005.rgb
1112
%%DATADIR%%/stuff/library/particles/grass.0006.rgb
1113
%%DATADIR%%/stuff/library/particles/grass.0007.rgb
1114
%%DATADIR%%/stuff/library/particles/grass.0008.rgb
1115
%%DATADIR%%/stuff/library/particles/grass.0009.rgb
1116
%%DATADIR%%/stuff/library/particles/grass.0010.rgb
1117
%%DATADIR%%/stuff/library/particles/grass.0011.rgb
1118
%%DATADIR%%/stuff/library/particles/grass.0012.rgb
1119
%%DATADIR%%/stuff/library/particles/grass.0013.rgb
1120
%%DATADIR%%/stuff/library/particles/grass.0014.rgb
1121
%%DATADIR%%/stuff/library/particles/grass.0015.rgb
1122
%%DATADIR%%/stuff/library/particles/grass.0016.rgb
1123
%%DATADIR%%/stuff/library/particles/leaf.0001.rgb
1124
%%DATADIR%%/stuff/library/particles/leaf.0002.rgb
1125
%%DATADIR%%/stuff/library/particles/leaf.0003.rgb
1126
%%DATADIR%%/stuff/library/particles/leaf.0004.rgb
1127
%%DATADIR%%/stuff/library/particles/leaf2.0001.rgb
1128
%%DATADIR%%/stuff/library/particles/leaf2.0002.rgb
1129
%%DATADIR%%/stuff/library/particles/leaf2.0003.rgb
1130
%%DATADIR%%/stuff/library/particles/leaf2.0004.rgb
1131
%%DATADIR%%/stuff/library/particles/leaf2.0005.rgb
1132
%%DATADIR%%/stuff/library/particles/leaf2.0006.rgb
1133
%%DATADIR%%/stuff/library/particles/leaf2.0007.rgb
1134
%%DATADIR%%/stuff/library/particles/opripple.0001.tif
1135
%%DATADIR%%/stuff/library/particles/opripple.0002.tif
1136
%%DATADIR%%/stuff/library/particles/opripple.0003.tif
1137
%%DATADIR%%/stuff/library/particles/opripple.0004.tif
1138
%%DATADIR%%/stuff/library/particles/opripple.0005.tif
1139
%%DATADIR%%/stuff/library/particles/opripple.0006.tif
1140
%%DATADIR%%/stuff/library/particles/opripple.0007.tif
1141
%%DATADIR%%/stuff/library/particles/opripple.0008.tif
1142
%%DATADIR%%/stuff/library/particles/opripple.0009.tif
1143
%%DATADIR%%/stuff/library/particles/opripple.0010.tif
1144
%%DATADIR%%/stuff/library/particles/opripple.0011.tif
1145
%%DATADIR%%/stuff/library/particles/opripple.0012.tif
1146
%%DATADIR%%/stuff/library/particles/opripple.0013.tif
1147
%%DATADIR%%/stuff/library/particles/opripple.0014.tif
1148
%%DATADIR%%/stuff/library/particles/opripple.0015.tif
1149
%%DATADIR%%/stuff/library/particles/opripple.0016.tif
1150
%%DATADIR%%/stuff/library/particles/point.0001.rgb
1151
%%DATADIR%%/stuff/library/particles/raindrop.0001.tif
1152
%%DATADIR%%/stuff/library/particles/scrawl.0001.tif
1153
%%DATADIR%%/stuff/library/particles/smoke.0001.tif
1154
%%DATADIR%%/stuff/library/particles/smoke.0002.tif
1155
%%DATADIR%%/stuff/library/particles/smoke.0003.tif
1156
%%DATADIR%%/stuff/library/particles/smoke.0004.tif
1157
%%DATADIR%%/stuff/library/particles/smoke.0005.tif
1158
%%DATADIR%%/stuff/library/particles/smoke.0006.tif
1159
%%DATADIR%%/stuff/library/particles/smoke.0007.tif
1160
%%DATADIR%%/stuff/library/particles/smoke.0008.tif
1161
%%DATADIR%%/stuff/library/particles/smoke.0009.tif
1162
%%DATADIR%%/stuff/library/particles/smoke.0010.tif
1163
%%DATADIR%%/stuff/library/particles/snowflake.0001.tif
1164
%%DATADIR%%/stuff/library/particles/snowflakerot.0001.tif
1165
%%DATADIR%%/stuff/library/particles/snowflakerot.0002.tif
1166
%%DATADIR%%/stuff/library/particles/snowflakerot.0003.tif
1167
%%DATADIR%%/stuff/library/particles/snowflakerot.0004.tif
1168
%%DATADIR%%/stuff/library/particles/snowflakerot.0005.tif
1169
%%DATADIR%%/stuff/library/particles/snowflakerot.0006.tif
1170
%%DATADIR%%/stuff/library/particles/snowflakerot.0007.tif
1171
%%DATADIR%%/stuff/library/particles/snowflakerot.0008.tif
1172
%%DATADIR%%/stuff/library/particles/snowflakerot.0009.tif
1173
%%DATADIR%%/stuff/library/particles/snowflakerot.0010.tif
1174
%%DATADIR%%/stuff/library/particles/snowflakerot.0011.tif
1175
%%DATADIR%%/stuff/library/particles/snowflakerot.0012.tif
1176
%%DATADIR%%/stuff/library/particles/snowflakerot.0013.tif
1177
%%DATADIR%%/stuff/library/particles/snowflakerot.0014.tif
1178
%%DATADIR%%/stuff/library/particles/snowflakerot.0015.tif
1179
%%DATADIR%%/stuff/library/particles/snowflakerot.0016.tif
1180
%%DATADIR%%/stuff/library/particles/snowflakerot.0017.tif
1181
%%DATADIR%%/stuff/library/particles/snowflakerot.0018.tif
1182
%%DATADIR%%/stuff/library/particles/snowflakerot.0019.tif
1183
%%DATADIR%%/stuff/library/particles/splash1.0001.rgb
1184
%%DATADIR%%/stuff/library/particles/splash1.0002.rgb
1185
%%DATADIR%%/stuff/library/particles/splash1.0003.rgb
1186
%%DATADIR%%/stuff/library/particles/splash1.0004.rgb
1187
%%DATADIR%%/stuff/library/particles/splash1.0005.rgb
1188
%%DATADIR%%/stuff/library/particles/splash1.0006.rgb
1189
%%DATADIR%%/stuff/library/particles/splash1.0007.rgb
1190
%%DATADIR%%/stuff/library/particles/splash1.0008.rgb
1191
%%DATADIR%%/stuff/library/particles/splash2.0001.rgb
1192
%%DATADIR%%/stuff/library/particles/splash2.0002.rgb
1193
%%DATADIR%%/stuff/library/particles/splash2.0003.rgb
1194
%%DATADIR%%/stuff/library/particles/splash2.0004.rgb
1195
%%DATADIR%%/stuff/library/particles/splash2.0005.rgb
1196
%%DATADIR%%/stuff/library/particles/splash2.0006.rgb
1197
%%DATADIR%%/stuff/library/particles/splash2.0007.rgb
1198
%%DATADIR%%/stuff/library/particles/splash2.0008.rgb
1199
%%DATADIR%%/stuff/library/particles/stain.0001.tif
1200
%%DATADIR%%/stuff/library/particles/star.0001.tif
1201
%%DATADIR%%/stuff/library/particles/star.0002.tif
1202
%%DATADIR%%/stuff/library/particles/star.0003.tif
1203
%%DATADIR%%/stuff/library/particles/star.0004.tif
1204
%%DATADIR%%/stuff/library/particles/star.0005.tif
1205
%%DATADIR%%/stuff/library/particles/toothpaste.0001.tif
1206
%%DATADIR%%/stuff/library/shaders/caustics.xml
1207
%%DATADIR%%/stuff/library/shaders/fireball.xml
1208
%%DATADIR%%/stuff/library/shaders/glitter.xml
1209
%%DATADIR%%/stuff/library/shaders/programs/caustics.frag
1210
%%DATADIR%%/stuff/library/shaders/programs/fireball.frag
1211
%%DATADIR%%/stuff/library/shaders/programs/glitter.frag
1212
%%DATADIR%%/stuff/library/shaders/programs/glitter_bbox.vert
1213
%%DATADIR%%/stuff/library/shaders/programs/glitter_ports.vert
1214
%%DATADIR%%/stuff/library/shaders/programs/radialblurGPU.frag
1215
%%DATADIR%%/stuff/library/shaders/programs/radialblurGPU_bbox.vert
1216
%%DATADIR%%/stuff/library/shaders/programs/radialblurGPU_ports.vert
1217
%%DATADIR%%/stuff/library/shaders/programs/spinblurGPU.frag
1218
%%DATADIR%%/stuff/library/shaders/programs/spinblurGPU_bbox.vert
1219
%%DATADIR%%/stuff/library/shaders/programs/spinblurGPU_ports.vert
1220
%%DATADIR%%/stuff/library/shaders/programs/starsky.frag
1221
%%DATADIR%%/stuff/library/shaders/programs/sunflare.frag
1222
%%DATADIR%%/stuff/library/shaders/programs/wavy.frag
1223
%%DATADIR%%/stuff/library/shaders/radialblurGPU.xml
1224
%%DATADIR%%/stuff/library/shaders/readme.txt
1225
%%DATADIR%%/stuff/library/shaders/spinblurGPU.xml
1226
%%DATADIR%%/stuff/library/shaders/starsky.xml
1227
%%DATADIR%%/stuff/library/shaders/sunflare.xml
1228
%%DATADIR%%/stuff/library/shaders/wavy.xml
1229
%%DATADIR%%/stuff/library/textures/Denim2_s.bmp
1230
%%DATADIR%%/stuff/library/textures/Knit_s.bmp
1231
%%DATADIR%%/stuff/library/textures/Paper 1.BMP
1232
%%DATADIR%%/stuff/library/textures/Paper 4.BMP
1233
%%DATADIR%%/stuff/library/textures/arabesque.bmp
1234
%%DATADIR%%/stuff/library/textures/brickwork.bmp
1235
%%DATADIR%%/stuff/library/textures/carpet.bmp
1236
%%DATADIR%%/stuff/library/textures/chessboard.bmp
1237
%%DATADIR%%/stuff/library/textures/clouds.bmp
1238
%%DATADIR%%/stuff/library/textures/drystonewall.bmp
1239
%%DATADIR%%/stuff/library/textures/flame.bmp
1240
%%DATADIR%%/stuff/library/textures/gold.bmp
1241
%%DATADIR%%/stuff/library/textures/grass.bmp
1242
%%DATADIR%%/stuff/library/textures/ironware.bmp
1243
%%DATADIR%%/stuff/library/textures/kilt.bmp
1244
%%DATADIR%%/stuff/library/textures/leaves.bmp
1245
%%DATADIR%%/stuff/library/textures/marble.bmp
1246
%%DATADIR%%/stuff/library/textures/papercrump.bmp
1247
%%DATADIR%%/stuff/library/textures/pearl.bmp
1248
%%DATADIR%%/stuff/library/textures/piastrella.bmp
1249
%%DATADIR%%/stuff/library/textures/pool.bmp
1250
%%DATADIR%%/stuff/library/textures/rag_tile_s copy.bmp
1251
%%DATADIR%%/stuff/library/textures/roughbrickwork.bmp
1252
%%DATADIR%%/stuff/library/textures/roughcanvas.bmp
1253
%%DATADIR%%/stuff/library/textures/roughparquet.bmp
1254
%%DATADIR%%/stuff/library/textures/sea.bmp
1255
%%DATADIR%%/stuff/library/textures/sil.bmp
1256
%%DATADIR%%/stuff/library/textures/silver.bmp
1257
%%DATADIR%%/stuff/library/textures/snakeskin.bmp
1258
%%DATADIR%%/stuff/library/textures/snakeskinred.bmp
1259
%%DATADIR%%/stuff/library/textures/snow.bmp
1260
%%DATADIR%%/stuff/library/textures/steelplates.bmp
1261
%%DATADIR%%/stuff/library/textures/stucco.bmp
1262
%%DATADIR%%/stuff/library/textures/wetpebbles.bmp
1263
%%DATADIR%%/stuff/library/textures/woodgrain.bmp
1264
%%DATADIR%%/stuff/library/textures/woodplanks.bmp
1265
%%DATADIR%%/stuff/library/textures/wornleather.bmp
1266
%%DATADIR%%/stuff/library/vector brushes/branch.pli
1267
%%DATADIR%%/stuff/library/vector brushes/buttonhole.pli
1268
%%DATADIR%%/stuff/library/vector brushes/circle.pli
1269
%%DATADIR%%/stuff/library/vector brushes/greek_frieze.pli
1270
%%DATADIR%%/stuff/library/vector brushes/intertwined_waves.pli
1271
%%DATADIR%%/stuff/library/vector brushes/large_brush1.pli
1272
%%DATADIR%%/stuff/library/vector brushes/large_brush2.pli
1273
%%DATADIR%%/stuff/library/vector brushes/large_brush3.pli
1274
%%DATADIR%%/stuff/library/vector brushes/large_brush4.pli
1275
%%DATADIR%%/stuff/library/vector brushes/logo.pli
1276
%%DATADIR%%/stuff/library/vector brushes/medium_brush1.pli
1277
%%DATADIR%%/stuff/library/vector brushes/medium_brush2.pli
1278
%%DATADIR%%/stuff/library/vector brushes/medium_brush3.pli
1279
%%DATADIR%%/stuff/library/vector brushes/medium_brush4.pli
1280
%%DATADIR%%/stuff/library/vector brushes/medium_brush5.pli
1281
%%DATADIR%%/stuff/library/vector brushes/medium_brush6.pli
1282
%%DATADIR%%/stuff/library/vector brushes/scratch.pli
1283
%%DATADIR%%/stuff/library/vector brushes/scribble_chalk.pli
1284
%%DATADIR%%/stuff/library/vector brushes/simple_lace.pli
1285
%%DATADIR%%/stuff/library/vector brushes/simple_trail.pli
1286
%%DATADIR%%/stuff/library/vector brushes/simple_wave.pli
1287
%%DATADIR%%/stuff/library/vector brushes/small_brush1.pli
1288
%%DATADIR%%/stuff/library/vector brushes/small_brush2.pli
1289
%%DATADIR%%/stuff/library/vector brushes/small_brush3.pli
1290
%%DATADIR%%/stuff/library/vector brushes/small_brush4.pli
1291
%%DATADIR%%/stuff/library/vector brushes/spiked_chain.pli
1292
%%DATADIR%%/stuff/library/vector brushes/splashes.pli
1293
%%DATADIR%%/stuff/library/vector brushes/stencil_flame.pli
1294
%%DATADIR%%/stuff/library/vector brushes/strange.pli
1295
%%DATADIR%%/stuff/library/vector brushes/teardrop_flowers1.pli
1296
%%DATADIR%%/stuff/library/vector brushes/teardrop_flowers2.pli
1297
%%DATADIR%%/stuff/library/vector brushes/thickening.pli
1298
%%DATADIR%%/stuff/library/vector brushes/trail_shape1.pli
1299
%%DATADIR%%/stuff/library/vector brushes/trail_shape2.pli
1300
%%DATADIR%%/stuff/profiles/layouts/check.bmp
1301
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_caustics.xml
1302
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_fireball.xml
1303
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_glitter.xml
1304
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_radialblurGPU.xml
1305
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_spinblurGPU.xml
1306
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_starsky.xml
1307
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_sunflare.xml
1308
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_wavy.xml
1309
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_adjustLevelsFx.xml
1310
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_artContourFx.xml
1311
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_backlitFx.xml
1312
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_blendTzFx.xml
1313
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_blurFx.xml
1314
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_bodyHighLightFx.xml
1315
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_brightContFx.xml
1316
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_calligraphicFx.xml
1317
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_castShadowFx.xml
1318
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_channelMixerFx.xml
1319
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_cloudsFx.xml
1320
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_colorEmbossFx.xml
1321
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_colorRaylitFx.xml
1322
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_cornerPinFx.xml
1323
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_despeckleFx.xml
1324
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_diamondGradientFx.xml
1325
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_directionalBlurFx.xml
1326
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_dissolveFx.xml
1327
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_embossFx.xml
1328
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_erodeDilateFx.xml
1329
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_fadeFx.xml
1330
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_fourPointsGradientFx.xml
1331
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_freeDistortFx.xml
1332
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_gammaFx.xml
1333
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_glowFx.xml
1334
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_hsvKeyFx.xml
1335
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_hsvScaleFx.xml
1336
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoAddFx.xml
1337
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoBlurFx.xml
1338
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoChannelSelectorFx.xml
1339
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoColorBurnFx.xml
1340
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoColorDodgeFx.xml
1341
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoCrossDissolveFx.xml
1342
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoDarkenFx.xml
1343
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoDarkerColorFx.xml
1344
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoDensityFx.xml
1345
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoDivideFx.xml
1346
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoFogFx.xml
1347
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoHardLightFx.xml
1348
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoHardMixFx.xml
1349
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLevelAutoFx.xml
1350
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLevelMasterFx.xml
1351
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLevelrgbaFx.xml
1352
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLightenFx.xml
1353
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLighterColorFx.xml
1354
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLineBlurFx.xml
1355
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLinearBurnFx.xml
1356
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLinearDodgeFx.xml
1357
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoLinearLightFx.xml
1358
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoMaxMinFx.xml
1359
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoMedianFilterFx.xml
1360
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoMedianFx.xml
1361
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoMotionBlurFx.xml
1362
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoMotionWindFx.xml
1363
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoMultiplyFx.xml
1364
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoNegateFx.xml
1365
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoOverFx.xml
1366
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoOverlayFx.xml
1367
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoPinLightFx.xml
1368
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoRadialBlurFx.xml
1369
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoScreenFx.xml
1370
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoSoftLightFx.xml
1371
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoSpinBlurFx.xml
1372
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoSubtractFx.xml
1373
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoVividLightFx.xml
1374
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inoWarphvFx.xml
1375
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inohlsAddFx.xml
1376
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inohlsAdjustFx.xml
1377
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inohlsNoiseFx.xml
1378
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inohsvAddFx.xml
1379
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inohsvAdjustFx.xml
1380
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inohsvNoiseFx.xml
1381
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_inopnCloudsFx.xml
1382
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_AdjustExposureFx.xml
1383
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BarrelDistortFx.xml
1384
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BokehFx.xml
1385
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BokehRefFx.xml
1386
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_CorridorGradientFx.xml
1387
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_DirectionalBlurFx.xml
1388
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_FractalNoiseFx.xml
1389
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_GlareFx.xml
1390
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_GradientWarpFx.xml
1391
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_LinearGradientFx.xml
1392
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_MotionBlurCompFx.xml
1393
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_PNPerspectiveFx.xml
1394
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_PerspectiveDistortFx.xml
1395
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SoapBubbleFx.xml
1396
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SpectrumFx.xml
1397
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SpinGradientFx.xml
1398
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TextFx.xml
1399
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TileFx.xml
1400
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TiledParticlesFx.xml
1401
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TimeCodeFx.xml
1402
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_kaleidoFx.xml
1403
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_lightSpotFx.xml
1404
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_linearGradientFx.xml
1405
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_linearWaveFx.xml
1406
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_localBlurFx.xml
1407
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_localTransparencyFx.xml
1408
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_mosaicFx.xml
1409
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_motionBlurFx.xml
1410
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_multiLinearGradientFx.xml
1411
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_multiRadialGradientFx.xml
1412
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_multiToneFx.xml
1413
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_noiseFx.xml
1414
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_nothingFx.xml
1415
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_outBorderFx.xml
1416
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_paletteFilterFx.xml
1417
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_particlesFx.xml
1418
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_perlinNoiseFx.xml
1419
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_posterizeFx.xml
1420
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_radialBlurFx.xml
1421
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_radialGradientFx.xml
1422
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_randomWaveFx.xml
1423
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_raylitFx.xml
1424
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_rgbKeyFx.xml
1425
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_rgbmCutFx.xml
1426
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_rgbmFadeFx.xml
1427
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_rgbmScaleFx.xml
1428
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_rippleFx.xml
1429
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_rotationalBlurFx.xml
1430
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_saltpepperNoiseFx.xml
1431
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_sharpenFx.xml
1432
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_solarizeFx.xml
1433
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_spiralFx.xml
1434
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_squareGradientFx.xml
1435
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_targetSpotFx.xml
1436
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_textureFx.xml
1437
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_tileFx.xml
1438
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_toneCurveFx.xml
1439
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_transparencyFx.xml
1440
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_warpFx.xml
1441
%%DATADIR%%/stuff/profiles/layouts/fxs/addFx.xml
1442
%%DATADIR%%/stuff/profiles/layouts/fxs/blendFx.xml
1443
%%DATADIR%%/stuff/profiles/layouts/fxs/checkboardFx.xml
1444
%%DATADIR%%/stuff/profiles/layouts/fxs/colorCardFx.xml
1445
%%DATADIR%%/stuff/profiles/layouts/fxs/fxs.lst
1446
%%DATADIR%%/stuff/profiles/layouts/fxs/minFx.xml
1447
%%DATADIR%%/stuff/profiles/layouts/fxs/multFx.xml
1448
%%DATADIR%%/stuff/profiles/layouts/fxs/subFx.xml
1449
%%DATADIR%%/stuff/profiles/layouts/menubar.xml
1450
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/layouts.txt
1451
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/menubar_template.xml
1452
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room1.ini
1453
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room2.ini
1454
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room3.ini
1455
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room4.ini
1456
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room5.ini
1457
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room6.ini
1458
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room7.ini
1459
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room8.ini
1460
%%DATADIR%%/stuff/profiles/layouts/rooms/Default/room9.ini
1461
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/layouts.txt
1462
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/menubar_template.xml
1463
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room1.ini
1464
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room1_menubar.xml
1465
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room2.ini
1466
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room2_menubar.xml
1467
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room3.ini
1468
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room3_menubar.xml
1469
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room4.ini
1470
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room4_menubar.xml
1471
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room5.ini
1472
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room5_menubar.xml
1473
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room6.ini
1474
%%DATADIR%%/stuff/profiles/layouts/rooms/StudioGhibli/room6_menubar.xml
1475
%%DATADIR%%/stuff/profiles/layouts/settings/commandbar.xml
1476
%%DATADIR%%/stuff/profiles/layouts/settings/xsheet.css
1477
%%DATADIR%%/stuff/profiles/layouts/settings/xsheet_html.xml
1478
%%DATADIR%%/stuff/profiles/layouts/settings/xsheettoolbar.xml
1479
%%DATADIR%%/stuff/profiles/layouts/shortcuts/defopentoonz.ini
1480
%%DATADIR%%/stuff/profiles/layouts/shortcuts/otadobe.ini
1481
%%DATADIR%%/stuff/profiles/layouts/shortcuts/otanimate.ini
1482
%%DATADIR%%/stuff/profiles/layouts/shortcuts/otharmony.ini
1483
%%DATADIR%%/stuff/profiles/layouts/shortcuts/otretas.ini
1484
%%DATADIR%%/stuff/profiles/layouts/toolbars/maintoolbar.xml
1485
%%DATADIR%%/stuff/profiles/project_folders.txt
1486
%%DATADIR%%/stuff/studiopalette/Global Palettes/basics.tpl
1487
%%DATADIR%%/stuff/studiopalette/Global Palettes/skin.tpl
1488
%%DATADIR%%/stuff/studiopalette/Global Palettes/variety.tpl
1489
%%DATADIR%%/stuff/studiopalette/cleanup_default.tpl
1490
@dir %%DATADIR%%/stuff/plugins
1491
@dir %%DATADIR%%/stuff/projects
1492
@dir %%DATADIR%%/stuff/toonzfarm

Return to bug 252086