Log In
bw
/
opentoonz
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
98926d
mypaint brush for toonz raster levels (#2257)
10 files
Authored by shun-iwasawa
6 years ago
, Committed by masafumi-inoue
6 years ago
,
raw
patch
tree
parent
10 files changed.
2811 lines added
.
1358 lines removed
.
toonz/sources/include/toonz/mypaintbrushstyle.h
file modified
+34
-38
toonz/sources/tnztools/CMakeLists.txt
file modified
+4
-2
toonz/sources/tnztools/fullcolorbrushtool.h
file modified
+6
-4
toonz/sources/tnztools/mypainttoonzbrush.cpp
file modified
+95
-51
toonz/sources/tnztools/mypainttoonzbrush.h
file modified
+47
-27
toonz/sources/tnztools/tooloptions.cpp
file modified
+23
-10
toonz/sources/tnztools/toonzrasterbrushtool.cpp
toonz/sources/tnztools/brushtool.cpp
file renamed
+579
-1180
toonz/sources/tnztools/toonzrasterbrushtool.h
toonz/sources/tnztools/brushtool.h
file renamed
+50
-46
toonz/sources/tnztools/toonzvectorbrushtool.cpp
file added
+1776
toonz/sources/tnztools/toonzvectorbrushtool.h
file added
+197
mypaint brush for toonz raster levels (#2257)
toonz/sources/include/toonz/mypaintbrushstyle.h
file modified
+34
-38
toonz/sources/tnztools/CMakeLists.txt
file modified
+4
-2
toonz/sources/tnztools/fullcolorbrushtool.h
file modified
+6
-4
toonz/sources/tnztools/mypainttoonzbrush.cpp
file modified
+95
-51
toonz/sources/tnztools/mypainttoonzbrush.h
file modified
+47
-27
toonz/sources/tnztools/tooloptions.cpp
file modified
+23
-10
toonz/sources/tnztools/toonzrasterbrushtool.cpp
toonz/sources/tnztools/brushtool.cpp
file renamed
+579
-1180
toonz/sources/tnztools/toonzrasterbrushtool.h
toonz/sources/tnztools/brushtool.h
file renamed
+50
-46
toonz/sources/tnztools/toonzvectorbrushtool.cpp
file added
+1776
toonz/sources/tnztools/toonzvectorbrushtool.h
file added
+197