Commit graph

132 commits

Author SHA1 Message Date
shun-iwasawa
d2f7b6e916 premultiply on loading PNG images 2021-03-28 17:37:05 -04:00
manongjohn
1a97781e8c Disable timeouts with 0 values 2021-03-21 10:34:30 -04:00
manongjohn
fc25fe3b33 Allow -1 ffmpeg timeout 2021-03-21 10:34:30 -04:00
manongjohn
2c3d3bf045 Update autoset ffmpeg path 2021-03-21 10:34:29 -04:00
Михалыч
be4d0ba3e0 Fix "Lempel-Ziv & Welch encoding" so that the tnz scene can be loaded into other programs 2021-01-24 14:05:31 -05:00
Jeremy Bullock
a599d98bca
Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
manongjohn
4e5957b267
Fix running through Linux shortcut (#342)
* Fix running through Linux shortcut

* Fix ffmpeg detection through working directory
2020-10-10 12:06:49 -06:00
Jeremy Bullock
96be2ad464
Fix a couple instances of RGBM (#305) 2020-10-06 10:26:13 -06:00
manongjohn
7c889c85ed
Tahoma build scripts (#140)
* macOS build scripts for Tahoma

* Linux build scripts for Tahoma

* Fix ffmpeg detection for Linux
2020-09-22 21:03:16 -06:00
artisteacher
d8e36aaf45
Fix override warnings (#164)
There are 100+ warnings due to ______ overriding a member function without being marked override. This adds override in those cases to silence the warnings.
2020-09-15 15:49:57 -06:00
artisteacher
4871443ae5
Fix unused command line arguments (#99)
This uses some of PR opentoonz/opentoonz#3031 by Otakuto with some small additions so that command line arguments can function.
2020-07-25 22:53:56 -06:00
Jeremy Bullock
ba75e4d7da
Mac build (#93)
* mac_build

* Mac find ffmpeg

* Fix travis and appveyor?

* fix linux

Co-authored-by: turtletooth <turtletooth@turtletooths-iMac.local>
2020-07-22 23:23:55 -06:00
Jeremy Bullock
83c0cff6dc
Merge changes from OpenToonz as of 7-7 (#77)
* 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 overwriting raster drawing palette

* Hide color swatch on color 0

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>
2020-07-07 11:06:59 -06:00
Jeremy Bullock
432c865cf5 Hide some export types (#14) 2020-05-27 00:55:27 -06:00
Jeremy Bullock
4b19ca95f2
Put back scan and cleanup (#13) 2020-05-27 00:38:36 -06:00
Jeremy Bullock
1d8faddcc0
Tahoma Branding (#6) 2020-05-22 22:20:51 -06:00
Jeremy Bullock
50d82d74ab
Rip it out (#2)
* Part 1

* Part 1

* Part 2
2020-05-18 18:34:29 -06:00
Rozhuk Ivan
823a31f62c Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
otakuto
297f5220eb
Remove unused toonzrle.cpp (#3041) 2020-04-07 17:46:52 +09:00
Martin van Zijl
9d02b2c99d Allow loading PNG-8 files (paletted PNG) correctly.
Fixes #242.
2020-03-06 06:44:42 +13:00
Rodney
125d235b37
Merge pull request #2658 from blackwarthog/feature06_mingw_win32
Allow to compile OpenToonz for windows 32bit (via mingw)
2020-02-03 19:45:43 -07:00
shun-iwasawa
8fb2916598
Overhaul the Preferences (#2894)
* overhaul preferences
2019-12-04 20:44:58 +09:00
manongjohn
d182c8f09f Handle missing ffmpeg info 2019-11-14 12:55:06 -05:00
Jeremy Bullock
d44d54af2d
Merge branch 'master' into feature06_mingw_win32 2019-11-14 08:12:51 -07:00
manongjohn
f2da01b0ab Fix ffmpeg loaded levels (#2876)
* Fix reading ffmpeg frame count and rate

* Make ffmpeg loaded levels uneditable

* Ffmpeg extract frames only when loading

* Fix ffmpeg gif input frame rate
2019-11-13 22:07:58 -07:00
shun-iwasawa
a63c2de57f
fix crash on loading blackmagic codecs (#2764) 2019-09-10 19:09:32 +09:00
Ivan Mahonin
db7f146cab #mingw #win32: disable quicktime 2019-09-09 11:36:13 +07:00
manongjohn
cb224bb5da Fix wrong line cap loading (#2374) 2018-12-20 11:49:08 +09:00
shun-iwasawa
93fdd4ee3f matte color (#2418) 2018-12-19 14:29:00 +09:00
Calabaraburus
7e96bc7566 Fix svg stroke thickness (#2358)
* Fixed incorrect stroke thickness after svg import
Fixed incorrect relative moveto parsing.

* Apply style
2018-12-19 11:42:58 +09:00
Calabaraburus
676b4b2f91 Bugfix in svg import. Incorrect arc parsing if arc contains only one segment. (#2345) 2018-12-19 11:34:02 +09:00
shun-iwasawa
995cf619d4 load palette global name on loading level (#2299) 2018-09-19 18:41:16 +09:00
otakuto
ed7dcd5873 using std::swap instead of tswap (#2195) 2018-08-30 17:18:43 +09:00
otakuto
a18e658d3e use bool instead of macro bool (#2165) 2018-08-07 14:41:42 +09:00
shun-iwasawa
1479452980 fix webm output (#2065) 2018-06-15 16:39:30 +09:00
shun-iwasawa
86dc52b291 more and more translatable texts (#2045) 2018-06-08 15:10:34 +09:00
shun-iwasawa
e87e0815f7 Make More UI Texts Translatable (#2026)
* make ui texts translatable

* add more translatable texts

* load translate file for default commands
2018-06-04 12:18:43 +09:00
shun-iwasawa
a1dbd73a00 Fix symlink crashes (alternative to #1842) (#1930)
* fix symlink crash

* add exception handling

* symbols fix
2018-05-21 14:09:43 +09:00
shun-iwasawa
0a3be42e04 fix saving pli autoclose value (#1848) 2018-03-06 23:22:30 -07:00
Jeremy Bullock
e122a937ef Fill Tool: Allow Fillable Gap Size Change in Vector Images (#1317)
close #1093 

* CAUTION *
Changing the "Maximum Gap" from the default value (1.15) will lose backward compatibility of PLI file.
2018-03-07 15:09:17 +09:00
shun-iwasawa
e6b1248e52 Fix png and spritesheet render (depremultiply) by turtletooth (modified) (#1844)
* Fix png and spritesheet render (depremultiply)

* move depremultiply in PngWriter
2018-03-05 22:00:18 -07:00
Jeremy Bullock
dac2698c65 Allow individual frames of sprites (#1742) 2018-02-20 19:46:29 +09:00
shun-iwasawa
5a2ff6d279 Add add_dependencies Command to CMake for OSX (#1587)
* fix cmake for osx

* try using make -j 2 for osx travis

* obtain qt5.9.2 from the previous homebrew
2017-11-24 13:10:45 +09:00
Ivan Mahonin
bf1d82af08 MyPaint brushes for OpenToonz raster levels (#1124)
close #417
2017-08-04 12:31:50 +09:00
Jeremy Bullock
59344b6422 Fix vertical padding on spritesheets (#1259) 2017-07-25 20:41:38 +09:00
shun_iwasawa
0cae242b72 clang format all 2017-07-20 19:46:27 +09:00
shun-iwasawa
2fb6b9308a fix show mov on render (#1254) 2017-06-06 20:38:11 +09:00
Jeremy Bullock
63a3d74aea Fix for ffmpeg render same frames (#1234)
* Fix for ffmpeg/spritesheet render same frames
2017-06-01 19:50:43 +09:00
Jeremy Bullock
55b5dba26f FFmpeg timeout error fix (#1030) 2017-05-31 18:29:20 +09:00
Peter-Levine
ae91dbad8c Don't allow throw() in destructors (#1182) 2017-05-31 17:49:36 +09:00