Commit graph

181 commits

Author SHA1 Message Date
shun-iwasawa
31c0770994 fix soapbubble fx 2023-07-11 22:30:39 -04:00
shun-iwasawa
083654883f refactoring: replace obsolete Qt functions 2023-02-25 21:00:20 -05:00
shun-iwasawa
793337e5b8 floating point & linear color space rendering 2023-02-25 20:59:02 -05:00
shun-iwasawa
926b4f34b4 tangentflow, motionflow, flowblur, flowpaintbrush and flow-line style 2023-02-25 18:39:54 -05:00
shun-iwasawa
32dcc6b87e fix radial and spin blur ino offset 2023-02-25 18:39:42 -05:00
shun-iwasawa
3bdad9b457 floor bump fx iwa 2023-02-25 18:39:41 -05:00
shun-iwasawa
2e2a0afa18 sampling size for gradient warp iwa fx 2023-02-25 18:39:27 -05:00
shun-iwasawa
a74ae094a0 particles fx motion blur 2023-02-25 18:39:26 -05:00
shun-iwasawa
709aabdbf4 update bokeh advanced fx iwa 2023-02-25 18:39:21 -05:00
manongjohn
e90463919f
Merge pull request #1099 from manongjohn/ot_patches_20221202
OpenToonz Fix Patches thru 12/2/2022
2022-12-08 06:23:49 -05:00
shun-iwasawa
a46faab818 fix bokeh fx artifacts 2022-12-03 08:43:36 -05:00
shun-iwasawa
78f349ff85 fix soapbubble iwa fx 2022-12-02 23:16:42 -05:00
shun-iwasawa
295b787a48 fix spin blur margin 2022-12-02 23:15:25 -05:00
manongjohn
1268f5d90f
Merge pull request #1062 from manongjohn/fix_particle_control_port_handling
Fix Particle Control Port handling
2022-12-01 06:40:28 -05:00
manongjohn
e47f5882b8 Fix Particle Control Port handling 2022-11-26 02:07:20 -05:00
shun-iwasawa
cf9beab733 revise radial blur fx ino 2022-05-23 00:09:51 -04:00
shun-iwasawa
8640749c4e revise spin blur fx ino 2022-05-23 00:08:41 -04:00
luz paz
8eabdfbaf9 Follow-up to previous commit 2022-05-20 08:06:36 -04:00
manongjohn
17c75a646c
Merge pull request #947 from manongjohn/implicit_hold_fixes_4
Implicit Hold fixes 4
2022-04-04 23:20:02 -04:00
manongjohn
92614f9d8f Fix implicit hold particle texture rendering 2022-04-03 07:36:20 -04:00
shun-iwasawa
c8621d13d1 fix rgb key 2022-04-01 14:14:03 -04:00
shun-iwasawa
73164b3b33 fix bbox handling 2022-04-01 13:56:39 -04:00
shun-iwasawa
df568f4d0b fix particles fx using plastic deformed source 2022-03-12 15:55:01 -05:00
shun-iwasawa
093d54e3d3 fix crash on rendering art contour fx with inputting a particles fx as the controller 2022-03-12 15:28:06 -05:00
shun-iwasawa
f4a22cc8d9 fix dynamic conical fractal noise 2022-02-20 11:57:13 -05:00
shun-iwasawa
6ae7adc008 fix conical fractal noise with offset 2022-02-20 11:56:33 -05:00
luz paz
5b1f158efa Fix source typo 2022-01-19 22:03:28 -05:00
luz paz
23b91d188e Fix more follow-up typos 2022-01-19 22:03:27 -05:00
luz paz
a22c455424 Fix various typos + translate some comments to EN
Found via `codespell -q 3 -S *.ts,thirdparty,./toonz/sources/common/twain -L appy,ba,chunck,datas,forse,inbetween,inly,inout,pevent,possibile,strack,upto,vertexes`
Follow-up to PR #4156
Closes #4072
Revert hidden unicode commit made by git client
2022-01-19 21:43:46 -05:00
luz paz
bf28eb4d43 Revert unnecessary changes 2022-01-19 20:50:58 -05:00
luz paz
cd6cb546f3 Fix various typos
Found via `codespell -q 3 -S *.ts,thirdparty, -L appy,ba,chunck,datas,forse,inbetween,inly,inout,pevent,possibile,upto`
2022-01-19 20:47:01 -05:00
shun-iwasawa
e57d6555cf conical fractal noise 2022-01-19 18:09:32 -05:00
shun-iwasawa
dbe6b3ebda tilefx iwa : image size option 2022-01-19 17:48:17 -05:00
shun-iwasawa
a1df1cc03e fix directional blur margin 2022-01-19 17:47:52 -05:00
manongjohn
d6d53c1109 Implicit Hold for Palette levels 2021-12-31 08:09:18 -05:00
shun-iwasawa
8940bd2bed fix particles friction 2021-11-18 10:19:29 -05:00
shun-iwasawa
83d15fe102 fix pn clouds ino fx 2021-10-07 12:17:58 -04:00
shun-iwasawa
d8daf0e209 fix layer blending fxs channel clamp 2021-10-07 12:17:58 -04:00
shun-iwasawa
9dbac90477 fx global control 2021-10-07 12:17:57 -04:00
shun-iwasawa
2e99a39aad fix bokeh fx artifacts 2021-10-07 12:17:57 -04:00
luz paz
8f2731975f Fix m_refernce->m_reference 2021-08-31 11:10:52 -04:00
luz paz
35e409e926 fix various typos
Found via `codespell -q 3 -S *.ts,thirdparty, -L appy,ba,inbetween,inout,pevent,possibile,upto`
2021-08-31 11:10:50 -04:00
Rozhuk Ivan
a7b6545028 Add FreeBSD (tested) and other BSD systems (not tested) to build and run.
I fail to build TIFF code: it requires access to libtiff internals but it
unavailable with libtiff prom ports. Probably pre build form
thirdparty/tiff-4.0.3 should fix this, but I don't check this.
Tiff code disabled for work but available in options.

I fail with SSE2 too, there is some mess with class initialization:
TRaster32P rout32 = rout; have no idea how to fix it.
If some one want to play with it, then try to build with
CFLAGS+= -DUSE_SSE2 -DDWORD=uint32_t -D_aligned_malloc=aligned_alloc -D_aligned_free=free
on non windows system.

FarmServer::queryHwInfo() - now uses TSystem::***() to collect system info,
to avoid code duplication.

Add pthread as required lib.
2021-08-31 11:10:48 -04:00
Érico Rolim
2c66a4ced9 Use feature test macros properly in igs_resource_msg_from_err_unix.
Feature test macros should be used to inform the C library what
functions a program _expects_ to be available (and which should be made
available to it), not as checks for what functions are available to be
used. Therefore, it is necessary to set _POSIX_C_SOURCE to 200809L,
which indicates we wish to use functions defined in POSIX.2008, one of
which is `int strerror_r()`. This way, all libc (including glibc, as
long as _GNU_SOURCE is undefined) implementations will make the correct
version of the function available, and the fallback to the `char
*strerror_r()` version is no longer necessary.
2021-08-31 11:10:47 -04:00
shun-iwasawa
6e3df49295 bokeh advanced fx quick fix 2021-08-16 23:36:34 -04:00
shun-iwasawa
cb41b196c6 iwa bokeh advanced fx 2021-08-16 23:36:09 -04:00
shun-iwasawa
f4b2e1dd6b compass gadget for radial and spin blur fxs 2021-08-16 21:58:16 -04:00
shun-iwasawa
33d08f0866 rainbowfx iwa 2021-08-16 20:52:53 -04:00
shun-iwasawa
53900472aa change behavior of blend-ino fx without back layer 2021-08-16 18:26:58 -04:00
shun-iwasawa
cbfde43fb8 linear option for all layer blending ino fxs 2021-08-16 18:25:52 -04:00