245dc0 Merge pull request #1123 from shun-iwasawa/bokeh_fx

54 files Merged by Jeremy Bullock 7 years ago , Committed by GitHub 7 years ago ,
54 files changed. 6116 lines added. 0 lines removed.
stuff/config/current.txt
file modified
+20 -0
stuff/doc/BokehIwa.html
file added
+63
stuff/doc/img/fx_iwa_bokeh.png
file added
+0
stuff/profiles/layouts/fxs/STD_iwa_BokehFx.xml
file added
+44
stuff/profiles/layouts/fxs/fxs.lst
file modified
+1 -0
thirdparty/kiss_fft130/.gitignore
file added
+2
thirdparty/kiss_fft130/.hg_archival.txt
file added
+4
thirdparty/kiss_fft130/.hgignore
file added
+10
thirdparty/kiss_fft130/.hgtags
file added
+20
thirdparty/kiss_fft130/CHANGELOG
file added
+123
thirdparty/kiss_fft130/COPYING
file added
+11
thirdparty/kiss_fft130/Makefile
file added
+33
thirdparty/kiss_fft130/README
file added
+134
thirdparty/kiss_fft130/README.simd
file added
+78
thirdparty/kiss_fft130/TIPS
file added
+39
thirdparty/kiss_fft130/_kiss_fft_guts.h
file added
+164
thirdparty/kiss_fft130/kiss_fft.c
file added
+408
thirdparty/kiss_fft130/kiss_fft.h
file added
+124
thirdparty/kiss_fft130/kissfft.hh
file added
+299
thirdparty/kiss_fft130/test/Makefile
file added
+108
thirdparty/kiss_fft130/test/benchfftw.c
file added
+94
thirdparty/kiss_fft130/test/benchkiss.c
file added
+122
thirdparty/kiss_fft130/test/compfft.py
file added
+92
thirdparty/kiss_fft130/test/doit.c
file added
+129
thirdparty/kiss_fft130/test/fastfir.py
file added
+102
thirdparty/kiss_fft130/test/fft.py
file added
+196
thirdparty/kiss_fft130/test/mk_test.py
file added
+117
thirdparty/kiss_fft130/test/pstats.c
file added
+49
thirdparty/kiss_fft130/test/pstats.h
file added
+7
thirdparty/kiss_fft130/test/tailscrap.m
file added
+26
thirdparty/kiss_fft130/test/test_real.c
file added
+172
thirdparty/kiss_fft130/test/test_vs_dft.c
file added
+74
thirdparty/kiss_fft130/test/testcpp.cc
file added
+73
thirdparty/kiss_fft130/test/testkiss.py
file added
+162
thirdparty/kiss_fft130/test/twotonetest.c
file added
+94
thirdparty/kiss_fft130/tools/Makefile
file added
+62
thirdparty/kiss_fft130/tools/fftutil.c
file added
+208
thirdparty/kiss_fft130/tools/kfc.c
file added
+116
thirdparty/kiss_fft130/tools/kfc.h
file added
+46
thirdparty/kiss_fft130/tools/kiss_fastfir.c
file added
+470
thirdparty/kiss_fft130/tools/kiss_fftnd.c
file added
+193
thirdparty/kiss_fft130/tools/kiss_fftnd.h
file added
+18
thirdparty/kiss_fft130/tools/kiss_fftndr.c
file added
+118
thirdparty/kiss_fft130/tools/kiss_fftndr.h
file added
+47
thirdparty/kiss_fft130/tools/kiss_fftr.c
file added
+159
thirdparty/kiss_fft130/tools/kiss_fftr.h
file added
+46
thirdparty/kiss_fft130/tools/psdpng.c
file added
+235
toonz/sources/include/toonzqt/fxiconmanager.h
file modified
+2 -0
toonz/sources/stdfx/CMakeLists.txt
file modified
+8 -0
toonz/sources/stdfx/iwa_bokehfx.cpp
file added
+1043
toonz/sources/stdfx/iwa_bokehfx.h
file added
+149
toonz/sources/toonzqt/Resources/fxicons/fx_iwa_bokeh.png
file added
+0
toonz/sources/toonzqt/Resources/fxicons/fx_iwa_soapbubble.png
file added
+0
toonz/sources/toonzqt/toonzqt.qrc
file modified
+2 -0
    Merge pull request #1123 from shun-iwasawa/bokeh_fx
    
    New Fx: Bokeh Iwa
        
file modified
+20 -0
empty file added