Log In
bw
/
opentoonz
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
8af50f
Merge pull request #4633 from shun-iwasawa/g/flow
90 files
Merged by Rodney
2 years ago
, Committed by GitHub
2 years ago
,
raw
patch
tree
parents
15cd8fef7bc858cc7ebca7a7048bebcab12a8fbd
13c4cfc636335d34c8613f056de66107769a483c
90 files changed.
3637 lines added
.
36 lines removed
.
stuff/config/current.txt
file modified
+46
-0
stuff/library/textures/brush tips/dry_brush.0001.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0002.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0003.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0004.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0005.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0006.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0007.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0008.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0009.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0010.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0011.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0012.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0013.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0014.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0015.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0016.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0017.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0018.png
file added
+0
stuff/library/textures/brush tips/dry_brush.0019.png
file added
+0
stuff/library/textures/brush tips/fluffy.0001.png
file added
+0
stuff/library/textures/brush tips/fluffy.0002.png
file added
+0
stuff/library/textures/brush tips/fluffy.0003.png
file added
+0
stuff/library/textures/brush tips/fluffy.0004.png
file added
+0
stuff/library/textures/brush tips/fluffy.0005.png
file added
+0
stuff/library/textures/brush tips/fluffy.0006.png
file added
+0
stuff/library/textures/brush tips/fluffy.0007.png
file added
+0
stuff/library/textures/brush tips/single_line.0001.png
file added
+0
stuff/library/textures/brush tips/single_line.0002.png
file added
+0
stuff/library/textures/brush tips/single_line.0003.png
file added
+0
stuff/library/textures/brush tips/single_line.0004.png
file added
+0
stuff/library/textures/brush tips/single_line.0005.png
file added
+0
stuff/library/textures/brush tips/single_line.0006.png
file added
+0
stuff/library/textures/brush tips/single_line.0007.png
file added
+0
stuff/library/textures/brush tips/single_line.0008.png
file added
+0
stuff/library/textures/brush tips/single_line.0009.png
file added
+0
stuff/library/textures/brush tips/single_line.0010.png
file added
+0
stuff/library/textures/brush tips/streaky.0001.png
file added
+0
stuff/library/textures/brush tips/streaky.0002.png
file added
+0
stuff/library/textures/brush tips/streaky.0003.png
file added
+0
stuff/library/textures/brush tips/streaky.0004.png
file added
+0
stuff/library/textures/brush tips/streaky.0005.png
file added
+0
stuff/library/textures/brush tips/streaky.0006.png
file added
+0
stuff/library/textures/brush tips/streaky.0007.png
file added
+0
stuff/library/textures/brush tips/streaky.0008.png
file added
+0
stuff/library/textures/brush tips/streaky.0009.png
file added
+0
stuff/library/textures/brush tips/streaky.0010.png
file added
+0
stuff/library/textures/brush tips/streaky.0011.png
file added
+0
stuff/library/textures/brush tips/streaky.0012.png
file added
+0
stuff/library/textures/brush tips/streaky.0013.png
file added
+0
stuff/library/textures/brush tips/thick.0001.png
file added
+0
stuff/library/textures/brush tips/thick.0002.png
file added
+0
stuff/library/textures/brush tips/thick.0003.png
file added
+0
stuff/library/textures/brush tips/thick.0004.png
file added
+0
stuff/library/textures/brush tips/thick.0005.png
file added
+0
stuff/library/textures/brush tips/thick.0006.png
file added
+0
stuff/library/textures/brush tips/thick.0007.png
file added
+0
stuff/library/textures/brush tips/thick.0008.png
file added
+0
stuff/library/textures/brush tips/thick.0009.png
file added
+0
stuff/library/textures/brush tips/thick.0010.png
file added
+0
stuff/profiles/layouts/fxs/STD_iwa_FlowBlurFx.xml
file added
+12
stuff/profiles/layouts/fxs/STD_iwa_FlowPaintBrushFx.xml
file added
+32
stuff/profiles/layouts/fxs/STD_iwa_MotionFlowFx.xml
file added
+15
stuff/profiles/layouts/fxs/STD_iwa_TangentFlowFx.xml
file added
+11
stuff/profiles/layouts/fxs/fxs.lst
file modified
+5
-1
toonz/sources/colorfx/CMakeLists.txt
file modified
+3
-1
toonz/sources/colorfx/colorfx.cpp
file modified
+4
-1
toonz/sources/colorfx/flowlinestrokestyle.cpp
file added
+364
toonz/sources/colorfx/flowlinestrokestyle.h
file added
+98
toonz/sources/common/tfx/trenderer.cpp
file modified
+4
-3
toonz/sources/common/tvectorimage/tvectorimage.cpp
file modified
+13
-16
toonz/sources/common/tvrender/tcolorstyles.cpp
file modified
+4
-0
toonz/sources/common/tvrender/tsimplecolorstyles.cpp
file modified
+16
-0
toonz/sources/include/tcolorstyles.h
file modified
+2
-0
toonz/sources/include/tfxattributes.h
file modified
+11
-0
toonz/sources/include/toonzqt/paramfield.h
file modified
+1
-0
toonz/sources/include/tparamuiconcept.h
file modified
+2
-0
toonz/sources/include/tsimplecolorstyles.h
file modified
+4
-0
toonz/sources/stdfx/CMakeLists.txt
file modified
+8
-0
toonz/sources/stdfx/iwa_flowblurfx.cpp
file added
+505
toonz/sources/stdfx/iwa_flowblurfx.h
file added
+92
toonz/sources/stdfx/iwa_flowpaintbrushfx.cpp
file added
+1089
toonz/sources/stdfx/iwa_flowpaintbrushfx.h
file added
+179
toonz/sources/stdfx/iwa_motionflowfx.cpp
file added
+150
toonz/sources/stdfx/iwa_motionflowfx.h
file added
+40
toonz/sources/stdfx/iwa_tangentflowfx.cpp
file added
+485
toonz/sources/stdfx/iwa_tangentflowfx.h
file added
+137
toonz/sources/stdfx/motionawarebasefx.h
file modified
+31
-0
toonz/sources/tnztools/edittoolgadgets.cpp
file modified
+192
-0
toonz/sources/toonzlib/scenefx.cpp
file modified
+82
-14
Merge pull request #4633 from shun-iwasawa/g/flow New Fxs: Flow Fx series
stuff/config/current.txt
file modified
+46
-0
stuff/library/textures/brush tips/dry_brush.0001.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0002.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0003.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0004.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0005.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0006.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0007.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0008.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0009.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0010.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0011.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0012.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0013.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0014.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0015.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0016.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0017.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0018.png
file added
+0
empty file added
stuff/library/textures/brush tips/dry_brush.0019.png
file added
+0
empty file added
stuff/library/textures/brush tips/fluffy.0001.png
file added
+0
empty file added
stuff/library/textures/brush tips/fluffy.0002.png
file added
+0
empty file added
stuff/library/textures/brush tips/fluffy.0003.png
file added
+0
empty file added
stuff/library/textures/brush tips/fluffy.0004.png
file added
+0
empty file added
stuff/library/textures/brush tips/fluffy.0005.png
file added
+0
empty file added
stuff/library/textures/brush tips/fluffy.0006.png
file added
+0
empty file added
stuff/library/textures/brush tips/fluffy.0007.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0001.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0002.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0003.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0004.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0005.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0006.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0007.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0008.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0009.png
file added
+0
empty file added
stuff/library/textures/brush tips/single_line.0010.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0001.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0002.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0003.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0004.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0005.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0006.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0007.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0008.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0009.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0010.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0011.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0012.png
file added
+0
empty file added
stuff/library/textures/brush tips/streaky.0013.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0001.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0002.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0003.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0004.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0005.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0006.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0007.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0008.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0009.png
file added
+0
empty file added
stuff/library/textures/brush tips/thick.0010.png
file added
+0
empty file added
stuff/profiles/layouts/fxs/STD_iwa_FlowBlurFx.xml
file added
+12
stuff/profiles/layouts/fxs/STD_iwa_FlowPaintBrushFx.xml
file added
+32
stuff/profiles/layouts/fxs/STD_iwa_MotionFlowFx.xml
file added
+15
stuff/profiles/layouts/fxs/STD_iwa_TangentFlowFx.xml
file added
+11
stuff/profiles/layouts/fxs/fxs.lst
file modified
+5
-1
toonz/sources/colorfx/CMakeLists.txt
file modified
+3
-1
toonz/sources/colorfx/colorfx.cpp
file modified
+4
-1
toonz/sources/colorfx/flowlinestrokestyle.cpp
file added
+364
toonz/sources/colorfx/flowlinestrokestyle.h
file added
+98
toonz/sources/common/tfx/trenderer.cpp
file modified
+4
-3
toonz/sources/common/tvectorimage/tvectorimage.cpp
file modified
+13
-16
toonz/sources/common/tvrender/tcolorstyles.cpp
file modified
+4
-0
toonz/sources/common/tvrender/tsimplecolorstyles.cpp
file modified
+16
-0
toonz/sources/include/tcolorstyles.h
file modified
+2
-0
toonz/sources/include/tfxattributes.h
file modified
+11
-0
toonz/sources/include/toonzqt/paramfield.h
file modified
+1
-0
toonz/sources/include/tparamuiconcept.h
file modified
+2
-0
toonz/sources/include/tsimplecolorstyles.h
file modified
+4
-0
toonz/sources/stdfx/CMakeLists.txt
file modified
+8
-0
toonz/sources/stdfx/iwa_flowblurfx.cpp
file added
+505
toonz/sources/stdfx/iwa_flowblurfx.h
file added
+92
toonz/sources/stdfx/iwa_flowpaintbrushfx.cpp
file added
+1089
toonz/sources/stdfx/iwa_flowpaintbrushfx.h
file added
+179
toonz/sources/stdfx/iwa_motionflowfx.cpp
file added
+150
toonz/sources/stdfx/iwa_motionflowfx.h
file added
+40
toonz/sources/stdfx/iwa_tangentflowfx.cpp
file added
+485
toonz/sources/stdfx/iwa_tangentflowfx.h
file added
+137
toonz/sources/stdfx/motionawarebasefx.h
file modified
+31
-0
toonz/sources/tnztools/edittoolgadgets.cpp
file modified
+192
-0
toonz/sources/toonzlib/scenefx.cpp
file modified
+82
-14