Commit graph

42 commits

Author SHA1 Message Date
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
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
shun-iwasawa
e57d6555cf conical fractal noise 2022-01-19 18:09:32 -05:00
justburner
aeb88a9942 Update Shader Fx: HSL Blend GPU 2021-11-29 09:34:14 +00:00
shun-iwasawa
9dbac90477 fx global control 2021-10-07 12:17:57 -04:00
shun-iwasawa
cb41b196c6 iwa bokeh advanced fx 2021-08-16 23:36:09 -04:00
shun-iwasawa
33d08f0866 rainbowfx iwa 2021-08-16 20:52:53 -04:00
shun-iwasawa
cbfde43fb8 linear option for all layer blending ino fxs 2021-08-16 18:25:52 -04:00
shun-iwasawa
5d866328ea bloom ifx iwa revised - alpha option - decay - auto gain option and gain adjust 2021-08-16 18:23:58 -04:00
manongjohn
b9ea823143
Merge pull request #718 from jeremybullock/perspectivefx_2
OpenToonz 3800 - pnperspectivefx normalize option
2021-06-24 10:04:15 -04:00
shun-iwasawa
376f05b966 pnperspectivefx normalize option 2021-06-13 22:04:59 -06:00
shun-iwasawa
5f34302010 raylitfx enahancement: radius parameter and gadget 2021-06-13 21:59:34 -06:00
shun-iwasawa
5c41e440b3 motion blur fx iwa : default value change 2021-01-24 14:05:31 -05:00
shun-iwasawa
6af69b10e6 glare fx revised - fixed chromatic balance - introduced iris preset - fx version parameter to maintain backward compatibility 2021-01-24 14:05:31 -05:00
Jeremy Bullock
0bb97d6c31
bloom iwa fx (#492)
Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
2020-11-13 09:34:26 -07:00
justburner
a54d7c4206
Add Shader Fx: HSL Blend GPU (#413)
* Added Shader Fx: HSL Blend GPU

* Add Shader Fx: HSL Blend GPU

* Add Shader Fx: HSL Blend GPU

Co-authored-by: justburner <justburner@users.noreply.github.com>
2020-11-04 11:45:22 -07:00
Jeremy Bullock
d0f1813309 Rename to Tahoma2D 2020-10-02 00:20:33 -06:00
Jeremy Bullock
dd1976c5d8
Update with Current OpenToonz changes as of 8-12-20 (#119)
* add multi arc mockup

* implement mutli arc

* add join and smooth option

* reset multiarc and arc when deactivated

* create self loop if the last point is the same as the first

* make join option in multiarc consistent with tape tool

* fix a bug where thickness don't affect mutliarc in vector level

* remove join option in geometric tool

* stop mutliarc after closing shape

* double click can also end multi arc

* fix a bug where multiArc will produce buggy stroke

* fix a bug where geometric tools is not deactivated

* add multiArc shortcut

* rewrite multiArc

* revert changes to tvectorimage

* add undo data for multiArc

* Paste as Copy Command for XSheet

* Remove unneeded code

* Bug fix

* prevent guide lines from jumping around in MultiArc

* make stroke color consistent in MultiArc

* remove color in MultiArc's undo data

* make color consistent in MultiArc with previous version

* Fix single image raster levels

* fix compilation error

* fix a bug where multiArc might generate bugged stroke

* Remove ICONV dep (#3304)

* fix crash on saving studio palette

* Move to Paste Special Menu

* Don't Set Fixed Width if Docking a Floating Panel

* Update how_to_build_win.md

New draft of pr for requested changes to windows build instructions.

* fix geometric tool multiarc smooth option

* fix level saving failure

* fix wrong warning after saving palette

* fix a bug where moving a control point while holding alt has unintended result

* fix travis-install (#3389)

* Fix assert debug crash in flipconsole.cpp

Fix crash when using the viewer controls in the console (debug)

* Redraw Audio Waveform

Fills the waveform rather than outlines it.

* fix undo data when drawing arc and mutliarc

* fix overwriting raster drawing palette (#3387)

* mode sensitive fx settings

* Create New Style Command Button (#3394)

* Create New Style Command Button

This PR creates a new button in the pallette editor that creates a new style.  Button is large and easy access for a faster and easier workflow.  Original code developed by Turtletooth for Tahoma.  Given permission to develop within Openoonz.

Co-Authored-By: Jeremy Bullock <turtletooth@users.noreply.github.com>

* Update paletteviewergui.cpp

Made changes to the PR per request by Shun.

* Fixed a space within the code that wasn't suppose to be there.

Co-authored-by: Jeremy Bullock <turtletooth@users.noreply.github.com>

* tahoma license (#3396)

* new style button optional

* fix loading pegbars (removing updateKeyframes)

* periodic random expression

* add fx in linear color space
this commit is based on source for the ComposeAdd plugin fx by DWANGO Co., Ltd.
in dwango_opentoonz_plugins and opentoonz_plugin_utility repositories.

* fractal noise iwa fx

* skip unnecessary icon invalidation

* fix frame range fill with tablet

* stop function editor to open by dbl clicking key

* Expanding the radius of the rotation handle.

This just changes when the cursor transforms into the rotation tool.

(cherry picked from commit 7722ae989bbdc6aa5cb48df7a4c08bae1fe6ea39)

Co-authored-by: pojienie <pojienie@gmail.com>
Co-authored-by: rim <11380091+rozhuk-im@users.noreply.github.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: DoctorRyan <65507211+DoctorRyan@users.noreply.github.com>
Co-authored-by: shun-iwasawa <shun-iwasawa@users.noreply.github.com>
Co-authored-by: Kite <konero@users.noreply.github.com>
Co-authored-by: Jeremy Bullock <turtletooth@users.noreply.github.com>
Co-authored-by: DoctorRyan <doctorryan1969.gmail.com>
2020-08-17 13:38:24 -06:00
Jeremy Bullock
feb9c4f48f
Merge OT changes as of 8-6 (#116) 2020-08-07 00:11:19 -06:00
Jeremy Bullock
7ce531ac30
OT Changes as of 7-26 (#104) 2020-07-27 21:16:51 -06:00
Jeremy Bullock
a63e912d60
Remove classic xsheet layout. Set compact default. (#66) 2020-07-01 00:20:28 -06:00
shun-iwasawa
25dc519d37 glare fx iwa 2020-05-11 18:02:33 +09:00
shun-iwasawa
83f5eed9c3 logarithmic option for spiral fx 2020-01-24 17:56:50 +09:00
shun-iwasawa
5903e5e9fd linear gradient fx revised 2019-11-14 11:42:05 +09:00
shun-iwasawa
00ed45cbe1 spin gradient iwa 2019-11-11 19:55:57 +09:00
shun-iwasawa
6817df33ac
New Fx: Corridor Gradient Fx Iwa (#2816)
* corridor gradient fx iwa
2019-10-11 12:10:00 +09:00
shun-iwasawa
a92a498ac0 curve type for gradient fxs 2019-08-29 11:30:01 +09:00
artisteacher
7db72b636a Replace RGBM and fix typos (#2551)
* Remove extra t from contain

* Fix error message to use rgba

* Fix label to use RGBA

* Clarify send back menu item
2019-03-10 15:41:13 -06:00
shun-iwasawa
e6dd53837b
revert fx list (#2444) 2018-12-26 11:05:30 +09:00
shun-iwasawa
5b2332a085 New Fx: Text Fx Iwa (#2393)
* text fx iwa

* fix for osx and linux
2018-12-18 14:55:22 +09:00
shun-iwasawa
b82200cfe4 New Fx: Barrel Distort Iwa Fx (#1810)
* barrel distort iwa fx

* add scale parameter
2018-02-19 11:22:27 +09:00
Jeremy Bullock
3f9880648b Fx Pass Through (#1353)
* Pass Through Fx
2017-11-28 22:38:54 +09:00
shun-iwasawa
e2505a1885
bokeh ref iwa fx (#1555) 2017-11-17 17:31:32 +09:00
shun_iwasawa
c0bf38ef8b timecodefx iwa 2017-06-09 20:36:26 +09:00
shun-iwasawa
9d08564877 SoapBubbleFxIwa Improvement (#1175)
* fit thickness and center opacity

* loop and shift spectrum

* render mode
2017-04-28 11:52:23 +09:00
shun_iwasawa
a35b8f8c48 bokeh fx iwa 2017-03-24 15:14:07 +09:00
shun-iwasawa
a1471ce40f soapbubblefx update (#1076) 2017-03-08 12:34:08 +09:00
shun-iwasawa
29694bcf9e fix typo (#956) 2016-12-09 21:51:19 +09:00
shun_iwasawa
4d2acff575 soap bubble fx iwa 2016-12-06 17:03:25 +09:00
Toshihiro Shimizu
890dddabbd first commit 2016-03-19 02:57:51 +09:00