Commit graph

35 commits

Author SHA1 Message Date
shun-iwasawa
9fcbfdf76b fix saving tlv 2022-02-20 21:57:54 -05:00
shun-iwasawa
9d28ccd141 raster level frame format 2022-02-20 16:32:41 -05:00
manongjohn
1837a2ad3d Fix (partial) referenced fills on plastic deformed levels 2021-09-05 09:13:15 -04:00
shun-iwasawa
d81107518d fix psd loading 2021-04-15 07:55:42 -04:00
shun-iwasawa
d2f7b6e916 premultiply on loading PNG images 2021-03-28 17:37:05 -04:00
Jeremy Bullock
842b867286
Bring in OpenToonz updates as of 10-19-20 (#391)
* xdts frame number with suffix

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* ease regulations for the use of Animate tool

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* fix crash on drawing absent level

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* Get rid of useless tio.cpp

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* fix repeat fx command to work in non-english ui

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Sean Kuehl <teddscottfelt@gmail.com>
2020-10-20 13:45:06 -06:00
Rozhuk Ivan
823a31f62c Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
Rodney
efe739cbe4
Merge pull request #2638 from manongjohn/fix_missing_project
Add project outside project root to drop-downs
2019-11-09 19:26:00 -07:00
manongjohn
0b37bd9c63 Fix backup ext. and sequenced files. 2019-09-07 19:29:05 -04:00
manongjohn
8138f88b46 Add projects outside project root to dropdowns 2019-06-09 17:14:08 -04:00
manongjohn
177b7c8bac Keep multiple backups preference 2019-02-08 21:28:29 -05:00
manongjohn
3d043c5538 Change backup naming convention to use .bak 2019-02-08 20:11:06 -05:00
manongjohn
e1c9282ee2 Backup scene file 2019-02-06 21:25:45 -05:00
shun-iwasawa
816b50f22d fix import files with underscore (#2326) 2018-10-18 13:46:15 +09:00
shun-iwasawa
85c99518a8 fix load tzp (#2091) 2018-06-21 11:31:23 +09:00
shun-iwasawa
cf6df16d8a change default to scenefolder (#1959) 2018-05-21 15:43:37 +09:00
shun-iwasawa
b08db1990c stop using global context (#1785) 2018-03-05 20:52:40 -07:00
manongjohn
e153c2cb6b Temp save scene file (#1608) 2018-02-20 19:38:37 +09:00
Jeremy Bullock
edc4d810b8
Merge pull request #1678 from shun-iwasawa/fix_plastic_on_subsheet
Fix Plastic Mesh on SubXsheet for OSX
2018-01-25 21:12:38 -07:00
shun_iwasawa
7e52a2e788 enlarge plastic texture 2018-01-12 21:12:24 +09:00
shun_iwasawa
6e6ff6b0ed revert source for non-OSX 2017-12-12 22:08:38 +09:00
shun-iwasawa
0da010d9e2 fix plastic on subsheet 2017-12-12 20:27:21 +09:00
shun-iwasawa
c852102583 Introducing $scenefolder Alias (#1513)
* scene folder alias

* ask if copy levels
2017-11-22 12:57:13 +09:00
Jeremy Bullock
44af2c9b90 Allow New Levels to Default to Camera Size (#1256)
* allow new levels to inherit camera size and dpi
2017-08-25 15:07:08 +09:00
Jeremy Bullock
8c50072df0 Allow Imported Images to Use Camera DPI (#1300) 2017-07-28 20:43:09 +09:00
Shinya Kitaoka
2a7129aa92 use std::unique_ptr<> instead of std::auto_ptr<> (#601) 2016-07-20 21:49:32 +09:00
shun-iwasawa
535d3f26d8 Merge pull request #400 from turtletooth/pixels
Add pixels - Finished.
2016-07-14 12:40:30 +09:00
Campbell Barton
b3bd842e04 Make functions static, ensure declarations match headers (#610)
This patch used -Wmissing-declarations warning
to show functions and symbols that had no declarations, and either:

- Make static
- Add to header

This helps avoid possability that declarations and functions get out of sync.
And ensures all source files reference headers correctly.

It also makes sure functions defined with extern "C",
have this defined in the header. An error found in calligraph.h while writing this patch.

This has been applied to toonzlib, to avoid making very large global changes.
If accepted, -Wmissing-declarations warning could be added to CMake.
2016-07-13 21:05:06 +09:00
Jeremy Bullock
59dbbf498a Clang formatting applied 2016-07-12 21:09:46 -06:00
Jeremy Bullock
20a966a908 set stage::inch to 120 2016-06-30 23:46:29 -06:00
Shinya Kitaoka
120a6e041c apply clang-format 2016-06-15 15:43:10 +09:00
Shinya Kitaoka
9eb50de5fe Use std functions (#297)
* use std functions

* replace toInt        to std::stoi
* replace toDouble     to std::stod
* replace toString     to std::to_string
* replace toWideString to std::to_wstring

* fix for MacOS

* cosmetic change
2016-06-07 16:06:00 +09:00
Shinya Kitaoka
d4642c34e8 Remove macros: CASE, __OR, and DEFAULT (#286)
* remove syntax macros: CASE, __OR, and DEFAULT

* define VC_EXTRALEAN

* remove meaningless comments
2016-05-13 19:49:17 +09:00
Shinya Kitaoka
3bfa549e8b remove "using"
- using std::string;
- using std::wstring;
- using std::ostream;
- using std::istream;
- using std::iostream;
- using std::ostrstream;
- using std::istrstream;
- using std::fstream;
2016-04-21 16:23:15 +09:00
Toshihiro Shimizu
890dddabbd first commit 2016-03-19 02:57:51 +09:00