Log In
bw
/
opentoonz
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
5b2332
New Fx: Text Fx Iwa (#2393)
12 files
Authored by shun-iwasawa
6 years ago
, Committed by masafumi-inoue
6 years ago
,
raw
patch
tree
parent
12 files changed.
722 lines added
.
28 lines removed
.
stuff/config/current.txt
file modified
+13
-0
stuff/profiles/layouts/fxs/STD_iwa_TextFx.xml
file added
+17
stuff/profiles/layouts/fxs/fxs.lst
file modified
+2
-1
toonz/sources/common/tparam/tnotanimatableparam.cpp
file modified
+12
-0
toonz/sources/include/tnotanimatableparam.h
file modified
+33
-0
toonz/sources/include/toonzqt/paramfield.h
file modified
+54
-2
toonz/sources/stdfx/CMakeLists.txt
file modified
+11
-9
toonz/sources/stdfx/iwa_textfx.cpp
file added
+250
toonz/sources/stdfx/iwa_textfx.h
file added
+47
toonz/sources/stdfx/textawarebasefx.h
file added
+32
toonz/sources/toonzlib/scenefx.cpp
file modified
+35
-0
toonz/sources/toonzqt/paramfield.cpp
file modified
+216
-16
New Fx: Text Fx Iwa (#2393) * text fx iwa * fix for osx and linux
stuff/config/current.txt
file modified
+13
-0
stuff/profiles/layouts/fxs/STD_iwa_TextFx.xml
file added
+17
stuff/profiles/layouts/fxs/fxs.lst
file modified
+2
-1
toonz/sources/common/tparam/tnotanimatableparam.cpp
file modified
+12
-0
toonz/sources/include/tnotanimatableparam.h
file modified
+33
-0
toonz/sources/include/toonzqt/paramfield.h
file modified
+54
-2
toonz/sources/stdfx/CMakeLists.txt
file modified
+11
-9
toonz/sources/stdfx/iwa_textfx.cpp
file added
+250
toonz/sources/stdfx/iwa_textfx.h
file added
+47
toonz/sources/stdfx/textawarebasefx.h
file added
+32
toonz/sources/toonzlib/scenefx.cpp
file modified
+35
-0
toonz/sources/toonzqt/paramfield.cpp
file modified
+216
-16