Commit graph

349 commits

Author SHA1 Message Date
otakuto
dfe1cf8a78 Use range-based for instead of foreach (#2433) 2019-02-20 16:31:03 +09:00
shun-iwasawa
a384884f4c fix sound with clapperboard (#2510) 2019-02-12 15:51:49 +09: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
manongjohn
54e85db21d Fix Z=0 Camera Preview crash (#2405)
* Fix Z=0 Camera Preview crash
2019-01-23 10:59:53 +09:00
manongjohn
d442970deb Improved onion skin marker targeting (#2378)
* Improved onionskin targeting

* Clear onion skin marker menu options
2018-12-28 18:07:09 +09:00
manongjohn
f37f4a146c Fix fx schematic display issues (#2407)
* Fix fx node display issues

* Undo computePos changes

* Fix macroFx editor content placement

* Fix unconnected node and children placement

*  Improved macro node placement

* Fix new macroFx node placement

* Fix loaded preset macro nodes placement

* Fix open and closed macroFx positioning
2018-12-28 14:53:30 +09:00
manongjohn
ffd27d4dce Fix replace fx nodes (#2417) 2018-12-27 10:49:03 +09:00
manongjohn
09549bc679 Fix empty column property issues (#2395)
* Fix locked empty column issue

* Fix color tag/filter not moving to empty column
2018-12-26 10:59:43 +09:00
Tact Yoshida
1d7cf9a5bf Remove tArrayCount macro 2018-12-20 05:16:25 +09:00
shun-iwasawa
93fdd4ee3f matte color (#2418) 2018-12-19 14:29:00 +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
otakuto
65499b52e0 use bool instead of macro bool (#2278) 2018-12-17 12:14:31 +09:00
shun-iwasawa
11adda4885 fix playback slowness with style editor (#2367) 2018-11-12 18:58:53 +09:00
shun-iwasawa
fdece91b5e fix antialias to toonz raster levels (#2370) 2018-11-12 18:56:53 +09:00
otakuto
6985407a96 remove duplicate include (#2271) 2018-10-31 12:00:01 +09:00
manongjohn
9b62c53833 Timeline height and keyframe area adjustments (#2268)
* Increase timeline layer height
* Narrow keyframe active area
* Display thumbnail in Timeline
* Move timeline Sound icon to thumbnail area
* Move timeline Sound volume control to config button
* Move timeline Filter color icon to thumbnail

close #2261 
close #2262
2018-10-31 11:56:59 +09:00
shun-iwasawa
f889997cee check folder access on save level (#2334) 2018-10-18 14:44:14 +09:00
shun-iwasawa
816b50f22d fix import files with underscore (#2326) 2018-10-18 13:46:15 +09:00
shun-iwasawa
f8c030bad0 change temporary file name suffix (#2325) 2018-10-18 12:10:13 +09:00
shun-iwasawa
cd46940982 New Feature : Adding Clapperboard (#2314)
* clapperboard

* fixed image item and added aspect ratio prop

* board -> clapperboard
2018-10-16 15:24:43 +09:00
shun-iwasawa
995cf619d4 load palette global name on loading level (#2299) 2018-09-19 18:41:16 +09:00
shun-iwasawa
18a7c631a5 fix updating animated guide (#2264) 2018-09-11 15:41:56 +09:00
shun-iwasawa
045b61c7fa schematic ui modification (#2241) 2018-09-11 14:43:03 +09:00
shun-iwasawa
1d5937a1fe shift and trace improvement (#2240) 2018-09-11 14:35:02 +09:00
otakuto
ed7dcd5873 using std::swap instead of tswap (#2195) 2018-08-30 17:18:43 +09:00
shun-iwasawa
2b24e83965 Enhancement of the Shift and Trace Feature (#2212)
* shift and trace enhancement

* override shortcuts
2018-08-07 16:22:49 +09:00
otakuto
a18e658d3e use bool instead of macro bool (#2165) 2018-08-07 14:41:42 +09:00
manongjohn
c5bc8d2da8 Enable Windows Ink Support (#2152)
* Enable Windows Ink Support

close #2017
close #2149
2018-08-07 14:39:08 +09:00
manongjohn
b66bc4e313 Show actual fonts in font dropdowns (#2080)
* Show actual fonts in font dropwdowns
2018-08-06 15:46:52 +09:00
shun-iwasawa
e87f3bcf1c fix load raster level with palette (#2184) 2018-08-01 14:44:05 +09:00
shun-iwasawa
1fde39813a fix vector brush display bugs (#2133) 2018-07-12 15:18:08 +09:00
shun-iwasawa
e3b1897540 set system path with command line qualifiers (#2143) 2018-07-10 14:42:57 +09:00
shun-iwasawa
85c99518a8 fix load tzp (#2091) 2018-06-21 11:31:23 +09:00
manongjohn
a21b060921 Timeline UI Update (#1990)
* Timeline Display Updates and other fixes
2018-06-20 12:09:22 +09:00
shun-iwasawa
cd7d6a5be1 Fix Brush Artifacts on Viewer (#2071)
* fix more and more viewer update

* fix short stroke drawn with soft brush

* fix crash
2018-06-18 13:01:39 +09:00
shun-iwasawa
75b801e777 fix crash on convert to vector (#2057) 2018-06-11 18:14:43 +09:00
shun-iwasawa
3c83df63eb Fix Viewer Update Problems (#2049)
* fix more viewer update

* simplify
2018-06-11 17:02:35 +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
Konstantin Dmitriev
a9c425317e Fix sound playback on Linux by enabling fix #1302 for Linux platform (#1749)
close #1302 
close #1097 
close #907
2018-05-25 10:28:41 +09:00
shun-iwasawa
cf6df16d8a change default to scenefolder (#1959) 2018-05-21 15:43:37 +09:00
shun-iwasawa
dd780b2779 colormodel image (#1907) 2018-05-21 15:11:35 +09:00
manongjohn
75da26b560 Cursor preferences (#1960)
close #1857
2018-05-17 15:03:05 +09:00
manongjohn
e71b98140e Timeline zoom control update (#1947)
close #1689
2018-05-16 17:23:35 +09:00
artisteacher
9ce0c271a7 Update default OS X UI font (#1943)
* helvetica neue for default mac ui font
2018-05-16 13:45:14 +09:00
shun-iwasawa
a048bcf55e fix motionblur_iwa fx (#1952) 2018-05-09 16:39:39 +09:00
shun-iwasawa
ff99e1a072 Modifications on Studio Palette tree view (#1920)
* studiopalette drag behavior

* fix palette move undo

* prevent palettes being overwritten
2018-04-23 14:13:40 +09:00
shun-iwasawa
0f887805c7 fix drag style undo (#1917)
Do Merge
2018-04-18 17:49:39 +09:00
manongjohn
29ce0b3da6 Disable Auto-Stretch Frame (#1707)
Added option to enable / disable Auto-Stretch Frame
2018-03-27 19:26:37 +09:00
Jeremy Bullock
4ce9539416 Function Editor Display Options (#1649)
* Function Editor Display Options
2018-03-22 16:32:19 +09:00
shun-iwasawa
975eb1fa6f New option for Toonz Raster Brush Tool : Draw Order - Palette Order (#1849)
* style order option for toonz raster brush

* change text to "draw order"
2018-03-14 17:33:59 +09:00
shun-iwasawa
133733bb6c enable to skip version check (#1824) 2018-03-14 16:58:55 +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
shun-iwasawa
ad7711e42d color calibration with 3d lut (#1793) 2018-02-19 12:06:07 +09:00
shun-iwasawa
27942bc309
fix palette titlebar update (#1780) 2018-02-14 17:22:19 +09:00
shun-iwasawa
7af4c5390d fix template room path (#1766) 2018-01-29 12:51:23 +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
Konstantin Dmitriev
d5d1aceea7 Fix Linux build (#1751) 2018-01-23 15:08:50 +09:00
Jeremy Bullock
e23841235b
Merge pull request #1740 from shun-iwasawa/fix_plastic_black_contour
Fix Plastic Tool not to Create the Black Contour
2018-01-22 11:38:05 -07:00
shun_iwasawa
927bc0fbcc fix plastic black contour 2018-01-19 11:18:08 +09: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
manongjohn
dff49a7e39 Timeline bug fixes and tweeks (#1669)
* Timeline tweek
2017-12-11 12:48:31 +09:00
manongjohn
057de69833 Allow Mesh Icon On Demand (#1604) 2017-12-04 22:38:13 +09:00
Jeremy Bullock
3e69f9c60b Allow down arrow to create new frame in level strip. (#1028)
* New Level Strip Drawing with Down Arrow (optional in preferences > drawing)
2017-11-29 19:58:38 +09:00
Jeremy Bullock
e4ec175144
Merge pull request #1598 from manongjohn/filmstrip_renumber_fix
Fix filmstrip renumber issues
2017-11-28 08:11:13 -06:00
manongjohn
2e094efcbe Timeline column display order flip (#1570)
* Timeline column display flip
2017-11-28 20:29:52 +09:00
Jeremy Bullock
ed485b7bef
Merge pull request #1611 from shun-iwasawa/skip_deformed_icon
Prevent Crash on Plastic-deformed Sub-xsheet Icon
2017-11-28 00:26:07 -06:00
shun_iwasawa
b0891094aa hyphen in fx parameter expression 2017-11-28 12:36:26 +09:00
shun_iwasawa
ed1861dc65 skip deformed icon 2017-11-27 14:42:35 +09:00
manongjohn
d019eabd54 Fix filmstrip renumber issues 2017-11-24 12:10:29 -05:00
manongjohn
f643b05c25 Zoom in/out of Timeline (#1573)
* Add timelime zoom control
2017-11-24 18:15:54 +09:00
Jeremy Bullock
4386c6271d Sync Level Strip Renumber Changes with XSheet (#1464)
* Sync Level Strip Changes with XSheet option added in the preferences
 
close #471
2017-11-24 18:08:23 +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
shun-iwasawa
c852102583 Introducing $scenefolder Alias (#1513)
* scene folder alias

* ask if copy levels
2017-11-22 12:57:13 +09:00
shun-iwasawa
f9d3f02167 Fix Fill Behavior on Toonz Raster (#1540)
* fix raster fill

* fix for one pixel width line case

* fix rect fill
2017-11-22 12:38:37 +09:00
shun_iwasawa
53cbe2c696 fix loading note level 2017-11-16 17:36:43 +09:00
Jeremy Bullock
52a220b89a New Note Level (#1322)
* New Note Level
2017-11-16 17:08:01 +09:00
Jeremy Bullock
7ce85485f6
Merge pull request #1569 from shun-iwasawa/fix_plastic_tool_osx
Fix Vector Level Disappearing with Plastic Tool in OSX
2017-11-15 23:49:10 -07:00
Jeremy Bullock
3f573c46a5 Two New Vector Conversion Commands (#1410)
* Vectors to Toonz Raster
* Replace Vectors with Simplified Vectors
2017-11-15 18:57:29 +09:00
Jeremy Bullock
4c62241cb1 Add autosave options to startup popup (#1265)
* add autosave options to startup popup
2017-11-15 10:32:45 +09:00
Jeremy Bullock
f9b89b9c75
Merge pull request #1558 from shun-iwasawa/autopaint_autoapply_undo
Enable Undo for Editing Styles
2017-11-14 08:24:25 -07:00
manongjohn
1be2644c8d Current time timeline indicator (#1522) 2017-11-14 14:24:32 +09:00
Jeremy Bullock
3a06bdc569 Allow Shortcut to Cycle Dropdown Options (#1420) 2017-11-09 23:15:46 +09:00
shun_iwasawa
4ef139dc16 fix plastic tool in osx 2017-11-09 17:36:56 +09:00
shun_iwasawa
9a458198b4 Merge remote-tracking branch 'origin/master' into autopaint_autoapply_undo 2017-11-09 15:27:53 +09:00
Jeremy Bullock
b1e61585a1
Merge pull request #1524 from blackwarthog/feature4_fixes
Add missing include
2017-11-07 09:48:37 -07:00
shun_iwasawa
e553fc7d27 undo for autoapply 2017-11-07 16:24:20 +09:00
shun_iwasawa
b7aa7cd3f3 undo for autopaint 2017-11-07 13:11:02 +09:00
shun-iwasawa
fd55f636ce paste numbers command (#1530) 2017-10-26 17:57:56 +09:00
Ivan Mahonin
d63d61e944 #fix: fix for htimeline 2017-10-16 18:49:08 +07:00
manongjohn
399e7d4a0b Xsheet Column Header Layout Redesign (#1347)
close #1316 
close #490
2017-10-04 16:00:34 +09:00
shun-iwasawa
3f818e3fc6 Camera Capture feature : Save scene in the subfolder checkbox (#1496)
* save scene in subfolder checkbox

* save "save in" folder in the scene
2017-10-03 17:17:58 +09:00
Jeremy Bullock
0ff1b687b0 Customize Command Bar and XSheet Toolbar (#1448)
* Edit In Place added to Toolbars

* Customize Command Bar and XSheet Toolbar
2017-10-03 17:15:33 +09:00
manongjohn
88ffb47e4c Renumber crash fix (#1498)
close #1312
2017-10-02 19:30:28 +09:00
Yu Chen
da5534a8f7 More translatable UI strings (#1486) 2017-09-27 16:03:29 +09:00
shun-iwasawa
aa65b89e92 Reframe with Empty Inbetweens command (#1485)
* reframe with empty inbetweens
2017-09-25 17:15:29 +09:00