View | Details | Raw Unified | Return to bug 273714 | Differences between
and this patch

Collapse All | Expand All

(-)b/multimedia/opentoonz/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
PORTNAME=	opentoonz
1
PORTNAME=	opentoonz
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.5.0
3
DISTVERSION=	1.7.1
4
PORTREVISION=	6
4
PORTREVISION=	0
5
CATEGORIES=	multimedia
5
CATEGORIES=	multimedia
6
6
7
MAINTAINER=	rozhuk.im@gmail.com
7
MAINTAINER=	rozhuk.im@gmail.com
Lines 27-33 USES= cmake:noninja compiler:c++11-lang gl \ Link Here
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
USE_GL=		gl glew glu glut
28
USE_GL=		gl glew glu glut
29
USE_QT=		core gui multimedia network opengl printsupport \
29
USE_QT=		core gui multimedia network opengl printsupport \
30
		script serialport svg widgets xml \
30
		script serialport svg uitools widgets xml \
31
		buildtools:build linguisttools:build qmake:build
31
		buildtools:build linguisttools:build qmake:build
32
CMAKE_ARGS=	-DWITH_SYSTEM_LZO:BOOL=ON \
32
CMAKE_ARGS=	-DWITH_SYSTEM_LZO:BOOL=ON \
33
		-DWITH_SYSTEM_SUPERLU:BOOL=ON
33
		-DWITH_SYSTEM_SUPERLU:BOOL=ON
(-)b/multimedia/opentoonz/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1618150313
1
TIMESTAMP = 1694356970
2
SHA256 (opentoonz-opentoonz-v1.5.0_GH0.tar.gz) = fba0f381fb71ffda89e6423b4d461450d4851f93830342e69e36313070af5990
2
SHA256 (opentoonz-opentoonz-v1.7.1_GH0.tar.gz) = d0daf60d06510efe15d0db3f9eed0162499ed58061504dca27892c2b9ea5f22d
3
SIZE (opentoonz-opentoonz-v1.5.0_GH0.tar.gz) = 54677708
3
SIZE (opentoonz-opentoonz-v1.7.1_GH0.tar.gz) = 52852616
(-)b/multimedia/opentoonz/files/patch-toonz_sources_CMakeLists.txt (+11 lines)
Added Link Here
1
--- toonz/sources/CMakeLists.txt
2
+++ toonz/sources/CMakeLists.txt
3
@@ -476,7 +476,7 @@
4
     find_package(LZO REQUIRED)
5
     message("LZO:" ${LZO_INCLUDE_DIR})
6
 
7
-    if(HAIKU)
8
+    if(BUILD_TARGET_BSD OR HAIKU)
9
         find_library(EXECINFO_LIBRARY execinfo)
10
     endif()
11
     find_library(PTHREAD_LIBRARY pthread)
(-)b/multimedia/opentoonz/files/patch-toonz_sources_common_tsystem_tpluginmanager.cpp (-5 / +4 lines)
Lines 4-10 which bumped the verison number to 1300040 Link Here
4
4
5
--- toonz/sources/common/tsystem/tpluginmanager.cpp.orig	2021-04-11 15:01:57 UTC
5
--- toonz/sources/common/tsystem/tpluginmanager.cpp.orig	2021-04-11 15:01:57 UTC
6
+++ toonz/sources/common/tsystem/tpluginmanager.cpp
6
+++ toonz/sources/common/tsystem/tpluginmanager.cpp
7
@@ -15,12 +15,14 @@
7
@@ -15,12 +15,12 @@
8
 #include <sys/param.h>
8
 #include <sys/param.h>
9
 #include <unistd.h>
9
 #include <unistd.h>
10
 #include <sys/types.h>
10
 #include <sys/types.h>
Lines 14-22 which bumped the verison number to 1300040 Link Here
14
 #endif
14
 #endif
15
 #include <stdio.h>
15
 #include <stdio.h>
16
 #include <unistd.h>
16
 #include <unistd.h>
17
+#if !defined(FREEBSD) || __FreeBSD_version < 1300040
17
-#ifndef HAIKU
18
+#if !defined(HAIKU) && !defined(FREEBSD)
18
 #include <sys/dir.h>
19
 #include <sys/dir.h>
19
+#endif
20
 #endif
20
 #include <sys/param.h>  // for getfsstat
21
 #include <sys/param.h>  // for getfsstat
21
 #ifdef MACOSX
22
 #include <sys/ucred.h>
(-)b/multimedia/opentoonz/pkg-plist (-7 / +209 lines)
Lines 24-29 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
24
%%DATADIR%%/stuff/config/batches.xml
24
%%DATADIR%%/stuff/config/batches.xml
25
%%DATADIR%%/stuff/config/brush.txt
25
%%DATADIR%%/stuff/config/brush.txt
26
%%DATADIR%%/stuff/config/cleanupreslist.txt
26
%%DATADIR%%/stuff/config/cleanupreslist.txt
27
%%DATADIR%%/stuff/config/colornames.txt
27
%%DATADIR%%/stuff/config/current.txt
28
%%DATADIR%%/stuff/config/current.txt
28
%%DATADIR%%/stuff/config/export-toonz.lua
29
%%DATADIR%%/stuff/config/export-toonz.lua
29
%%DATADIR%%/stuff/config/fdg/fld_10_4mm_acme.fdg
30
%%DATADIR%%/stuff/config/fdg/fld_10_4mm_acme.fdg
Lines 159-164 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
159
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled.svg
160
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled.svg
160
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled_light.svg
161
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_disabled_light.svg
161
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_light.svg
162
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-handle_light.svg
163
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-v-handle.svg
164
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-v-handle_disabled.svg
165
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-v-handle_disabled_light.svg
166
%%DATADIR%%/stuff/config/qss/Default/imgs/black/slider-v-handle_light.svg
162
%%DATADIR%%/stuff/config/qss/Default/imgs/black/table_small.svg
167
%%DATADIR%%/stuff/config/qss/Default/imgs/black/table_small.svg
163
%%DATADIR%%/stuff/config/qss/Default/imgs/black/timeline_config.svg
168
%%DATADIR%%/stuff/config/qss/Default/imgs/black/timeline_config.svg
164
%%DATADIR%%/stuff/config/qss/Default/imgs/black/toolbar_extension_horizontal.png
169
%%DATADIR%%/stuff/config/qss/Default/imgs/black/toolbar_extension_horizontal.png
Lines 221-226 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
221
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_disabled_dark.svg
226
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-groove_disabled_dark.svg
222
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle.svg
227
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle.svg
223
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle_disabled.svg
228
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-handle_disabled.svg
229
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-v-handle.svg
230
%%DATADIR%%/stuff/config/qss/Default/imgs/white/slider-v-handle_disabled.svg
224
%%DATADIR%%/stuff/config/qss/Default/imgs/white/table_small.svg
231
%%DATADIR%%/stuff/config/qss/Default/imgs/white/table_small.svg
225
%%DATADIR%%/stuff/config/qss/Default/imgs/white/timeline_config.svg
232
%%DATADIR%%/stuff/config/qss/Default/imgs/white/timeline_config.svg
226
%%DATADIR%%/stuff/config/qss/Default/imgs/white/toolbar_extension_horizontal.png
233
%%DATADIR%%/stuff/config/qss/Default/imgs/white/toolbar_extension_horizontal.png
Lines 274-279 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
274
%%DATADIR%%/stuff/config/versioncontrol.xml
281
%%DATADIR%%/stuff/config/versioncontrol.xml
275
%%DATADIR%%/stuff/doc/AddIno.pdf
282
%%DATADIR%%/stuff/doc/AddIno.pdf
276
%%DATADIR%%/stuff/doc/BlurIno.pdf
283
%%DATADIR%%/stuff/doc/BlurIno.pdf
284
%%DATADIR%%/stuff/doc/BokehAdvancedIwa.html
277
%%DATADIR%%/stuff/doc/BokehIwa.html
285
%%DATADIR%%/stuff/doc/BokehIwa.html
278
%%DATADIR%%/stuff/doc/BokehRefIwa.html
286
%%DATADIR%%/stuff/doc/BokehRefIwa.html
279
%%DATADIR%%/stuff/doc/ChannelSelectorIno.pdf
287
%%DATADIR%%/stuff/doc/ChannelSelectorIno.pdf
Lines 308-313 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
308
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_qt.txt
316
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_qt.txt
309
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_superlu.txt
317
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_superlu.txt
310
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_tahoma2d.txt
318
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_tahoma2d.txt
319
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_tinyexr_openexr.txt
311
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_winink.txt
320
%%DATADIR%%/stuff/doc/LICENSE/LICENSE_winink.txt
312
%%DATADIR%%/stuff/doc/LICENSE/notice_about_modified_qt.txt
321
%%DATADIR%%/stuff/doc/LICENSE/notice_about_modified_qt.txt
313
%%DATADIR%%/stuff/doc/LevelAutoIno.pdf
322
%%DATADIR%%/stuff/doc/LevelAutoIno.pdf
Lines 402-407 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
402
%%DATADIR%%/stuff/doc/español/img/perspective_distort.png
411
%%DATADIR%%/stuff/doc/español/img/perspective_distort.png
403
%%DATADIR%%/stuff/doc/español/particlesFx.html
412
%%DATADIR%%/stuff/doc/español/particlesFx.html
404
%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh.png
413
%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh.png
414
%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh_advanced.png
405
%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh_ref.png
415
%%DATADIR%%/stuff/doc/img/fx_iwa_bokeh_ref.png
406
%%DATADIR%%/stuff/doc/img/fx_iwa_motionblur.png
416
%%DATADIR%%/stuff/doc/img/fx_iwa_motionblur.png
407
%%DATADIR%%/stuff/doc/img/fx_iwa_perspective_distort.png
417
%%DATADIR%%/stuff/doc/img/fx_iwa_perspective_distort.png
Lines 413-418 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
413
%%DATADIR%%/stuff/doc/particlesFx.html
423
%%DATADIR%%/stuff/doc/particlesFx.html
414
%%DATADIR%%/stuff/doc/日本語/AddIno.pdf
424
%%DATADIR%%/stuff/doc/日本語/AddIno.pdf
415
%%DATADIR%%/stuff/doc/日本語/BlurIno.pdf
425
%%DATADIR%%/stuff/doc/日本語/BlurIno.pdf
426
%%DATADIR%%/stuff/doc/日本語/BokehAdvancedIwa.html
416
%%DATADIR%%/stuff/doc/日本語/BokehIwa.html
427
%%DATADIR%%/stuff/doc/日本語/BokehIwa.html
417
%%DATADIR%%/stuff/doc/日本語/BokehRefIwa.html
428
%%DATADIR%%/stuff/doc/日本語/BokehRefIwa.html
418
%%DATADIR%%/stuff/doc/日本語/ChannelSelectorIno.pdf
429
%%DATADIR%%/stuff/doc/日本語/ChannelSelectorIno.pdf
Lines 463-468 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
463
%%DATADIR%%/stuff/doc/日本語/VividLightIno.pdf
474
%%DATADIR%%/stuff/doc/日本語/VividLightIno.pdf
464
%%DATADIR%%/stuff/doc/日本語/WarpHVIno.pdf
475
%%DATADIR%%/stuff/doc/日本語/WarpHVIno.pdf
465
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh.png
476
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh.png
477
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh_advanced.png
466
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh_ref.png
478
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_bokeh_ref.png
467
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_motionblur.png
479
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_motionblur.png
468
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_perspective_distort.png
480
%%DATADIR%%/stuff/doc/日本語/img/fx_iwa_perspective_distort.png
Lines 485-492 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
485
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Steam.fx
497
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Steam.fx
486
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Trail smoke.fx
498
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Trail smoke.fx
487
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Water bubbles.fx
499
%%DATADIR%%/stuff/fxs/presets/STD_particlesFx/Water bubbles.fx
500
%%DATADIR%%/stuff/library/camera calibration/checkerboard.tif
501
%%DATADIR%%/stuff/library/camera calibration/readme.txt
488
%%DATADIR%%/stuff/library/clapperboards/images/board1.png
502
%%DATADIR%%/stuff/library/clapperboards/images/board1.png
489
%%DATADIR%%/stuff/library/clapperboards/preset_sample.clapperboard
503
%%DATADIR%%/stuff/library/clapperboards/preset_sample.clapperboard
504
%%DATADIR%%/stuff/library/custom panel templates/drawing toolbox.ui
505
%%DATADIR%%/stuff/library/custom panel templates/eight buttons.ui
490
%%DATADIR%%/stuff/library/custom styles/Arc.0001.png
506
%%DATADIR%%/stuff/library/custom styles/Arc.0001.png
491
%%DATADIR%%/stuff/library/custom styles/Arc.0002.png
507
%%DATADIR%%/stuff/library/custom styles/Arc.0002.png
492
%%DATADIR%%/stuff/library/custom styles/Arc.0003.png
508
%%DATADIR%%/stuff/library/custom styles/Arc.0003.png
Lines 668-685 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
668
%%DATADIR%%/stuff/library/custom styles/wave.pli
684
%%DATADIR%%/stuff/library/custom styles/wave.pli
669
%%DATADIR%%/stuff/library/custom styles/wave2.pli
685
%%DATADIR%%/stuff/library/custom styles/wave2.pli
670
%%DATADIR%%/stuff/library/mypaint brushes/Licenses.txt
686
%%DATADIR%%/stuff/library/mypaint brushes/Licenses.txt
687
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/001_Pencil.myb
688
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/001_Pencil_prev.png
689
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/002_Frame-Line.myb
690
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/002_Frame-Line_prev.png
691
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/003_Dip-Pen.myb
692
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/003_Dip-Pen_prev.png
693
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/004_Brush.myb
694
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/004_Brush_prev.png
695
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/005_Calligraphy.myb
696
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/005_Calligraphy_prev.png
697
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/006_Paint-Brush.myb
698
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/006_Paint-Brush_prev.png
699
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/007_Line-Eraser.myb
700
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/007_Line-Eraser_prev.png
701
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/009_Soft-Eraser.myb
702
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/009_Soft-Eraser_prev.png
703
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/010_Fill.myb
704
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/010_Fill_prev.png
705
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/011_Marker.myb
706
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/011_Marker_prev.png
707
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/012_Flat-Marker.myb
708
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/012_Flat-Marker_prev.png
709
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/013_Pastel.myb
710
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/013_Pastel_prev.png
711
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/014_Crayon.myb
712
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/014_Crayon_prev.png
713
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/015_Van_Gogh.myb
714
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/015_Van_Gogh_prev.png
715
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/016_Flat-Brush.myb
716
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/016_Flat-Brush_prev.png
717
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/017_Thin-Brush.myb
718
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/017_Thin-Brush_prev.png
719
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/018_Pointed-Brush.myb
720
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/018_Pointed-Brush_prev.png
721
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/019_Classic-Paint.myb
722
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/019_Classic-Paint_prev.png
723
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/020_Wet-Brush.myb
724
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/020_Wet-Brush_prev.png
725
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/021_Wet-ScrubbingBrush.myb
726
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/021_Wet-ScrubbingBrush_prev.png
727
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/022_Watercolor.myb
728
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/022_Watercolor_prev.png
729
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/023_Wet-Watercolor.myb
730
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/023_Wet-Watercolor_prev.png
731
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/024_Splash.myb
732
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/024_Splash_prev.png
733
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/025_Sand.myb
734
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/025_Sand_prev.png
735
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/026_Knife.myb
736
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/026_Knife_prev.png
737
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/027_Add-Water.myb
738
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/027_Add-Water_prev.png
739
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/028_Blend.myb
740
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/028_Blend_prev.png
741
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/029_Smear.myb
742
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/029_Smear_prev.png
743
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/030_Grainy-Blend.myb
744
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/030_Grainy-Blend_prev.png
745
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/031_Cone.myb
746
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/031_Cone_prev.png
747
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/032_Clouds.myb
748
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/032_Clouds_prev.png
749
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/033_Grass.myb
750
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/033_Grass_prev.png
751
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/034_Leaf.myb
752
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/034_Leaf_prev.png
753
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/035_Sewing.myb
754
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/035_Sewing_prev.png
755
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/036_Plush.myb
756
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/036_Plush_prev.png
757
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/README.txt
758
%%DATADIR%%/stuff/library/mypaint brushes/SLOS_MPB/gimp brush.txt
671
%%DATADIR%%/stuff/library/mypaint brushes/aotz/001_sketch.myb
759
%%DATADIR%%/stuff/library/mypaint brushes/aotz/001_sketch.myb
672
%%DATADIR%%/stuff/library/mypaint brushes/aotz/001_sketch_prev.png
760
%%DATADIR%%/stuff/library/mypaint brushes/aotz/001_sketch_prev.png
761
%%DATADIR%%/stuff/library/mypaint brushes/aotz/002_sketch_b.myb
762
%%DATADIR%%/stuff/library/mypaint brushes/aotz/002_sketch_b_prev.png
673
%%DATADIR%%/stuff/library/mypaint brushes/aotz/005_ink.myb
763
%%DATADIR%%/stuff/library/mypaint brushes/aotz/005_ink.myb
674
%%DATADIR%%/stuff/library/mypaint brushes/aotz/005_ink_prev.png
764
%%DATADIR%%/stuff/library/mypaint brushes/aotz/005_ink_prev.png
675
%%DATADIR%%/stuff/library/mypaint brushes/aotz/009_fill.myb
765
%%DATADIR%%/stuff/library/mypaint brushes/aotz/009_fill.myb
676
%%DATADIR%%/stuff/library/mypaint brushes/aotz/009_fill_prev.png
766
%%DATADIR%%/stuff/library/mypaint brushes/aotz/009_fill_prev.png
677
%%DATADIR%%/stuff/library/mypaint brushes/aotz/010_paint.myb
767
%%DATADIR%%/stuff/library/mypaint brushes/aotz/010_paint.myb
678
%%DATADIR%%/stuff/library/mypaint brushes/aotz/010_paint_prev.png
768
%%DATADIR%%/stuff/library/mypaint brushes/aotz/010_paint_prev.png
769
%%DATADIR%%/stuff/library/mypaint brushes/aotz/011_oilbrush.myb
770
%%DATADIR%%/stuff/library/mypaint brushes/aotz/011_oilbrush_prev.png
771
%%DATADIR%%/stuff/library/mypaint brushes/aotz/014_impasto.myb
772
%%DATADIR%%/stuff/library/mypaint brushes/aotz/014_impasto_prev.png
773
%%DATADIR%%/stuff/library/mypaint brushes/aotz/016_gouache.myb
774
%%DATADIR%%/stuff/library/mypaint brushes/aotz/016_gouache_prev.png
775
%%DATADIR%%/stuff/library/mypaint brushes/aotz/018_airbrush.myb
776
%%DATADIR%%/stuff/library/mypaint brushes/aotz/018_airbrush_prev.png
679
%%DATADIR%%/stuff/library/mypaint brushes/aotz/020_water.myb
777
%%DATADIR%%/stuff/library/mypaint brushes/aotz/020_water.myb
680
%%DATADIR%%/stuff/library/mypaint brushes/aotz/020_water_prev.png
778
%%DATADIR%%/stuff/library/mypaint brushes/aotz/020_water_prev.png
681
%%DATADIR%%/stuff/library/mypaint brushes/aotz/029_watercolor_texture.myb
779
%%DATADIR%%/stuff/library/mypaint brushes/aotz/028_splatter.myb
682
%%DATADIR%%/stuff/library/mypaint brushes/aotz/029_watercolor_texture_prev.png
780
%%DATADIR%%/stuff/library/mypaint brushes/aotz/028_splatter_prev.png
683
%%DATADIR%%/stuff/library/mypaint brushes/aotz/038_crayon.myb
781
%%DATADIR%%/stuff/library/mypaint brushes/aotz/038_crayon.myb
684
%%DATADIR%%/stuff/library/mypaint brushes/aotz/038_crayon_prev.png
782
%%DATADIR%%/stuff/library/mypaint brushes/aotz/038_crayon_prev.png
685
%%DATADIR%%/stuff/library/mypaint brushes/aotz/039_chalk.myb
783
%%DATADIR%%/stuff/library/mypaint brushes/aotz/039_chalk.myb
Lines 688-707 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
688
%%DATADIR%%/stuff/library/mypaint brushes/aotz/040_marker_prev.png
786
%%DATADIR%%/stuff/library/mypaint brushes/aotz/040_marker_prev.png
689
%%DATADIR%%/stuff/library/mypaint brushes/aotz/041_hatch.myb
787
%%DATADIR%%/stuff/library/mypaint brushes/aotz/041_hatch.myb
690
%%DATADIR%%/stuff/library/mypaint brushes/aotz/041_hatch_prev.png
788
%%DATADIR%%/stuff/library/mypaint brushes/aotz/041_hatch_prev.png
691
%%DATADIR%%/stuff/library/mypaint brushes/aotz/042_stipple.myb
789
%%DATADIR%%/stuff/library/mypaint brushes/aotz/042_hatch_rough.myb
692
%%DATADIR%%/stuff/library/mypaint brushes/aotz/042_stipple_prev.png
790
%%DATADIR%%/stuff/library/mypaint brushes/aotz/042_hatch_rough_prev.png
791
%%DATADIR%%/stuff/library/mypaint brushes/aotz/043_hatch mesh.myb
792
%%DATADIR%%/stuff/library/mypaint brushes/aotz/043_hatch mesh_prev.png
793
%%DATADIR%%/stuff/library/mypaint brushes/aotz/044_hatch_sparse.myb
794
%%DATADIR%%/stuff/library/mypaint brushes/aotz/044_hatch_sparse_prev.png
795
%%DATADIR%%/stuff/library/mypaint brushes/aotz/045_stipple.myb
796
%%DATADIR%%/stuff/library/mypaint brushes/aotz/045_stipple_prev.png
693
%%DATADIR%%/stuff/library/mypaint brushes/aotz/050_clouds.myb
797
%%DATADIR%%/stuff/library/mypaint brushes/aotz/050_clouds.myb
694
%%DATADIR%%/stuff/library/mypaint brushes/aotz/050_clouds_prev.png
798
%%DATADIR%%/stuff/library/mypaint brushes/aotz/050_clouds_prev.png
695
%%DATADIR%%/stuff/library/mypaint brushes/aotz/051_grass.myb
799
%%DATADIR%%/stuff/library/mypaint brushes/aotz/051_grass.myb
696
%%DATADIR%%/stuff/library/mypaint brushes/aotz/051_grass_prev.png
800
%%DATADIR%%/stuff/library/mypaint brushes/aotz/051_grass_prev.png
697
%%DATADIR%%/stuff/library/mypaint brushes/aotz/052_leaves.myb
801
%%DATADIR%%/stuff/library/mypaint brushes/aotz/052_leaves.myb
698
%%DATADIR%%/stuff/library/mypaint brushes/aotz/052_leaves_prev.png
802
%%DATADIR%%/stuff/library/mypaint brushes/aotz/052_leaves_prev.png
803
%%DATADIR%%/stuff/library/mypaint brushes/aotz/053_meadown.myb
804
%%DATADIR%%/stuff/library/mypaint brushes/aotz/053_meadown_prev.png
805
%%DATADIR%%/stuff/library/mypaint brushes/aotz/054_blossom.myb
806
%%DATADIR%%/stuff/library/mypaint brushes/aotz/054_blossom_prev.png
699
%%DATADIR%%/stuff/library/mypaint brushes/aotz/058_fur.myb
807
%%DATADIR%%/stuff/library/mypaint brushes/aotz/058_fur.myb
700
%%DATADIR%%/stuff/library/mypaint brushes/aotz/058_fur_prev.png
808
%%DATADIR%%/stuff/library/mypaint brushes/aotz/058_fur_prev.png
701
%%DATADIR%%/stuff/library/mypaint brushes/aotz/059_fur2.myb
809
%%DATADIR%%/stuff/library/mypaint brushes/aotz/059_fur2.myb
702
%%DATADIR%%/stuff/library/mypaint brushes/aotz/059_fur2_prev.png
810
%%DATADIR%%/stuff/library/mypaint brushes/aotz/059_fur2_prev.png
703
%%DATADIR%%/stuff/library/mypaint brushes/aotz/060_eraser.myb
811
%%DATADIR%%/stuff/library/mypaint brushes/aotz/060_texture_ground.myb
704
%%DATADIR%%/stuff/library/mypaint brushes/aotz/060_eraser_prev.png
812
%%DATADIR%%/stuff/library/mypaint brushes/aotz/060_texture_ground_prev.png
813
%%DATADIR%%/stuff/library/mypaint brushes/aotz/061_texture_stone.myb
814
%%DATADIR%%/stuff/library/mypaint brushes/aotz/061_texture_stone_prev.png
815
%%DATADIR%%/stuff/library/mypaint brushes/aotz/063_texture_sand.myb
816
%%DATADIR%%/stuff/library/mypaint brushes/aotz/063_texture_sand_prev.png
817
%%DATADIR%%/stuff/library/mypaint brushes/aotz/065_texture_water.myb
818
%%DATADIR%%/stuff/library/mypaint brushes/aotz/065_texture_water_prev.png
819
%%DATADIR%%/stuff/library/mypaint brushes/aotz/070_surface_broad.myb
820
%%DATADIR%%/stuff/library/mypaint brushes/aotz/070_surface_broad_prev.png
821
%%DATADIR%%/stuff/library/mypaint brushes/aotz/073_surface_sketch.myb
822
%%DATADIR%%/stuff/library/mypaint brushes/aotz/073_surface_sketch_prev.png
823
%%DATADIR%%/stuff/library/mypaint brushes/aotz/074_surface_sketch2.myb
824
%%DATADIR%%/stuff/library/mypaint brushes/aotz/074_surface_sketch2_prev.png
825
%%DATADIR%%/stuff/library/mypaint brushes/aotz/090_smear.myb
826
%%DATADIR%%/stuff/library/mypaint brushes/aotz/090_smear_prev.png
827
%%DATADIR%%/stuff/library/mypaint brushes/aotz/095_grainy_blend.myb
828
%%DATADIR%%/stuff/library/mypaint brushes/aotz/095_grainy_blend_prev.png
829
%%DATADIR%%/stuff/library/mypaint brushes/aotz/098_kneaded_eraser.myb
830
%%DATADIR%%/stuff/library/mypaint brushes/aotz/098_kneaded_eraser_prev.png
831
%%DATADIR%%/stuff/library/mypaint brushes/aotz/099_eraser.myb
832
%%DATADIR%%/stuff/library/mypaint brushes/aotz/099_eraser_prev.png
705
%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint.myb
833
%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint.myb
706
%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint_prev.png
834
%%DATADIR%%/stuff/library/mypaint brushes/classic/blend+paint_prev.png
707
%%DATADIR%%/stuff/library/mypaint brushes/classic/blending_knife.myb
835
%%DATADIR%%/stuff/library/mypaint brushes/classic/blending_knife.myb
Lines 1244-1252 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
1244
%%DATADIR%%/stuff/library/particles/star.0004.tif
1372
%%DATADIR%%/stuff/library/particles/star.0004.tif
1245
%%DATADIR%%/stuff/library/particles/star.0005.tif
1373
%%DATADIR%%/stuff/library/particles/star.0005.tif
1246
%%DATADIR%%/stuff/library/particles/toothpaste.0001.tif
1374
%%DATADIR%%/stuff/library/particles/toothpaste.0001.tif
1375
%%DATADIR%%/stuff/library/shaders/HSLBlendGPU.xml
1247
%%DATADIR%%/stuff/library/shaders/caustics.xml
1376
%%DATADIR%%/stuff/library/shaders/caustics.xml
1248
%%DATADIR%%/stuff/library/shaders/fireball.xml
1377
%%DATADIR%%/stuff/library/shaders/fireball.xml
1249
%%DATADIR%%/stuff/library/shaders/glitter.xml
1378
%%DATADIR%%/stuff/library/shaders/glitter.xml
1379
%%DATADIR%%/stuff/library/shaders/programs/HSLBlendGPU.frag
1380
%%DATADIR%%/stuff/library/shaders/programs/HSLBlendGPU_ports.vert
1250
%%DATADIR%%/stuff/library/shaders/programs/caustics.frag
1381
%%DATADIR%%/stuff/library/shaders/programs/caustics.frag
1251
%%DATADIR%%/stuff/library/shaders/programs/fireball.frag
1382
%%DATADIR%%/stuff/library/shaders/programs/fireball.frag
1252
%%DATADIR%%/stuff/library/shaders/programs/glitter.frag
1383
%%DATADIR%%/stuff/library/shaders/programs/glitter.frag
Lines 1273-1278 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
1273
%%DATADIR%%/stuff/library/textures/Paper 4.BMP
1404
%%DATADIR%%/stuff/library/textures/Paper 4.BMP
1274
%%DATADIR%%/stuff/library/textures/arabesque.bmp
1405
%%DATADIR%%/stuff/library/textures/arabesque.bmp
1275
%%DATADIR%%/stuff/library/textures/brickwork.bmp
1406
%%DATADIR%%/stuff/library/textures/brickwork.bmp
1407
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0001.png
1408
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0002.png
1409
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0003.png
1410
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0004.png
1411
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0005.png
1412
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0006.png
1413
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0007.png
1414
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0008.png
1415
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0009.png
1416
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0010.png
1417
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0011.png
1418
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0012.png
1419
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0013.png
1420
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0014.png
1421
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0015.png
1422
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0016.png
1423
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0017.png
1424
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0018.png
1425
%%DATADIR%%/stuff/library/textures/brush tips/dry_brush.0019.png
1426
%%DATADIR%%/stuff/library/textures/brush tips/fluffy.0001.png
1427
%%DATADIR%%/stuff/library/textures/brush tips/fluffy.0002.png
1428
%%DATADIR%%/stuff/library/textures/brush tips/fluffy.0003.png
1429
%%DATADIR%%/stuff/library/textures/brush tips/fluffy.0004.png
1430
%%DATADIR%%/stuff/library/textures/brush tips/fluffy.0005.png
1431
%%DATADIR%%/stuff/library/textures/brush tips/fluffy.0006.png
1432
%%DATADIR%%/stuff/library/textures/brush tips/fluffy.0007.png
1433
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0001.png
1434
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0002.png
1435
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0003.png
1436
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0004.png
1437
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0005.png
1438
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0006.png
1439
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0007.png
1440
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0008.png
1441
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0009.png
1442
%%DATADIR%%/stuff/library/textures/brush tips/single_line.0010.png
1443
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0001.png
1444
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0002.png
1445
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0003.png
1446
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0004.png
1447
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0005.png
1448
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0006.png
1449
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0007.png
1450
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0008.png
1451
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0009.png
1452
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0010.png
1453
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0011.png
1454
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0012.png
1455
%%DATADIR%%/stuff/library/textures/brush tips/streaky.0013.png
1456
%%DATADIR%%/stuff/library/textures/brush tips/thick.0001.png
1457
%%DATADIR%%/stuff/library/textures/brush tips/thick.0002.png
1458
%%DATADIR%%/stuff/library/textures/brush tips/thick.0003.png
1459
%%DATADIR%%/stuff/library/textures/brush tips/thick.0004.png
1460
%%DATADIR%%/stuff/library/textures/brush tips/thick.0005.png
1461
%%DATADIR%%/stuff/library/textures/brush tips/thick.0006.png
1462
%%DATADIR%%/stuff/library/textures/brush tips/thick.0007.png
1463
%%DATADIR%%/stuff/library/textures/brush tips/thick.0008.png
1464
%%DATADIR%%/stuff/library/textures/brush tips/thick.0009.png
1465
%%DATADIR%%/stuff/library/textures/brush tips/thick.0010.png
1276
%%DATADIR%%/stuff/library/textures/carpet.bmp
1466
%%DATADIR%%/stuff/library/textures/carpet.bmp
1277
%%DATADIR%%/stuff/library/textures/chessboard.bmp
1467
%%DATADIR%%/stuff/library/textures/chessboard.bmp
1278
%%DATADIR%%/stuff/library/textures/clouds.bmp
1468
%%DATADIR%%/stuff/library/textures/clouds.bmp
Lines 1313-1325 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
1313
%%DATADIR%%/stuff/library/vector brushes/large_brush2.pli
1503
%%DATADIR%%/stuff/library/vector brushes/large_brush2.pli
1314
%%DATADIR%%/stuff/library/vector brushes/large_brush3.pli
1504
%%DATADIR%%/stuff/library/vector brushes/large_brush3.pli
1315
%%DATADIR%%/stuff/library/vector brushes/large_brush4.pli
1505
%%DATADIR%%/stuff/library/vector brushes/large_brush4.pli
1316
%%DATADIR%%/stuff/library/vector brushes/logo.pli
1317
%%DATADIR%%/stuff/library/vector brushes/medium_brush1.pli
1506
%%DATADIR%%/stuff/library/vector brushes/medium_brush1.pli
1318
%%DATADIR%%/stuff/library/vector brushes/medium_brush2.pli
1507
%%DATADIR%%/stuff/library/vector brushes/medium_brush2.pli
1319
%%DATADIR%%/stuff/library/vector brushes/medium_brush3.pli
1508
%%DATADIR%%/stuff/library/vector brushes/medium_brush3.pli
1320
%%DATADIR%%/stuff/library/vector brushes/medium_brush4.pli
1509
%%DATADIR%%/stuff/library/vector brushes/medium_brush4.pli
1321
%%DATADIR%%/stuff/library/vector brushes/medium_brush5.pli
1510
%%DATADIR%%/stuff/library/vector brushes/medium_brush5.pli
1322
%%DATADIR%%/stuff/library/vector brushes/medium_brush6.pli
1511
%%DATADIR%%/stuff/library/vector brushes/medium_brush6.pli
1512
%%DATADIR%%/stuff/library/vector brushes/otlogo.pli
1323
%%DATADIR%%/stuff/library/vector brushes/scratch.pli
1513
%%DATADIR%%/stuff/library/vector brushes/scratch.pli
1324
%%DATADIR%%/stuff/library/vector brushes/scribble_chalk.pli
1514
%%DATADIR%%/stuff/library/vector brushes/scribble_chalk.pli
1325
%%DATADIR%%/stuff/library/vector brushes/simple_lace.pli
1515
%%DATADIR%%/stuff/library/vector brushes/simple_lace.pli
Lines 1338-1344 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
1338
%%DATADIR%%/stuff/library/vector brushes/thickening.pli
1528
%%DATADIR%%/stuff/library/vector brushes/thickening.pli
1339
%%DATADIR%%/stuff/library/vector brushes/trail_shape1.pli
1529
%%DATADIR%%/stuff/library/vector brushes/trail_shape1.pli
1340
%%DATADIR%%/stuff/library/vector brushes/trail_shape2.pli
1530
%%DATADIR%%/stuff/library/vector brushes/trail_shape2.pli
1531
%%DATADIR%%/stuff/library/xsheetpdfpresets/a3_6sec.ini
1532
%%DATADIR%%/stuff/library/xsheetpdfpresets/b4_3sec.ini
1533
%%DATADIR%%/stuff/library/xsheetpdfpresets/b4_6sec.ini
1341
%%DATADIR%%/stuff/profiles/layouts/check.bmp
1534
%%DATADIR%%/stuff/profiles/layouts/check.bmp
1535
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_HSLBlendGPU.xml
1342
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_caustics.xml
1536
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_caustics.xml
1343
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_fireball.xml
1537
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_fireball.xml
1344
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_glitter.xml
1538
%%DATADIR%%/stuff/profiles/layouts/fxs/SHADER_glitter.xml
Lines 1367-1372 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
1367
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_dissolveFx.xml
1561
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_dissolveFx.xml
1368
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_embossFx.xml
1562
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_embossFx.xml
1369
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_erodeDilateFx.xml
1563
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_erodeDilateFx.xml
1564
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_externalPaletteFx.xml
1370
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_fadeFx.xml
1565
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_fadeFx.xml
1371
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_fourPointsGradientFx.xml
1566
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_fourPointsGradientFx.xml
1372
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_freeDistortFx.xml
1567
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_freeDistortFx.xml
Lines 1423-1442 share/metainfo/io.github.OpenToonz.appdata.xml Link Here
1423
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_AdjustExposureFx.xml
1618
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_AdjustExposureFx.xml
1424
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BarrelDistortFx.xml
1619
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BarrelDistortFx.xml
1425
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BloomFx.xml
1620
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BloomFx.xml
1621
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BokehAdvancedFx.xml
1426
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BokehFx.xml
1622
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BokehFx.xml
1427
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BokehRefFx.xml
1623
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_BokehRefFx.xml
1428
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_CorridorGradientFx.xml
1624
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_CorridorGradientFx.xml
1429
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_DirectionalBlurFx.xml
1625
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_DirectionalBlurFx.xml
1626
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_FloorBumpFx.xml
1627
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_FlowBlurFx.xml
1628
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_FlowPaintBrushFx.xml
1430
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_FractalNoiseFx.xml
1629
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_FractalNoiseFx.xml
1431
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_GlareFx.xml
1630
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_GlareFx.xml
1432
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_GradientWarpFx.xml
1631
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_GradientWarpFx.xml
1433
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_LinearGradientFx.xml
1632
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_LinearGradientFx.xml
1434
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_MotionBlurCompFx.xml
1633
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_MotionBlurCompFx.xml
1634
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_MotionFlowFx.xml
1435
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_PNPerspectiveFx.xml
1635
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_PNPerspectiveFx.xml
1436
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_PerspectiveDistortFx.xml
1636
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_PerspectiveDistortFx.xml
1637
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_RainbowFx.xml
1437
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SoapBubbleFx.xml
1638
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SoapBubbleFx.xml
1438
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SpectrumFx.xml
1639
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SpectrumFx.xml
1439
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SpinGradientFx.xml
1640
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_SpinGradientFx.xml
1641
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TangentFlowFx.xml
1440
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TextFx.xml
1642
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TextFx.xml
1441
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TileFx.xml
1643
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TileFx.xml
1442
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TiledParticlesFx.xml
1644
%%DATADIR%%/stuff/profiles/layouts/fxs/STD_iwa_TiledParticlesFx.xml

Return to bug 273714