From owner-dev-commits-ports-main@freebsd.org Sun Apr 11 15:54:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1B7C5D2F96; Sun, 11 Apr 2021 15:54:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJGf857Qlz3q8x; Sun, 11 Apr 2021 15:54:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A194326964; Sun, 11 Apr 2021 15:54:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13BFsu1R003983; Sun, 11 Apr 2021 15:54:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13BFsuxE003982; Sun, 11 Apr 2021 15:54:56 GMT (envelope-from git) Date: Sun, 11 Apr 2021 15:54:56 GMT Message-Id: <202104111554.13BFsuxE003982@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: d7e3657a9ae2 - main - multimedia/opentoonz: New port -- 2D animation software MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d7e3657a9ae25e4eebf62ca3d2c88b11ec606420 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2021 15:54:56 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7e3657a9ae25e4eebf62ca3d2c88b11ec606420 commit d7e3657a9ae25e4eebf62ca3d2c88b11ec606420 Author: Tobias C. Berner AuthorDate: 2021-04-11 15:54:14 +0000 Commit: Tobias C. Berner CommitDate: 2021-04-11 15:54:14 +0000 multimedia/opentoonz: New port -- 2D animation software OpenToonz is a 2D animation software published by DWANGO. It is based on Toonz Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., and customized by Studio Ghibli over many years of production. WWW: https://github.com/opentoonz/opentoonz --- multimedia/Makefile | 1 + multimedia/opentoonz/Makefile | 32 + multimedia/opentoonz/distinfo | 3 + ...toonz_sources_common_tsystem_tpluginmanager.cpp | 22 + multimedia/opentoonz/pkg-descr | 5 + multimedia/opentoonz/pkg-plist | 1535 ++++++++++++++++++++ 6 files changed, 1598 insertions(+) diff --git a/multimedia/Makefile b/multimedia/Makefile index b9239684f0ca..6de0e8f3f725 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -281,6 +281,7 @@ SUBDIR += omxplayer SUBDIR += openh264 SUBDIR += openshot + SUBDIR += opentoonz SUBDIR += oscam SUBDIR += p5-Audio-M4P SUBDIR += p5-FFmpeg-Command diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile new file mode 100644 index 000000000000..084f3fc8bcc4 --- /dev/null +++ b/multimedia/opentoonz/Makefile @@ -0,0 +1,32 @@ +PORTNAME= opentoonz +DISTVERSIONPREFIX= v +DISTVERSION= 1.5.0 +CATEGORIES= multimedia + +MAINTAINER= kde@FreeBSD.org +COMMENT= 2D animation software + +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= boost-libs>0:devel/boost-libs +LIB_DEPENDS= libgslcblas.so:math/gsl \ + libjson-c.so:devel/json-c \ + liblz4.so:archivers/liblz4 \ + liblzo2.so:archivers/lzo2 \ + libmypaint.so:graphics/libmypaint \ + libopencv_core.so:graphics/opencv \ + libpng16.so:graphics/png \ + libsuperlu.so:math/superlu \ + libturbojpeg.so:graphics/libjpeg-turbo + +USES= cmake:noninja gettext-runtime gl gnome jpeg pkgconfig qt:5 +USE_GITHUB= yes +USE_GL= gl glew glu glut +USE_GNOME= glib20 +USE_QT= core gui multimedia network opengl printsupport \ + script serialport svg widgets xml \ + buildtools_build linguisttools_build qmake_build + +CMAKE_SOURCE_PATH= ${WRKSRC}/toonz/sources + +.include diff --git a/multimedia/opentoonz/distinfo b/multimedia/opentoonz/distinfo new file mode 100644 index 000000000000..5a24a2b1a55b --- /dev/null +++ b/multimedia/opentoonz/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618150313 +SHA256 (opentoonz-opentoonz-v1.5.0_GH0.tar.gz) = fba0f381fb71ffda89e6423b4d461450d4851f93830342e69e36313070af5990 +SIZE (opentoonz-opentoonz-v1.5.0_GH0.tar.gz) = 54677708 diff --git a/multimedia/opentoonz/files/patch-toonz_sources_common_tsystem_tpluginmanager.cpp b/multimedia/opentoonz/files/patch-toonz_sources_common_tsystem_tpluginmanager.cpp new file mode 100644 index 000000000000..96e059a9a73b --- /dev/null +++ b/multimedia/opentoonz/files/patch-toonz_sources_common_tsystem_tpluginmanager.cpp @@ -0,0 +1,22 @@ +The sys/dir.h include was dropped in FreeBSD in +commit d2ad004b4a797125b14cb36a4e2911089aa079fd +which bumped the verison number to 1300040 + +--- toonz/sources/common/tsystem/tpluginmanager.cpp.orig 2021-04-11 15:01:57 UTC ++++ toonz/sources/common/tsystem/tpluginmanager.cpp +@@ -15,12 +15,14 @@ + #include + #include + #include +-#ifndef FREEBSD ++#if !defined(FREEBSD) || __FreeBSD_version >= 1300040 + #include + #endif + #include + #include ++#if !defined(FREEBSD) || __FreeBSD_version < 1300040 + #include ++#endif + #include // for getfsstat + #ifdef MACOSX + #include diff --git a/multimedia/opentoonz/pkg-descr b/multimedia/opentoonz/pkg-descr new file mode 100644 index 000000000000..0ad2bd7f1d4a --- /dev/null +++ b/multimedia/opentoonz/pkg-descr @@ -0,0 +1,5 @@ +OpenToonz is a 2D animation software published by DWANGO. It is based on Toonz +Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., +and customized by Studio Ghibli over many years of production. + +WWW: https://github.com/opentoonz/opentoonz diff --git a/multimedia/opentoonz/pkg-plist b/multimedia/opentoonz/pkg-plist new file mode 100644 index 000000000000..48ad54fa733b --- /dev/null +++ b/multimedia/opentoonz/pkg-plist @@ -0,0 +1,1535 @@ +bin/OpenToonz +bin/lzocompress +bin/lzodecompress +bin/opentoonz +bin/tcleanup +bin/tcomposer +bin/tconverter +bin/tfarmcontroller +bin/tfarmserver +lib/opentoonz/libcolorfx.so +lib/opentoonz/libimage.so +lib/opentoonz/libsound.so +lib/opentoonz/libtfarm.so +lib/opentoonz/libtnzbase.so +lib/opentoonz/libtnzcore.so +lib/opentoonz/libtnzext.so +lib/opentoonz/libtnzstdfx.so +lib/opentoonz/libtnztools.so +lib/opentoonz/libtoonzlib.so +lib/opentoonz/libtoonzqt.so +share/applications/io.github.OpenToonz.desktop +share/icons/hicolor/256x256/apps/io.github.OpenToonz.png +share/metainfo/io.github.OpenToonz.appdata.xml +%%DATADIR%%/stuff/config/batches.xml +%%DATADIR%%/stuff/config/brush.txt +%%DATADIR%%/stuff/config/cleanupreslist.txt +%%DATADIR%%/stuff/config/current.txt +%%DATADIR%%/stuff/config/export-toonz.lua +%%DATADIR%%/stuff/config/fdg/fld_10_4mm_acme.fdg +%%DATADIR%%/stuff/config/fdg/fld_12_4mm_acme.fdg +%%DATADIR%%/stuff/config/fdg/fld_12_acme.fdg +%%DATADIR%%/stuff/config/fdg/fld_12_oxbry.fdg +%%DATADIR%%/stuff/config/fdg/fld_15_4mm_acme.fdg +%%DATADIR%%/stuff/config/fdg/fld_16_acme.fdg +%%DATADIR%%/stuff/config/fdg/fld_16_oxbry.fdg +%%DATADIR%%/stuff/config/fdg/jpn_cel_film.fdg +%%DATADIR%%/stuff/config/fdg/jpn_cel_tv.fdg +%%DATADIR%%/stuff/config/loc/Deutsch/colorfx.qm +%%DATADIR%%/stuff/config/loc/Deutsch/tnzcore.qm +%%DATADIR%%/stuff/config/loc/Deutsch/tnztools.qm +%%DATADIR%%/stuff/config/loc/Deutsch/toonz.qm +%%DATADIR%%/stuff/config/loc/Deutsch/toonzlib.qm +%%DATADIR%%/stuff/config/loc/Deutsch/toonzqt.qm +%%DATADIR%%/stuff/config/loc/Español/colorfx.qm +%%DATADIR%%/stuff/config/loc/Español/image.qm +%%DATADIR%%/stuff/config/loc/Español/tnzcore.qm +%%DATADIR%%/stuff/config/loc/Español/tnztools.qm +%%DATADIR%%/stuff/config/loc/Español/toonz.qm +%%DATADIR%%/stuff/config/loc/Español/toonzlib.qm +%%DATADIR%%/stuff/config/loc/Español/toonzqt.qm +%%DATADIR%%/stuff/config/loc/Français/colorfx.qm +%%DATADIR%%/stuff/config/loc/Français/tnzcore.qm +%%DATADIR%%/stuff/config/loc/Français/tnztools.qm +%%DATADIR%%/stuff/config/loc/Français/toonz.qm +%%DATADIR%%/stuff/config/loc/Français/toonzlib.qm +%%DATADIR%%/stuff/config/loc/Français/toonzqt.qm +%%DATADIR%%/stuff/config/loc/Italiano/colorfx.qm +%%DATADIR%%/stuff/config/loc/Italiano/tnzcore.qm +%%DATADIR%%/stuff/config/loc/Italiano/tnztools.qm +%%DATADIR%%/stuff/config/loc/Italiano/toonz.qm +%%DATADIR%%/stuff/config/loc/Italiano/toonzlib.qm +%%DATADIR%%/stuff/config/loc/Italiano/toonzqt.qm +%%DATADIR%%/stuff/config/loc/Čeština/colorfx.qm +%%DATADIR%%/stuff/config/loc/Čeština/image.qm +%%DATADIR%%/stuff/config/loc/Čeština/tnzcore.qm +%%DATADIR%%/stuff/config/loc/Čeština/tnztools.qm +%%DATADIR%%/stuff/config/loc/Čeština/toonz.qm +%%DATADIR%%/stuff/config/loc/Čeština/toonzlib.qm +%%DATADIR%%/stuff/config/loc/Čeština/toonzqt.qm +%%DATADIR%%/stuff/config/loc/Русский/colorfx.qm +%%DATADIR%%/stuff/config/loc/Русский/image.qm +%%DATADIR%%/stuff/config/loc/Русский/tnzcore.qm +%%DATADIR%%/stuff/config/loc/Русский/tnztools.qm +%%DATADIR%%/stuff/config/loc/Русский/toonz.qm +%%DATADIR%%/stuff/config/loc/Русский/toonzlib.qm +%%DATADIR%%/stuff/config/loc/Русский/toonzqt.qm +%%DATADIR%%/stuff/config/loc/中文/colorfx.qm +%%DATADIR%%/stuff/config/loc/中文/image.qm +%%DATADIR%%/stuff/config/loc/中文/tnzcore.qm +%%DATADIR%%/stuff/config/loc/中文/tnztools.qm +%%DATADIR%%/stuff/config/loc/中文/toonz.qm +%%DATADIR%%/stuff/config/loc/中文/toonzlib.qm +%%DATADIR%%/stuff/config/loc/中文/toonzqt.qm +%%DATADIR%%/stuff/config/loc/日本語/colorfx.qm +%%DATADIR%%/stuff/config/loc/日本語/image.qm +%%DATADIR%%/stuff/config/loc/日本語/tnzcore.qm +%%DATADIR%%/stuff/config/loc/日本語/tnztools.qm +%%DATADIR%%/stuff/config/loc/日本語/toonz.qm +%%DATADIR%%/stuff/config/loc/日本語/toonzlib.qm +%%DATADIR%%/stuff/config/loc/日本語/toonzqt.qm +%%DATADIR%%/stuff/config/loc/한국어/colorfx.qm +%%DATADIR%%/stuff/config/loc/한국어/image.qm +%%DATADIR%%/stuff/config/loc/한국어/tnzcore.qm +%%DATADIR%%/stuff/config/loc/한국어/tnztools.qm +%%DATADIR%%/stuff/config/loc/한국어/toonz.qm +%%DATADIR%%/stuff/config/loc/한국어/toonzlib.qm +%%DATADIR%%/stuff/config/loc/한국어/toonzqt.qm +%%DATADIR%%/stuff/config/pap/a3.pap +%%DATADIR%%/stuff/config/pap/a4.pap +%%DATADIR%%/stuff/config/pap/b4.pap +%%DATADIR%%/stuff/config/pap/fld_10.pap +%%DATADIR%%/stuff/config/pap/fld_12_a.pap +%%DATADIR%%/stuff/config/pap/fld_12_b.pap +%%DATADIR%%/stuff/config/pap/fld_15.pap +%%DATADIR%%/stuff/config/pap/fld_16_a.pap +%%DATADIR%%/stuff/config/pap/fld_16_b.pap +%%DATADIR%%/stuff/config/pap/jpn_cel_film.pap +%%DATADIR%%/stuff/config/pap/jpn_cel_tv.pap +%%DATADIR%%/stuff/config/permissions.xml +%%DATADIR%%/stuff/config/qss/Blue/Blue.qss +%%DATADIR%%/stuff/config/qss/Dark/Dark.qss +%%DATADIR%%/stuff/config/qss/Default/Default.qss +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark_black.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkmark_disabled_black.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially_black.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/checkpartially_disabled_black.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/combo_downarrow.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/combo_downarrow_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipmarker.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipmarker_light.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipslider.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/flipslider_light.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_prev_eye.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_prev_eye_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_table_view.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_header_table_view_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_lock_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/layer_lock_on_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/liveview.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_on_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_on_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/lock_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/preview_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_checked.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_checked_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_unchecked.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_unchecked_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/radiobutton_unchecked_hover.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_preview_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_preview_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_table_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_table_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/schematic_table_transp.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-down.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-left.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-right.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/scroll-up.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove_disabled_light.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-groove_light.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled_light.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_light.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/table_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/timeline_config.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/toolbar_extension_horizontal.png +%%DATADIR%%/stuff/config/qss/Default/imgs/black/toolbar_extension_vertical.png +%%DATADIR%%/stuff/config/qss/Default/imgs/black/trans_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/transparent_16x16.png +%%DATADIR%%/stuff/config/qss/Default/imgs/black/treebranch-closed.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/treebranch-open.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_config.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_lock_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_lock_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_lock_on_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_prev_eye_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_prev_eye_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_table_view_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_table_view_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/black/x_table_view_transp.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkmark.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkmark_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkpartially.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/checkpartially_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/combo_downarrow.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/combo_downarrow_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipmarker.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipmarker_dark.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipslider.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/flipslider_dark.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_prev_eye.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_prev_eye_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_table_view.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_header_table_view_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_lock_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/layer_lock_on_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/liveview.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock_on_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/lock_over.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/preview_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton-dark_unchecked.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton-dark_unchecked_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton-dark_unchecked_hover.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_checked.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_checked_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_unchecked.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_unchecked_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/radiobutton_unchecked_hover.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_preview_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_preview_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_table_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_table_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/schematic_table_transp.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-down.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-left.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-right.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/scroll-up.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_dark.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_disabled_dark.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle_disabled.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/table_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/timeline_config.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/toolbar_extension_horizontal.png +%%DATADIR%%/stuff/config/qss/Default/imgs/white/toolbar_extension_vertical.png +%%DATADIR%%/stuff/config/qss/Default/imgs/white/trans_small.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/transparent_16x16.png +%%DATADIR%%/stuff/config/qss/Default/imgs/white/treebranch-closed.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/treebranch-open.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_config.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_lock_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_lock_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_lock_on_white.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_prev_eye_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_prev_eye_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_table_view_off.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_table_view_on.svg +%%DATADIR%%/stuff/config/qss/Default/imgs/white/x_table_view_transp.svg +%%DATADIR%%/stuff/config/qss/Default/less/.vscode/settings.json +%%DATADIR%%/stuff/config/qss/Default/less/Default.less +%%DATADIR%%/stuff/config/qss/Default/less/base/colors.less +%%DATADIR%%/stuff/config/qss/Default/less/base/mixins.less +%%DATADIR%%/stuff/config/qss/Default/less/components/all.less +%%DATADIR%%/stuff/config/qss/Default/less/components/buttons.less +%%DATADIR%%/stuff/config/qss/Default/less/components/frames.less +%%DATADIR%%/stuff/config/qss/Default/less/components/icons.less +%%DATADIR%%/stuff/config/qss/Default/less/components/tabs.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/all.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/controls.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/filebrowser.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/filmstrip.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/format.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/mainwindow.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/misc.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/palette.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/popups.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/schematic.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/scriptconsole.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/taskviewer.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/toolbar.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/viewer.less +%%DATADIR%%/stuff/config/qss/Default/less/layouts/xsheet.less +%%DATADIR%%/stuff/config/qss/Default/less/main.less +%%DATADIR%%/stuff/config/qss/Default/less/themes/Blue.less +%%DATADIR%%/stuff/config/qss/Default/less/themes/Dark.less +%%DATADIR%%/stuff/config/qss/Default/less/themes/Light.less +%%DATADIR%%/stuff/config/qss/Default/less/themes/Neutral.less +%%DATADIR%%/stuff/config/qss/Light/Light.qss +%%DATADIR%%/stuff/config/qss/Neutral/Neutral.qss +%%DATADIR%%/stuff/config/reslist.txt +%%DATADIR%%/stuff/config/safearea.ini +%%DATADIR%%/stuff/config/versioncontrol.xml +%%DATADIR%%/stuff/doc/AddIno.pdf +%%DATADIR%%/stuff/doc/BlurIno.pdf +%%DATADIR%%/stuff/doc/BokehIwa.html +%%DATADIR%%/stuff/doc/BokehRefIwa.html +%%DATADIR%%/stuff/doc/ChannelSelectorIno.pdf +%%DATADIR%%/stuff/doc/ColorBurnIno.pdf +%%DATADIR%%/stuff/doc/ColorDodgeIno.pdf +%%DATADIR%%/stuff/doc/CrossDissolveIno.pdf +%%DATADIR%%/stuff/doc/DarkenIno.pdf +%%DATADIR%%/stuff/doc/DarkerColorIno.pdf +%%DATADIR%%/stuff/doc/DensityIno.pdf +%%DATADIR%%/stuff/doc/DivideIno.pdf +%%DATADIR%%/stuff/doc/FogIno.pdf +%%DATADIR%%/stuff/doc/HLSAddIno.pdf +%%DATADIR%%/stuff/doc/HLSAdjustIno.pdf +%%DATADIR%%/stuff/doc/HLSNoiseIno.pdf +%%DATADIR%%/stuff/doc/HSVAddIno.pdf +%%DATADIR%%/stuff/doc/HSVAdjustIno.pdf +%%DATADIR%%/stuff/doc/HSVNoiseIno.pdf +%%DATADIR%%/stuff/doc/HardLightIno.pdf +%%DATADIR%%/stuff/doc/HardMixIno.pdf +%%DATADIR%%/stuff/doc/LICENSE/LICENSE.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_boost.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_dwango.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_glew.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_gotoblas.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_kissfft.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_libjpeg-turbo.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_libjpeg.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_libtiff.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_lz4.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_openblas.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_opencv.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_qt.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_superlu.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_tahoma2d.txt +%%DATADIR%%/stuff/doc/LICENSE/LICENSE_winink.txt +%%DATADIR%%/stuff/doc/LICENSE/notice_about_modified_qt.txt +%%DATADIR%%/stuff/doc/LevelAutoIno.pdf +%%DATADIR%%/stuff/doc/LevelMasterIno.pdf +%%DATADIR%%/stuff/doc/LevelRGBAIno.pdf +%%DATADIR%%/stuff/doc/LightenIno.pdf +%%DATADIR%%/stuff/doc/LighterColorIno.pdf +%%DATADIR%%/stuff/doc/LinearBurnIno.pdf +%%DATADIR%%/stuff/doc/LinearDodgeIno.pdf +%%DATADIR%%/stuff/doc/LinearLightIno.pdf +%%DATADIR%%/stuff/doc/MaxMinIno.pdf +%%DATADIR%%/stuff/doc/MedianIno.pdf +%%DATADIR%%/stuff/doc/MotionBlurIno.pdf +%%DATADIR%%/stuff/doc/MotionBlurIwa.html +%%DATADIR%%/stuff/doc/MotionWindIno.pdf +%%DATADIR%%/stuff/doc/MultiplyIno.pdf +%%DATADIR%%/stuff/doc/NegateIno.pdf +%%DATADIR%%/stuff/doc/OverIno.pdf +%%DATADIR%%/stuff/doc/OverlayIno.pdf +%%DATADIR%%/stuff/doc/PNCloudsIno.pdf +%%DATADIR%%/stuff/doc/PNPerspectiveIwa.html +%%DATADIR%%/stuff/doc/PerspectiveDistortIwa.html +%%DATADIR%%/stuff/doc/PinLightIno.pdf +%%DATADIR%%/stuff/doc/RadialBlurIno.pdf +%%DATADIR%%/stuff/doc/ScreenIno.pdf +%%DATADIR%%/stuff/doc/SoftLightIno.pdf +%%DATADIR%%/stuff/doc/SpectrumIwa.html +%%DATADIR%%/stuff/doc/SpinBlurIno.pdf +%%DATADIR%%/stuff/doc/SubtractIno.pdf +%%DATADIR%%/stuff/doc/TileIwa.html +%%DATADIR%%/stuff/doc/VividLightIno.pdf +%%DATADIR%%/stuff/doc/WarpHVIno.pdf +%%DATADIR%%/stuff/doc/español/AddIno.pdf +%%DATADIR%%/stuff/doc/español/BlurIno.pdf +%%DATADIR%%/stuff/doc/español/BokehIwa.html +%%DATADIR%%/stuff/doc/español/BokehRefIwa.html +%%DATADIR%%/stuff/doc/español/ChannelSelectorIno.pdf +%%DATADIR%%/stuff/doc/español/ColorBurnIno.pdf +%%DATADIR%%/stuff/doc/español/ColorDodgeIno.pdf +%%DATADIR%%/stuff/doc/español/CrossDissolveIno.pdf +%%DATADIR%%/stuff/doc/español/DarkenIno.pdf +%%DATADIR%%/stuff/doc/español/DarkerColorIno.pdf +%%DATADIR%%/stuff/doc/español/DensityIno.pdf +%%DATADIR%%/stuff/doc/español/DivideIno.pdf +%%DATADIR%%/stuff/doc/español/FogIno.pdf +%%DATADIR%%/stuff/doc/español/HLSAddIno.pdf +%%DATADIR%%/stuff/doc/español/HLSAdjustIno.pdf +%%DATADIR%%/stuff/doc/español/HLSNoiseIno.pdf +%%DATADIR%%/stuff/doc/español/HSVAddIno.pdf +%%DATADIR%%/stuff/doc/español/HSVAdjustIno.pdf +%%DATADIR%%/stuff/doc/español/HSVNoiseIno.pdf +%%DATADIR%%/stuff/doc/español/HardLightIno.pdf +%%DATADIR%%/stuff/doc/español/HardMixIno.pdf +%%DATADIR%%/stuff/doc/español/LevelAutoIno.pdf +%%DATADIR%%/stuff/doc/español/LevelMasterIno.pdf +%%DATADIR%%/stuff/doc/español/LevelRGBAIno.pdf +%%DATADIR%%/stuff/doc/español/LightenIno.pdf +%%DATADIR%%/stuff/doc/español/LighterColorIno.pdf +%%DATADIR%%/stuff/doc/español/LinearBurnIno.pdf +%%DATADIR%%/stuff/doc/español/LinearDodgeIno.pdf +%%DATADIR%%/stuff/doc/español/LinearLightIno.pdf +%%DATADIR%%/stuff/doc/español/MaxMinIno.pdf +%%DATADIR%%/stuff/doc/español/MedianIno.pdf +%%DATADIR%%/stuff/doc/español/MotionBlurIno.pdf +%%DATADIR%%/stuff/doc/español/MotionBlurIwa.html +%%DATADIR%%/stuff/doc/español/MotionWindIno.pdf +%%DATADIR%%/stuff/doc/español/MultiplyIno.pdf +%%DATADIR%%/stuff/doc/español/NegateIno.pdf +%%DATADIR%%/stuff/doc/español/OverIno.pdf +%%DATADIR%%/stuff/doc/español/OverlayIno.pdf +%%DATADIR%%/stuff/doc/español/PNCloudsIno.pdf +%%DATADIR%%/stuff/doc/español/PNPerspectiveIwa.html +%%DATADIR%%/stuff/doc/español/PerspectiveDistortIwa.html +%%DATADIR%%/stuff/doc/español/PinLightIno.pdf +%%DATADIR%%/stuff/doc/español/RadialBlurIno.pdf +%%DATADIR%%/stuff/doc/español/ScreenIno.pdf +%%DATADIR%%/stuff/doc/español/SoftLightIno.pdf +%%DATADIR%%/stuff/doc/español/SpectrumIwa.html +%%DATADIR%%/stuff/doc/español/SpinBlurIno.pdf +%%DATADIR%%/stuff/doc/español/SubtractIno.pdf +%%DATADIR%%/stuff/doc/español/TileIwa.html +%%DATADIR%%/stuff/doc/español/VividLightIno.pdf +%%DATADIR%%/stuff/doc/español/WarpHVIno.pdf +%%DATADIR%%/stuff/doc/español/img/fx_iwa_bokeh.png +%%DATADIR%%/stuff/doc/español/img/fx_iwa_bokeh_ref.png +%%DATADIR%%/stuff/doc/español/img/fx_iwa_motionblur.png +%%DATADIR%%/stuff/doc/español/img/fx_iwa_perspective_distort.png +%%DATADIR%%/stuff/doc/español/img/fx_iwa_pn_perspective.png +%%DATADIR%%/stuff/doc/español/img/fx_iwa_spectrum.png +%%DATADIR%%/stuff/doc/español/img/fx_iwa_tile.png +%%DATADIR%%/stuff/doc/español/img/motionblur.png +%%DATADIR%%/stuff/doc/español/img/perspective_distort.png +%%DATADIR%%/stuff/doc/español/particlesFx.html +%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh.png +%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh_ref.png +%%DATADIR%%/stuff/doc/img/fx_iwa_motionblur.png +%%DATADIR%%/stuff/doc/img/fx_iwa_perspective_distort.png +%%DATADIR%%/stuff/doc/img/fx_iwa_pn_perspective.png +%%DATADIR%%/stuff/doc/img/fx_iwa_spectrum.png +%%DATADIR%%/stuff/doc/img/fx_iwa_tile.png +%%DATADIR%%/stuff/doc/img/motionblur.png +%%DATADIR%%/stuff/doc/img/perspective_distort.png +%%DATADIR%%/stuff/doc/particlesFx.html +%%DATADIR%%/stuff/doc/日本語/AddIno.pdf +%%DATADIR%%/stuff/doc/日本語/BlurIno.pdf +%%DATADIR%%/stuff/doc/日本語/BokehIwa.html +%%DATADIR%%/stuff/doc/日本語/BokehRefIwa.html +%%DATADIR%%/stuff/doc/日本語/ChannelSelectorIno.pdf +%%DATADIR%%/stuff/doc/日本語/ColorBurnIno.pdf +%%DATADIR%%/stuff/doc/日本語/ColorDodgeIno.pdf +%%DATADIR%%/stuff/doc/日本語/CrossDissolveIno.pdf +%%DATADIR%%/stuff/doc/日本語/DarkenIno.pdf +%%DATADIR%%/stuff/doc/日本語/DarkerColorIno.pdf +%%DATADIR%%/stuff/doc/日本語/DensityIno.pdf +%%DATADIR%%/stuff/doc/日本語/DivideIno.pdf +%%DATADIR%%/stuff/doc/日本語/FogIno.pdf +%%DATADIR%%/stuff/doc/日本語/HLSAddIno.pdf +%%DATADIR%%/stuff/doc/日本語/HLSAdjustIno.pdf +%%DATADIR%%/stuff/doc/日本語/HLSNoiseIno.pdf +%%DATADIR%%/stuff/doc/日本語/HSVAddIno.pdf +%%DATADIR%%/stuff/doc/日本語/HSVAdjustIno.pdf +%%DATADIR%%/stuff/doc/日本語/HSVNoiseIno.pdf +%%DATADIR%%/stuff/doc/日本語/HardLightIno.pdf +%%DATADIR%%/stuff/doc/日本語/HardMixIno.pdf +%%DATADIR%%/stuff/doc/日本語/LevelAutoIno.pdf +%%DATADIR%%/stuff/doc/日本語/LevelMasterIno.pdf +%%DATADIR%%/stuff/doc/日本語/LevelRGBAIno.pdf +%%DATADIR%%/stuff/doc/日本語/LightenIno.pdf +%%DATADIR%%/stuff/doc/日本語/LighterColorIno.pdf +%%DATADIR%%/stuff/doc/日本語/LinearBurnIno.pdf +%%DATADIR%%/stuff/doc/日本語/LinearDodgeIno.pdf +%%DATADIR%%/stuff/doc/日本語/LinearLightIno.pdf +%%DATADIR%%/stuff/doc/日本語/MaxMinIno.pdf +%%DATADIR%%/stuff/doc/日本語/MedianIno.pdf +%%DATADIR%%/stuff/doc/日本語/MotionBlurIno.pdf +%%DATADIR%%/stuff/doc/日本語/MotionBlurIwa.html +%%DATADIR%%/stuff/doc/日本語/MotionWindIno.pdf +%%DATADIR%%/stuff/doc/日本語/MultiplyIno.pdf +%%DATADIR%%/stuff/doc/日本語/NegateIno.pdf +%%DATADIR%%/stuff/doc/日本語/OverIno.pdf +%%DATADIR%%/stuff/doc/日本語/OverlayIno.pdf +%%DATADIR%%/stuff/doc/日本語/PNCloudsIno.pdf +%%DATADIR%%/stuff/doc/日本語/PNPerspectiveIwa.html +%%DATADIR%%/stuff/doc/日本語/PerspectiveDistortIwa.html +%%DATADIR%%/stuff/doc/日本語/PinLightIno.pdf +%%DATADIR%%/stuff/doc/日本語/RadialBlurIno.pdf +%%DATADIR%%/stuff/doc/日本語/ScreenIno.pdf +%%DATADIR%%/stuff/doc/日本語/SoftLightIno.pdf +%%DATADIR%%/stuff/doc/日本語/SpectrumIwa.html +%%DATADIR%%/stuff/doc/日本語/SpinBlurIno.pdf +%%DATADIR%%/stuff/doc/日本語/SubtractIno.pdf +%%DATADIR%%/stuff/doc/日本語/TileIwa.html +%%DATADIR%%/stuff/doc/日本語/VividLightIno.pdf +%%DATADIR%%/stuff/doc/日本語/WarpHVIno.pdf +%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh.png +%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh_ref.png +%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_motionblur.png +%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_perspective_distort.png +%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_pn_perspective.png +%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_spectrum.png +%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_tile.png +%%DATADIR%%/stuff/doc/日本語/img/motionblur.png +%%DATADIR%%/stuff/doc/日本語/img/perspective_distort.png +%%DATADIR%%/stuff/doc/日本語/particlesFx.html +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Bubbles.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Falling leaves.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Falling snow.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Fireworks.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Flock.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Grass.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Rain.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Smoke.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Spot smoke.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Starfield.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Steam.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Trail smoke.fx +%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Water bubbles.fx +%%DATADIR%%/stuff/library/clapperboards/images/board1.png +%%DATADIR%%/stuff/library/clapperboards/preset_sample.clapperboard +%%DATADIR%%/stuff/library/custom styles/Arc.0001.png +%%DATADIR%%/stuff/library/custom styles/Arc.0002.png +%%DATADIR%%/stuff/library/custom styles/Arc.0003.png +%%DATADIR%%/stuff/library/custom styles/Ball.0001.png +%%DATADIR%%/stuff/library/custom styles/Ball.0002.png +%%DATADIR%%/stuff/library/custom styles/Ball.0003.png +%%DATADIR%%/stuff/library/custom styles/Bow.0001.png +%%DATADIR%%/stuff/library/custom styles/Bow.0002.png +%%DATADIR%%/stuff/library/custom styles/Bow.0003.png +%%DATADIR%%/stuff/library/custom styles/Brush.0001.png +%%DATADIR%%/stuff/library/custom styles/Brush.0002.png +%%DATADIR%%/stuff/library/custom styles/Brush.0003.png +%%DATADIR%%/stuff/library/custom styles/Brush2.0001.png +%%DATADIR%%/stuff/library/custom styles/Brush2.0002.png +%%DATADIR%%/stuff/library/custom styles/Brush2.0003.png +%%DATADIR%%/stuff/library/custom styles/Brush2.0004.png +%%DATADIR%%/stuff/library/custom styles/Candy.0001.png +%%DATADIR%%/stuff/library/custom styles/Candy.0002.png +%%DATADIR%%/stuff/library/custom styles/Candy.0003.png +%%DATADIR%%/stuff/library/custom styles/Chick.0001.png +%%DATADIR%%/stuff/library/custom styles/Chick.0002.png +%%DATADIR%%/stuff/library/custom styles/Chick.0003.png +%%DATADIR%%/stuff/library/custom styles/Dog.0001.png +%%DATADIR%%/stuff/library/custom styles/Dog.0002.png +%%DATADIR%%/stuff/library/custom styles/Dog.0003.png +%%DATADIR%%/stuff/library/custom styles/Dog.0004.png +%%DATADIR%%/stuff/library/custom styles/Fish2.0001.png +%%DATADIR%%/stuff/library/custom styles/Fish2.0002.png +%%DATADIR%%/stuff/library/custom styles/Fish2.0003.png +%%DATADIR%%/stuff/library/custom styles/Fish3.0001.png +%%DATADIR%%/stuff/library/custom styles/Fish3.0002.png +%%DATADIR%%/stuff/library/custom styles/Fish3.0003.png +%%DATADIR%%/stuff/library/custom styles/Fishbone.0001.png +%%DATADIR%%/stuff/library/custom styles/Fishbone.0002.png +%%DATADIR%%/stuff/library/custom styles/Fishbone.0003.png +%%DATADIR%%/stuff/library/custom styles/Frame.0001.png +%%DATADIR%%/stuff/library/custom styles/Frame.0002.png +%%DATADIR%%/stuff/library/custom styles/Frame.0003.png +%%DATADIR%%/stuff/library/custom styles/Fruit.0001.png +%%DATADIR%%/stuff/library/custom styles/Fruit.0002.png +%%DATADIR%%/stuff/library/custom styles/Fruit.0003.png +%%DATADIR%%/stuff/library/custom styles/Icecream.0001.png +%%DATADIR%%/stuff/library/custom styles/Icecream.0002.png +%%DATADIR%%/stuff/library/custom styles/Icecream.0003.png +%%DATADIR%%/stuff/library/custom styles/Icecream.0004.png +%%DATADIR%%/stuff/library/custom styles/Ladybird.0001.png +%%DATADIR%%/stuff/library/custom styles/Ladybird.0002.png +%%DATADIR%%/stuff/library/custom styles/Ladybird.0003.png +%%DATADIR%%/stuff/library/custom styles/Leaf2.0001.png +%%DATADIR%%/stuff/library/custom styles/Leaf2.0002.png +%%DATADIR%%/stuff/library/custom styles/Leaf2.0003.png +%%DATADIR%%/stuff/library/custom styles/Leaf2.0004.png +%%DATADIR%%/stuff/library/custom styles/Nail.0001.png +%%DATADIR%%/stuff/library/custom styles/Nail.0002.png +%%DATADIR%%/stuff/library/custom styles/Nail.0003.png +%%DATADIR%%/stuff/library/custom styles/Orange.0001.png +%%DATADIR%%/stuff/library/custom styles/Orange.0002.png +%%DATADIR%%/stuff/library/custom styles/Orange.0003.png +%%DATADIR%%/stuff/library/custom styles/Orange.0004.png +%%DATADIR%%/stuff/library/custom styles/Pencil.0001.png +%%DATADIR%%/stuff/library/custom styles/Pencil.0002.png +%%DATADIR%%/stuff/library/custom styles/Pencil.0003.png +%%DATADIR%%/stuff/library/custom styles/Pencil.0004.png +%%DATADIR%%/stuff/library/custom styles/Spring.0001.png +%%DATADIR%%/stuff/library/custom styles/Spring.0002.png +%%DATADIR%%/stuff/library/custom styles/Spring.0003.png +%%DATADIR%%/stuff/library/custom styles/Spring.0004.png +%%DATADIR%%/stuff/library/custom styles/Sunflower.0001.png +%%DATADIR%%/stuff/library/custom styles/Sunflower.0002.png +%%DATADIR%%/stuff/library/custom styles/Sunflower.0003.png +%%DATADIR%%/stuff/library/custom styles/Umbrella.0001.png +%%DATADIR%%/stuff/library/custom styles/Umbrella.0002.png +%%DATADIR%%/stuff/library/custom styles/Umbrella.0003.png +%%DATADIR%%/stuff/library/custom styles/Umbrella.0004.png +%%DATADIR%%/stuff/library/custom styles/ant.pli +%%DATADIR%%/stuff/library/custom styles/atta.0001.png +%%DATADIR%%/stuff/library/custom styles/atta.0002.png +%%DATADIR%%/stuff/library/custom styles/atta.0003.png +%%DATADIR%%/stuff/library/custom styles/atta.0004.png +%%DATADIR%%/stuff/library/custom styles/atta.0005.png +%%DATADIR%%/stuff/library/custom styles/atta.0006.png +%%DATADIR%%/stuff/library/custom styles/atta.pli +%%DATADIR%%/stuff/library/custom styles/ball.pli +%%DATADIR%%/stuff/library/custom styles/bell.pli +%%DATADIR%%/stuff/library/custom styles/big_.pli +%%DATADIR%%/stuff/library/custom styles/bubb.pli +%%DATADIR%%/stuff/library/custom styles/bubb2.0001.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0002.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0003.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0004.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0005.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0006.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0007.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0008.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0009.png +%%DATADIR%%/stuff/library/custom styles/bubb2.0010.png +%%DATADIR%%/stuff/library/custom styles/bubb2.pli +%%DATADIR%%/stuff/library/custom styles/clou.pli +%%DATADIR%%/stuff/library/custom styles/curl.pli +%%DATADIR%%/stuff/library/custom styles/domino.0001.png +%%DATADIR%%/stuff/library/custom styles/domino.0002.png +%%DATADIR%%/stuff/library/custom styles/domino.0003.png +%%DATADIR%%/stuff/library/custom styles/domino.0004.png +%%DATADIR%%/stuff/library/custom styles/domino.pli +%%DATADIR%%/stuff/library/custom styles/dots.pli +%%DATADIR%%/stuff/library/custom styles/feat.pli +%%DATADIR%%/stuff/library/custom styles/fish.pli +%%DATADIR%%/stuff/library/custom styles/flow.0001.png +%%DATADIR%%/stuff/library/custom styles/flow.0002.png +%%DATADIR%%/stuff/library/custom styles/flow.0003.png +%%DATADIR%%/stuff/library/custom styles/flow.0004.png +%%DATADIR%%/stuff/library/custom styles/flow.pli +%%DATADIR%%/stuff/library/custom styles/flow3.0001.png +%%DATADIR%%/stuff/library/custom styles/flow3.0002.png +%%DATADIR%%/stuff/library/custom styles/flow3.0003.png +%%DATADIR%%/stuff/library/custom styles/flow3.0004.png +%%DATADIR%%/stuff/library/custom styles/flow3.pli +%%DATADIR%%/stuff/library/custom styles/flow4.0001.png +%%DATADIR%%/stuff/library/custom styles/flow4.0002.png +%%DATADIR%%/stuff/library/custom styles/flow4.0003.png +%%DATADIR%%/stuff/library/custom styles/flow4.pli +%%DATADIR%%/stuff/library/custom styles/flower.pli +%%DATADIR%%/stuff/library/custom styles/foot.pli +%%DATADIR%%/stuff/library/custom styles/grai.pli +%%DATADIR%%/stuff/library/custom styles/gras.pli +%%DATADIR%%/stuff/library/custom styles/gutt.pli +%%DATADIR%%/stuff/library/custom styles/half.0001.png +%%DATADIR%%/stuff/library/custom styles/half.0002.png +%%DATADIR%%/stuff/library/custom styles/half.pli +%%DATADIR%%/stuff/library/custom styles/hedg.0001.png +%%DATADIR%%/stuff/library/custom styles/hedg.0002.png +%%DATADIR%%/stuff/library/custom styles/hedg.0003.png +%%DATADIR%%/stuff/library/custom styles/hedg.0004.png +%%DATADIR%%/stuff/library/custom styles/hedg.0005.png +%%DATADIR%%/stuff/library/custom styles/hedg.0006.png +%%DATADIR%%/stuff/library/custom styles/hedg.pli +%%DATADIR%%/stuff/library/custom styles/hook.pli +%%DATADIR%%/stuff/library/custom styles/ink.pli +%%DATADIR%%/stuff/library/custom styles/leaf.pli +%%DATADIR%%/stuff/library/custom styles/myra.pli +%%DATADIR%%/stuff/library/custom styles/pansee.pli +%%DATADIR%%/stuff/library/custom styles/pare.0001.png +%%DATADIR%%/stuff/library/custom styles/pare.0002.png +%%DATADIR%%/stuff/library/custom styles/pare.pli +%%DATADIR%%/stuff/library/custom styles/pare2.0001.png +%%DATADIR%%/stuff/library/custom styles/pare2.0002.png +%%DATADIR%%/stuff/library/custom styles/pare2.pli +%%DATADIR%%/stuff/library/custom styles/plum.pli +%%DATADIR%%/stuff/library/custom styles/rain.pli +%%DATADIR%%/stuff/library/custom styles/rice.0001.png +%%DATADIR%%/stuff/library/custom styles/rice.0002.png +%%DATADIR%%/stuff/library/custom styles/rice.0003.png +%%DATADIR%%/stuff/library/custom styles/rice.0004.png +%%DATADIR%%/stuff/library/custom styles/rice.0005.png +%%DATADIR%%/stuff/library/custom styles/rice.0006.png +%%DATADIR%%/stuff/library/custom styles/rice.0007.png +%%DATADIR%%/stuff/library/custom styles/rice.pli +%%DATADIR%%/stuff/library/custom styles/sang.pli +%%DATADIR%%/stuff/library/custom styles/scal.pli +%%DATADIR%%/stuff/library/custom styles/scho.pli +%%DATADIR%%/stuff/library/custom styles/sign.pli +%%DATADIR%%/stuff/library/custom styles/stai.0001.png +%%DATADIR%%/stuff/library/custom styles/stai.0002.png +%%DATADIR%%/stuff/library/custom styles/stai.0003.png +%%DATADIR%%/stuff/library/custom styles/stai.0004.png +%%DATADIR%%/stuff/library/custom styles/stai.pli +%%DATADIR%%/stuff/library/custom styles/star.0001.png +%%DATADIR%%/stuff/library/custom styles/star.0002.png +%%DATADIR%%/stuff/library/custom styles/star.0003.png +%%DATADIR%%/stuff/library/custom styles/star.0004.png +%%DATADIR%%/stuff/library/custom styles/star.0005.png +%%DATADIR%%/stuff/library/custom styles/star.0006.png +%%DATADIR%%/stuff/library/custom styles/star.0007.png +%%DATADIR%%/stuff/library/custom styles/star.0008.png +%%DATADIR%%/stuff/library/custom styles/star.0009.png +%%DATADIR%%/stuff/library/custom styles/star.pli +%%DATADIR%%/stuff/library/custom styles/thor.pli +%%DATADIR%%/stuff/library/custom styles/thor2.pli +%%DATADIR%%/stuff/library/custom styles/wave.pli +%%DATADIR%%/stuff/library/custom styles/wave2.pli +%%DATADIR%%/stuff/library/mypaint brushes/Licenses.txt +%%DATADIR%%/stuff/library/mypaint brushes/aotz/001_sketch.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/001_sketch_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/005_ink.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/005_ink_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/009_fill.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/009_fill_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/010_paint.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/010_paint_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/020_water.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/020_water_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/029_watercolor_texture.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/029_watercolor_texture_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/038_crayon.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/038_crayon_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/039_chalk.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/039_chalk_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/040_marker.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/040_marker_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/041_hatch.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/041_hatch_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/042_stipple.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/042_stipple_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/050_clouds.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/050_clouds_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/051_grass.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/051_grass_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/052_leaves.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/052_leaves_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/058_fur.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/058_fur_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/059_fur2.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/059_fur2_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/aotz/060_eraser.myb +%%DATADIR%%/stuff/library/mypaint brushes/aotz/060_eraser_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/blending_knife.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/blending_knife_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/blur.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/blur_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/brush.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/brush_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/bulk.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/bulk_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/calligraphy.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/calligraphy_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/charcoal.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/charcoal_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_1.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_1_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_2.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_2_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_3.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/coarse_bulk_3_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/dry_brush.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/dry_brush_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_blending.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_blending_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_details.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/imp_details_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/impressionism.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/impressionism_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_blot.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_blot_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_eraser.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/ink_eraser_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/kabura.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/kabura_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/knife.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/knife_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/long_grass.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/long_grass_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_fat.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_fat_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_small.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/marker_small_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling2.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling2_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/modelling_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/pen.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/pen_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/pencil.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/pencil_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/pointy_ink.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/pointy_ink_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism2.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism2_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/puantilism_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/rounded.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/rounded_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/short_grass.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/short_grass_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/slow_ink.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/slow_ink_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge+paint.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge+paint_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/smudge_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/textured_ink.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/textured_ink_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/classic/wet_knife.myb +%%DATADIR%%/stuff/library/mypaint brushes/classic/wet_knife_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/2B_pencil.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/2B_pencil_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/4H_pencil.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/4H_pencil_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/airbrush.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/airbrush_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/ballpen.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/ballpen_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush_smudging.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_brush_smudging_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife_smudging.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/basic_digital_knife_smudging_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/blending.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/blending_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/brush.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/brush_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/chalk.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/chalk_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large_glazing.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large_glazing_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_large_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin_glazing.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin_glazing_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/detail_brush_thin_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/fill.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/fill_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/grainy_blending.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/grainy_blending_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser_large.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser_large_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/kneaded_eraser_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_hard_eraser.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_hard_eraser_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_watercolor_fringe.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/large_watercolor_fringe_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/liner.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/liner_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/only_water_fringe.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/only_water_fringe_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen-note.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen-note_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/pen_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/readme.txt +%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush_thin.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/rigger_brush_thin_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/rough.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/rough_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/soft-dip-pen.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/soft-dip-pen_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/sponge_smudging.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/sponge_smudging_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray2.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray2_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/spray_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_hard_eraser.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_hard_eraser_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_watercolor.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/thin_watercolor_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_expressive.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_expressive_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_glazing.myb +%%DATADIR%%/stuff/library/mypaint brushes/deevad/watercolor_glazing_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/experimental/1pixel.myb +%%DATADIR%%/stuff/library/mypaint brushes/experimental/1pixel_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/experimental/DNA_brush.myb +%%DATADIR%%/stuff/library/mypaint brushes/experimental/DNA_brush_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/experimental/basic.myb +%%DATADIR%%/stuff/library/mypaint brushes/experimental/basic_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/experimental/bubble.myb +%%DATADIR%%/stuff/library/mypaint brushes/experimental/bubble_prev.png +%%DATADIR%%/stuff/library/mypaint brushes/experimental/fur.myb *** 679 LINES SKIPPED ***