Commit graph

3009 commits

Author SHA1 Message Date
manongjohn
c9b9166470 Fix outdated Tahoma2D links 2021-03-27 10:48:40 -04:00
manongjohn
c8ee74eda3 Stop panels from resizing on startup 2021-03-27 09:14:35 -04:00
manongjohn
4d380cd39a Fix libmypaint version for Linux builds 2021-03-22 21:47:00 -04:00
manongjohn
63874b4309
Merge pull request #615 from manongjohn/update_external_app_handling
Update external app handling
2021-03-22 17:47:13 -04:00
manongjohn
34bf432ec6 Move 3rd Party Apps lower in Preferences category list 2021-03-22 12:27:30 -04:00
manongjohn
929e600a80
Merge pull request #609 from manongjohn/stop_renaming_ot_prj_files
Stop renaming OpenToonz project files
2021-03-22 10:48:07 -04:00
manongjohn
1a97781e8c Disable timeouts with 0 values 2021-03-21 10:34:30 -04:00
manongjohn
4442f02561 Fix findFileLocation to ignore directories with matching name 2021-03-21 10:34:30 -04:00
manongjohn
0ff1308561 Relabel Preference "Import/Export" to "3rd Party Apps" 2021-03-21 10:34:30 -04:00
manongjohn
7a80c7c879 Move Fast Render Output Preference to Saving page 2021-03-21 10:34:30 -04:00
manongjohn
c9f33d20e7 Update ffmpeg Preference wording 2021-03-21 10:34:30 -04:00
manongjohn
fc25fe3b33 Allow -1 ffmpeg timeout 2021-03-21 10:34:30 -04:00
manongjohn
b66677a309 Add Rhubarb timeout Preference 2021-03-21 10:34:30 -04:00
manongjohn
f93095dbf5 Update Rhubarb label in preferences 2021-03-21 10:34:29 -04:00
manongjohn
2c3d3bf045 Update autoset ffmpeg path 2021-03-21 10:34:29 -04:00
manongjohn
9776462747 Display rhubarb processing errors in popup 2021-03-21 10:34:29 -04:00
manongjohn
2d8998c1e6 Update to autoset and use Rhubarb Path Preference setting 2021-03-21 10:34:29 -04:00
manongjohn
693f4f8ba9 Add Rhubarb path in Preferences 2021-03-21 10:34:29 -04:00
manongjohn
0d7afaf98a
Merge pull request #616 from artisteacher/mac_audio
mac specific fixes from OT
2021-03-20 14:18:44 -04:00
manongjohn
d9166059a3
Merge pull request #614 from manongjohn/fix_floating_levelstrip_quit_crash
Fix crash when quitting with floating levelstrip
2021-03-20 13:12:07 -04:00
manongjohn
ff648d6981
Merge pull request #612 from manongjohn/block_new_frames_on_single_frame_files
Block new frames in Single Frame levels
2021-03-20 13:11:47 -04:00
Artisteacher
8caa8e5efb additional mac fixes
By @shun-iwasawa
Fixes vertical inbetweener button and makes tasks work properly
2021-03-16 17:13:14 -04:00
Artisteacher
8e6eb1462d fix mac record audio crash
By @shun-iwasawa
2021-03-15 17:16:18 -04:00
manongjohn
a084e3ed39 Merge master with conflicts resolved 2021-03-14 23:49:21 -04:00
manongjohn
0f1e0ff430 Fix crash when quitting with floating levelstrip 2021-03-13 08:48:52 -05:00
manongjohn
c9ade85c0f Block new frames in Single Frame levels 2021-03-11 11:22:23 -05:00
shun-iwasawa
39b7fccea7 fix scene cast to update on pasting 2021-03-10 21:57:18 -05:00
Kite
8714c53942 Fix Temp Icon Over State in Menu
I overlooked this, needed to add the transparent icon for the different icon modes, otherwise hovering in the menu causes the temp icon to display.
2021-03-10 21:57:18 -05:00
shun-iwasawa
dbd5cf1001 fix windows multi monitor full screen 2021-03-10 21:57:18 -05:00
Bloody Mess
6a03522d1d Merged changes from "fix window disappearing on undock" for windows build. 2021-03-10 21:57:18 -05:00
Bloody Mess
133f8b4ec8 Fixed typo in comment. 2021-03-10 21:57:18 -05:00
Bloody Mess
2b4c721c4b Minor clean up & expanding of comments in FullScreenWidget::toggleFullScreen(). 2021-03-10 21:57:18 -05:00
Bloody Mess
62fe9603e3 cleaned up trailing whitespace. 2021-03-10 21:57:18 -05:00
Bloody Mess
90d6cb033d Fixed full-screen mode on X11 systems with multiple monitors. 2021-03-10 21:57:18 -05:00
Kite
90499dca3f Update temporary icon 2021-03-10 21:57:17 -05:00
Kite
9fded30646 Fix Hdpi Icon Scaling
Menu icons (16x16) were difficult to repurpose for toolbars because they would resize to fit 20x20, this change composites them onto a 20x20 pixmap so this no longer happens, this seems to make the whole process more stable
2021-03-10 21:57:17 -05:00
shun-iwasawa
8280906d92 fix window disappearing on undock 2021-03-10 21:57:17 -05:00
Kite
965af974d9 add missing geometric polyline icon file 2021-03-10 21:57:16 -05:00
Kite
f658577699 Fix and Add New Icons
Fixes a couple icons
- Redo - it was out of alignment with undo by 1px
- Changed all icons that have big arrows in the Xsheet to be on the same side for better symmetry
- Fixes misnamed view_guided_drawing.svg which caused wrong emblem to appear in the GUI (it contains an on/off switch icon, they were set for the wrong mode respectively)

Added new icons for tool types and modes
- Eraser
- Fill
- Geometric
- Selection
- Paintbrush (no commands exist for these yet in the GUI, but I added icons for them anyway into resources for future use)
2021-03-10 21:57:16 -05:00
Kite
2568c1260d Resize menu icons, Also adds new ones by konero
Co-authored-by: Kite <konero@users.noreply.github.com>
2021-03-10 21:57:16 -05:00
shun-iwasawa
c472adc8a3 icons for all commands 2021-03-10 21:57:15 -05:00
shun-iwasawa
3ce5e26b2d fix new level undo 2021-03-10 21:57:15 -05:00
Le-dragon-dev
00280c1da5 Fix crash in Type tool on linux (#2011, #3604) 2021-03-10 21:57:14 -05:00
manongjohn
6f550b3604 Stop renaming OpenToonz project files 2021-03-10 12:35:14 -05:00
manongjohn
5a033554f1 Fix function editor focusing 2021-03-05 23:23:08 -05:00
manongjohn
a74f828eb4 Fix restoring cursor after quick action release 2021-03-04 22:42:04 -05:00
manongjohn
ea0358aeea Merge tahoma2d master with conflicts resolved 2021-03-01 00:11:49 -05:00
manongjohn
3d73336d79
Merge pull request #599 from manongjohn/fix_output_filename_underscore_ending
Allow ending underscore in output filename
2021-02-28 23:55:11 -05:00
manongjohn
16d4ec1713
Merge pull request #598 from manongjohn/fix_crash_on_exit_with_floating_level_strip
Fix crashing on exit with floating level strip
2021-02-28 23:51:25 -05:00
manongjohn
f4a70cefbb
Merge pull request #595 from manongjohn/add_shortplay_start_option
Add start Short Play from Live View
2021-02-28 23:50:08 -05:00
manongjohn
8a63f3da80 Allow ending underscore in output filename 2021-02-25 23:19:04 -05:00
manongjohn
eb141c674e
Merge pull request #593 from manongjohn/alter_renameCell_keypress_behavior
Change shortcut usage and navigation while renaming cell
2021-02-24 14:35:13 -05:00
manongjohn
2c668c85ec
Merge pull request #594 from manongjohn/breakout_autocreation_options
Breakout frame creation options from Autocreate preference
2021-02-24 14:27:52 -05:00
manongjohn
5cc5b0b7e3
Merge pull request #592 from manongjohn/statusbar_enhancements
Statusbar enhancements
2021-02-24 14:26:41 -05:00
manongjohn
f3c820f2bf Fix crashing on exit with floating level strip 2021-02-24 00:22:48 -05:00
manongjohn
a943695147 Disable toolbar tool version when using quick action 2021-02-23 23:48:43 -05:00
manongjohn
aa26ba02cd Start Short Play from Live Action Frame when available 2021-02-22 11:12:54 -05:00
manongjohn
c2d2af1a49 Set panning cursor for quick panning 2021-02-17 11:12:52 -05:00
manongjohn
75d943ba0b Fix spacing in status hint 2021-02-17 02:16:14 -05:00
manongjohn
e229eaed5b Add Selection Tool key sequence 2021-02-17 02:13:55 -05:00
manongjohn
b93dbcedca Add Geometric shape-specific status/hint 2021-02-17 02:01:28 -05:00
manongjohn
446857d950 Format statusbar hint text for better readability 2021-02-17 01:19:52 -05:00
manongjohn
77c9ef559e Breakout frame creation options from Autocreate preference 2021-02-16 12:52:16 -05:00
manongjohn
9fb13d345d Change shortcut usage and navigation while renaming cell 2021-02-15 16:14:11 -05:00
manongjohn
24ddb1739d Statusbar enhancements 2021-02-15 14:56:58 -05:00
manongjohn
261b70998c
Merge pull request #591 from manongjohn/fix_macos_crash_on_startup
Fix macOS crash on startup
2021-02-15 08:06:00 -05:00
manongjohn
52b6159bb8 Fix macOS crash on startup 2021-02-15 03:44:29 -05:00
manongjohn
ac99812cd8 Pan Schematic with Hand Shortcut 2021-02-14 01:09:25 -05:00
manongjohn
07624006eb Pan Function Editor with Hand Shortcut 2021-02-14 00:53:11 -05:00
manongjohn
e6c01a7c4b Pan timeline with Hand shortcut 2021-02-14 00:23:45 -05:00
manongjohn
f19c6da0c6 Re-allow space shortcut 2021-02-14 00:22:58 -05:00
manongjohn
54bd7d0ceb
Merge pull request #583 from manongjohn/add_toolswitch_time_preference
Add temp tool hold switch time as preference
2021-02-13 22:12:06 -05:00
manongjohn
02ebd8b352
Merge pull request #580 from manongjohn/fix_tahoma2d_links
Update tahoma2d links to new path
2021-02-13 12:11:32 -05:00
manongjohn
360f64ebf7
Merge pull request #576 from manongjohn/fix_saving_degree_symbol
Fix saving degree symbol
2021-02-13 12:11:00 -05:00
manongjohn
4676101bad
Merge pull request #575 from manongjohn/fix_pegbar_reparenting_empty_col
Fix pegbar reparenting when column empties
2021-02-13 12:10:44 -05:00
manongjohn
062c7d5f3d Add temp tool switch time as preference 2021-02-12 14:34:23 -05:00
manongjohn
b5f28f1ecd Update tahoma2d links to new path 2021-02-11 12:02:54 -05:00
manongjohn
588c760e8a
Merge pull request #578 from manongjohn/add_crashrpt_for_windows
Add CrashRpt
2021-02-11 10:15:50 -05:00
manongjohn
5a5bfa8679
Merge pull request #567 from manongjohn/ot_patches_20210126
OpenToonz changes thru 2/11/2021
2021-02-11 10:13:09 -05:00
manongjohn
f9d0bea01c
Merge pull request #574 from manongjohn/fix_setkeys_with_no_skeleton
Hide global set keys when no skeleton created
2021-02-11 08:08:22 -05:00
manongjohn
67e6eb1ba1
Merge pull request #570 from manongjohn/fix_multiple_levels_same_file
Fix multiple levels using the same file
2021-02-11 08:07:12 -05:00
manongjohn
f13e587ded Add CrashRpr 2021-02-11 06:41:40 -05:00
shun-iwasawa
b07171a10f fix deleting fx link 2021-02-11 00:47:29 -05:00
manongjohn
b4a090d73b Fix saving degree symbol 2021-02-06 13:53:07 -05:00
manongjohn
1bb8d01f54 Fix pegbar reparenting when column empties 2021-02-06 11:11:38 -05:00
manongjohn
236e00c2ee Hide global set keys when no skeleton created 2021-02-05 16:33:07 -05:00
manongjohn
f0140cec95 Fix multiple levels using the same file 2021-01-31 07:15:43 -05:00
manongjohn
fe6eb320cd Partial restore of Output settings layout 2021-01-27 13:34:50 -05:00
manongjohn
41642a80b1 Merge branch 'master' of https://github.com/tahoma2d/tahoma2d into ot_patches_20210126 2021-01-26 11:06:01 -05:00
manongjohn
c2a892520d
Merge pull request #520 from jeremybullock/vectorize_option
Convert To Vector : Align Boundary Strokes Direction Option
2021-01-26 01:48:55 -05:00
shun-iwasawa
04207982ff fix crash on deleting column node 2021-01-26 01:06:24 -05:00
shun-iwasawa
b06a27cc4b expression reference manager 2021-01-26 01:05:53 -05:00
Tact Yoshida
9fcfa63453 Fix workaround for GLEW
Co-authored-by: manongjohn <19245851+manongjohn@users.noreply.github.com>
2021-01-25 11:12:20 -05:00
Tact Yoshida
ddf3a8b5a5 Fix glutInit error on Windows with FreeGLUT 2021-01-25 10:49:15 -05:00
Tact Yoshida
849dadcf5b Fix build for Visual Studio 2019 2021-01-25 10:48:28 -05:00
shun-iwasawa
b926bc7c42 category name correction : "others" to "more" 2021-01-25 08:02:41 -05:00
shun-iwasawa
d68f1f7d13 outputsettings layout 2021-01-25 07:55:24 -05:00
shun-iwasawa
6c76dd8d1e fix vector picker range and onion skin fill 2021-01-24 19:06:20 -05:00
shun-iwasawa
af3d141dba fix camera settings response 2021-01-24 15:50:07 -05:00
shun-iwasawa
fc41561bb3 fix redundant preview invocation 2021-01-24 14:05:31 -05:00
shun-iwasawa
5c41e440b3 motion blur fx iwa : default value change 2021-01-24 14:05:31 -05:00
shun-iwasawa
fb5a643fc1 fix cut level strip selection behavior 2021-01-24 14:05:31 -05:00
shun-iwasawa
ba3971fbf0 fix crash on save palette level 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
Михалыч
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
manongjohn
0f3cccb8f2
Merge pull request #533 from eszlari/rename-xdg
xdg-data: rename files
2020-12-09 09:09:13 -05:00
manongjohn
58fd6d5706
Snap Center Point to Motion Path (#523)
* Snap Center Point to Motion Path

* Fix moving centerpoint while on motion path

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-30 12:58:57 -07:00
Peter Eszlari
24e6c319a1 xdg-data: fix icon size 2020-11-25 15:54:38 +01:00
Peter Eszlari
fb3e6740f4 xdg-data: rename files
also fix screenshot URL
2020-11-25 15:40:00 +01:00
Jeremy Bullock
52dd1a1ce7
Segment Eraser for Smart Raster Levels (#518)
* Segment Eraser for Smart Raster Levels

* Reduce eroding strokes

* Adjust tool option visibility
2020-11-20 09:01:21 -07:00
shun-iwasawa
779ffe1342 align boundary strokes direction option
Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>
2020-11-20 08:54:10 -07:00
Jeremy Bullock
5563373272
Add Patrons (#513) 2020-11-17 12:06:28 -07:00
Jeremy Bullock
394beea1ba
Incorporate Rhubarb Lip Sync (#499)
* the start

* it works, next fix the ui

* More tweaks

* Load file from outside

* Progress Bar

* Fix errors and hide ui if rhubarb not found.

* Fix crash

* Layout stuff

* Fix bugs

* Reset play button

* Fix audio in a project folder.

* make it tabs

* Adjust layout
2020-11-16 20:50:22 -07:00
Jeremy Bullock
efbe7ba7cb
Fix vector skeleton picking (#511) 2020-11-16 20:20:16 -07:00
Jeremy Bullock
a5a46e40de
Fix resize handles not showing on hover (#510) 2020-11-16 14:01:19 -07:00
Jeremy Bullock
c0624bc06f
Fix seconds working after 1 minute in timecode. (#509) 2020-11-16 12:56:45 -07:00
Jeremy Bullock
5ca6de7e04
Fix motion path issues (#505) 2020-11-16 09:13:09 -07:00
manongjohn
b8cc17a0f0
Fix guidedstroke in sceneviewer (#506)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-16 00:03:49 -07:00
manongjohn
7672e2ebcb
Add individual reset room layout options (#376)
* Add individual reset room layout options

* Fix update toolbar crash on room restore

* Fix sceneviewer crash on quit after room restore

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-15 22:56:32 -07:00
manongjohn
5850bb75b5
Fix translation of menubar (#503)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-15 00:45:08 -07:00
manongjohn
6b9f4e2a61
Fix crash moving cell with shaderfx (#504)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-15 00:32:39 -07: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
Jeremy Bullock
918ffa8fd8 Use default project path in export scene popup 2020-11-12 18:23:24 -07:00
Jeremy Bullock
6d14cee40e
Motion Path Panel (#420)
* It's a start

* Going a different route

* Some progress

* More stuff

* Lines work

* Some cleanup

* Panel starts working

* Remove some code

* More stuff

* Graph Starting to Work

* Interpolation working

* Move graph to its own file.

* Change to new graph

* Graph Scaling

* More tweaks

* Delete spline button

* more tweaks

* More

* clang

* Small fixes

* playback

* Play test

* Rename Paths

* Update other locations when name changed

* geometry tool types

* small stuff

* Fix trying to capture and geometry options

* Fix crash

* Don't show pegbar 10000 in the function viewer.  It's a secret.

* Fix loading and saving paths
2020-11-12 17:47:07 -07:00
Jeremy Bullock
43d0e5e1a8
Add Recent Projects to Export Scene Popup (#494)
* Add recent projects to export scene

* Add new project to recent projects
2020-11-12 17:46:42 -07:00
Jeremy Bullock
51daab8588
OpenToonz changes as of 11-11-20 (#489)
* removed unused tcleanuppreprocessor.cpp and .h

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

* removed unused directory lzodriver

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

* OpenToonz changes as of 11-11-20

Co-authored-by: Sean Kuehl <teddscottfelt@gmail.com>
2020-11-12 14:40:58 -07:00
Jeremy Bullock
49d34403ac
Fill with gaps on Smart Raster levels. (#338)
* Start of Smart Raster gap filling

* Ready for testing

* More Tweaks

* Improve polyline and freehand stuff

* Remove unneeded line.

* Hide on lines
2020-11-11 20:36:21 -07:00
manongjohn
e15cc997a9
Fix username room layout directory path (#483)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-11 10:18:28 -07:00
manongjohn
eb8f304987
Replace coded default Ghibli rooms with Tahoma2D rooms (#479)
Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-11 10:06:16 -07:00
manongjohn
1116f2a9d0
Merge pull request #462 from jeremybullock/linux_winusb
Remove libusb from scripts and fix some name references
2020-11-10 16:42:22 -05:00
Jeremy Bullock
4deec04597 Small fixes 2020-11-10 10:55:45 -07:00
Jeremy Bullock
5f4893a662 Merge branch 'master' into linux_winusb 2020-11-10 10:45:08 -07:00
manongjohn
63837e770c
Add Import Preferences option (#422)
* Add Import Preferences option

* Update Recent File tahomastuff paths on import

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-10 10:44:05 -07:00
Jeremy Bullock
bb63d765ba
Recent Projects and Default Project Location (#415)
* Recent Projects and Default Project Location

* Add to load scene

* Added shortening of long paths and hover effects

* The ComboBox is back baby.

* Browse option
2020-11-08 23:55:47 -07:00
Jeremy Bullock
62c6b25b84 Remove libusb from scripts and fix some name references. 2020-11-05 11:51:52 -07:00
Jeremy Bullock
dfed2a033d
Make setting markers easier (#324)
* Make setting markers easier

* More tweaks
2020-11-04 14:25:00 -07:00
Jeremy Bullock
a599d98bca
Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
Jeremy Bullock
a922f46562
Remove Camera Capture Popup Window (#378)
* Remove Camera Capture Popup

* clang
2020-11-04 12:14:28 -07:00
Jeremy Bullock
60c9cb33d2
Option to show the color of the parent column in the header (#326) 2020-11-04 11:57:30 -07:00
Jeremy Bullock
91d7988acb
Remove libusb (#268) 2020-11-04 11:54:56 -07:00
Jeremy Bullock
4d411c3ce6
Change glut to freeglut on Windows (#267) 2020-11-04 11:49:17 -07:00
manongjohn
5a70813ce6
Fix loading brush presets or last brush used (#451)
* Fix loading brush presets or last brush used

* Fix  tracking property changes

* Correct vector brush property change logic

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-04 11:12:33 -07:00
Jeremy Bullock
b936fee5f9
Move opacity slider (#417) 2020-10-27 16:06:04 -06:00
Jeremy Bullock
1bc10c8ff3
Don't show right click menu when removing a ruler guide (#412) 2020-10-24 02:25:51 -06:00
Jeremy Bullock
a65e4e9504
Stop Double Click Key to Open Function Editor (#411) 2020-10-24 00:09:36 -06:00
Jeremy Bullock
e8d1f92535
Change project on choosing project from Startup Popup (#410) 2020-10-23 23:22:43 -06:00
Jeremy Bullock
82324fdcb5
Allow panning with space on function sheet (#409) 2020-10-23 23:18:38 -06:00
manongjohn
d055d38243
Fix create blank frame not using user default palette (#405) 2020-10-23 21:09:45 -06:00
manongjohn
3d8adee139
Fix current brush preset tracking (#401) 2020-10-22 11:03:17 -06:00
Jeremy Bullock
c57e297804
Fix audio memory leak and fix windows distortion (#402)
* Fix audio memory leak and fix windows distortion

* Fix play button resetting
2020-10-22 10:43:35 -06:00
Jeremy Bullock
6954f4d14c
Bring in OpenToonz updates as of 10/20 (#400)
* fix saving fx ports

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

* fix palette gizmo target

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

* export subxsheet column to xdts

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

* fix particles fx with sub xsheet control

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

* fix crash on reverting scene

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

* Fix crash on closing Tahoma with a floating level strip.

Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
2020-10-21 15:00:03 -06:00
Jeremy Bullock
fe1084fcc0
Move palette freeze/pause button (#395)
* Move palette freeze/pause button

* Fix crash
2020-10-21 09:01:28 -06:00
manongjohn
6603af6b7e
Fix autocreation preferences turning on accidentally (#397) 2020-10-21 09:01:04 -06:00
manongjohn
64f86e6392
Centralize user preference and configuration files (#394) 2020-10-21 08:59:24 -06: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
manongjohn
0fd4165118
Remove creation and use of room_menubar.xml (#377)
* Remove creation and use of room_menubar.xml

* Remove multiple menubars and menubar customization logic
2020-10-20 13:44:41 -06:00
artisteacher
07d50c237e
Use whats new from manual not github (#385) 2020-10-19 21:36:29 -06:00
Jeremy Bullock
e9edcf936d
Block space and arrows as shortcuts (#373) 2020-10-18 17:39:39 -06:00
Jeremy Bullock
69acc777c2
Bring in OpenToonz updates as of 10-17-20 (#371)
* palette filter no gap enhancement

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

* selectable param name label

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

Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
2020-10-18 17:34:17 -06:00
Jeremy Bullock
9ef44d41a9
Block fixed with widgets on dock and undock (#374) 2020-10-18 17:33:59 -06:00
artisteacher
d9f5cbb74f
Correct mac shortcuts and missing menu item (#370)
* Correct mac shortcuts in status bar

Just for macOS, Ctrl should be Cmd, and Alt should be Opt

* Add missing menu item on macOS
2020-10-17 21:06:07 -06:00
Jeremy Bullock
6e58957714
Add link to Google Group (#368) 2020-10-15 22:43:17 -06:00
Jeremy Bullock
3054519170
Allow render without saving. (#360) 2020-10-15 14:05:32 -06:00
manongjohn
044b5f0c3e
Fix linux crash on vector style editor tab (#357) 2020-10-15 14:05:13 -06:00
Jeremy Bullock
b19126c268
Bring in fixes from OpenToonz as of 10-12-2020 (#350)
* fix text fx bug

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

* fix crash on undoing replace-paste zerary fx

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

Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
2020-10-13 22:36:42 -06:00
Jeremy Bullock
16cd69f0dd
Bring in OpenToonz updates as of 10-11-2020 (#349)
* implement selective option for segment eraser

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

* pojienie - fix undo data #3392

* shun fix pasting freehand #3518

* 3D Lut on the Fly by Shun-Iwasawa #3513

Co-authored-by: pojienie <pojienie@gmail.com>
2020-10-12 20:26:35 -06: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
3476ff7622
Fix colors on various checks. (#327)
* Fix colors on various checks.

* 2504
2020-10-09 08:35:34 -06:00
Jeremy Bullock
467272b64c
Hide most overlays on 3d view (#320) 2020-10-08 00:14:14 -06:00
Jeremy Bullock
e8bd04b132
Fix Plastic Rendering on 16 bit (#314) 2020-10-07 22:26:39 -06:00
Jeremy Bullock
c45605618b
Clarify the render process. . . (#311)
* Demystifying Rendering

* More info
2020-10-07 15:27:55 -06:00
Jeremy Bullock
c0f52612f5
Version 1.1 (#309)
* Version 1.1

* Oops
2020-10-07 08:35:41 -06:00
Jeremy Bullock
152366bbba
Create a Support Tahoma2D option in the help menu (#310) 2020-10-07 08:33:44 -06:00
Jeremy Bullock
e155d48bbe
WIP: Add webcam resolutions on linux (#302)
* Add webcam resolutions on linux

* More resolutions
2020-10-06 21:34:14 -06:00
Jeremy Bullock
82996a4f0f
Change Column Insert Defaults (#307) 2020-10-06 19:10:46 -06:00
Jeremy Bullock
07c0ade674
Show the & in the customize shortcuts and toolbars (#304) 2020-10-06 10:27:11 -06:00
Jeremy Bullock
96be2ad464
Fix a couple instances of RGBM (#305) 2020-10-06 10:26:13 -06:00
Jeremy Bullock
8f7ed31968
Change Xsheet references to Scene (Unless it's actually an Xsheet) (#303) 2020-10-06 10:25:44 -06:00
Jeremy Bullock
9147e447b0
Fix resizing windows on start (#301) 2020-10-05 14:15:45 -06:00
manongjohn
d2bfc9f902
Merge pull request #273 from jeremybullock/tahoma2d
Rename to Tahoma2D
2020-10-05 14:31:53 -04:00
Jeremy Bullock
e4f4a7a99b Updte graphics 2020-10-05 10:38:10 -06:00
melieconiek
3d01223453
Add direct shortcuts for vector brush tool auto fill option. (#298)
* Add direct shortcuts for the brush tool enabling/disabling all auto fill options.

* Shorten code.
2020-10-05 09:41:57 -06:00
Jeremy Bullock
16f7db11e0
All ctrl + shift to toggle snapping on the geometry tool (#299) 2020-10-05 08:11:08 -06:00
Jeremy Bullock
62ab3d2af4
UI Updates (#294) 2020-10-05 00:15:49 -06:00
Jeremy Bullock
9c23a5d91b
Add missing options to combo viewer (#293) 2020-10-04 14:47:04 -06:00
Jeremy Bullock
3dc407d284
Fix order of preferences saving page (#292) 2020-10-03 22:33:45 -06:00
manongjohn
1c25b6a785
Fix Adjust Current Level to Studio Palette links (#285) 2020-10-03 21:02:05 -06:00
Jeremy Bullock
583dd5fae9
Fix for deleting control point while moving it. (#283) 2020-10-03 21:01:51 -06:00
Jeremy Bullock
eb89845cc0
Revert dropdown fix (#288) 2020-10-03 20:57:16 -06:00
Jeremy Bullock
ca5c0c9fe1 Review Changes 2020-10-03 09:45:41 -06:00
Jeremy Bullock
582b461382 Merge remote-tracking branch 'origin/master' into tahoma2d 2020-10-02 20:51:34 -06:00
Jeremy Bullock
5f537f2867
Make change parent dropdown visible. (#275) 2020-10-02 20:41:15 -06:00
Jeremy Bullock
05591fd52a
Fix missing shortcuts (#282) 2020-10-02 20:40:57 -06:00
Jeremy Bullock
d0f1813309 Rename to Tahoma2D 2020-10-02 00:20:33 -06:00
Jeremy Bullock
b5582c8ede
More changes (#269) 2020-10-01 22:30:20 -06:00
Jeremy Bullock
d2a6a32213
More fixes. (#265)
* Some fixes

* fix fractalnoisefx

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

* gui modifications

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

* Finish to style update patch

* OpenToonz #3510
Co-authored-by: shun-iwasawa shun-iwasawa@users.noreply.github.com

Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
2020-10-01 12:19:00 -06:00
Jeremy Bullock
6125029b08
Clarify some endblock undo info (#260) 2020-09-30 22:51:23 -06:00
Jeremy Bullock
a3a2579f08
Fix issues reported in OpenToonz (#258)
* Fix issues reported in OpenToonz

* Fixed height for convert and level settings dialogs
2020-09-30 10:52:10 -06:00
Jeremy Bullock
bd19747b0d
Horizon overlay and some vanishing point customization (#253) 2020-09-28 21:29:05 -06:00
Jeremy Bullock
dff5b5fdcb
More paste improvements (#248)
* Some fixes

* more little fixes

* Make vector selections work too
2020-09-28 21:28:52 -06:00
Jeremy Bullock
967ad6de14
Fix issues with starting maximized not working (#236) 2020-09-27 16:20:03 -06:00
Jeremy Bullock
52a6dbf0e5
Make vanishing points easier to click when removing. (#241) 2020-09-27 16:19:47 -06:00
manongjohn
ce7dfe98f1
Do not remove unused styles 0 and 1 on default palettes (#240) 2020-09-27 00:31:21 -06:00
Jeremy Bullock
09a71164c0
Fix RGB picker offset (#226)
* Fix RGB picker offset

* removed unneeded lines
2020-09-26 21:23:00 -06:00
Jeremy Bullock
8309e625a9
Fix crashes when pasting an outside image on a non-raster level (#227) 2020-09-26 08:36:42 -06:00
Jeremy Bullock
80fcee15eb
Auto close and auto fill options for vector brush (#197)
* Auto close and auto fill for vector brush

* Fix undo

* Make frame range work

* Fix visual glitch

* Fix crash

* Add auto group to vector brush
2020-09-25 22:55:33 -06:00
Jeremy Bullock
f90b1577b8
Paste clipboard images (from outside Tahoma) into Tahoma (#202)
* Paste images

* more tweaks

* Paste to selection tool if available.

* Fix viewer overlays

* More fixes

* Cleanup and Comment

* Add to filmstrip

* Find an empty column
2020-09-25 22:55:16 -06:00
Jeremy Bullock
4db981e3ec
Add current project to File Browser (#221)
* Add current project to File Browser

* ready for testing

* Collapse other projects
2020-09-25 22:55:03 -06:00
Jeremy Bullock
8ca782f7c4
Fix Geometry Tool Autofill if Draw Behind (#196) 2020-09-22 22:51:41 -06:00
Jeremy Bullock
6356c6f7c3
Allow drawing behind vector lines on brush and geometry tools. (#188)
* Allow drawing behind vector lines with Alt + Shift

* Add caps control for windows.

* Add geometry tool too.

* Remove lost comment
2020-09-22 21:04:03 -06:00
Jeremy Bullock
d8756f4eae
Grids and Overlays (#193)
* start

* It works.

* Updates and feedback

* Fix vanishing guides in place
2020-09-22 21:03:49 -06:00
Jeremy Bullock
f91ab502b1
Fix crash on exploding sub xsheet with only sound. (#194) 2020-09-22 21:03:35 -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
Jeremy Bullock
6ca8901aec
Changes palette active button to a pause button by shun-iwasawa (#191) 2020-09-22 14:45:58 -06:00
Jeremy Bullock
a4f7ab9b6e
Make tabbing through color fields easier. (#186) 2020-09-20 02:27:27 -06:00
Jeremy Bullock
730433e072
In Memoriam: Rodney Baker (#187) 2020-09-20 02:27:14 -06:00
Jeremy Bullock
28366ac752
Add perspective grids to vanishing points (#185)
* Add perspective grids to vanishing points

* Limit tools
2020-09-19 22:06:44 -06:00
manongjohn
3378ef99cd
Fix copy/paste keyframe causing bad data (#182) 2020-09-18 11:46:15 -06:00
Jeremy Bullock
2ff5791a7f
Konero viewer buttons (#177)
* Konero changes to viewer buttons

* Schematic table icon
2020-09-15 15:50:09 -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
Jeremy Bullock
09be93c837
Toggle Vector Snapping with Control + Shift (#176) 2020-09-15 14:27:43 -06:00
Jeremy Bullock
e52251200c
Make ruler marks based on pixels (#174) 2020-09-15 08:10:58 -06:00
Jeremy Bullock
9d1557c868
Render bug (#173)
* Make viewer transparency respond faster and add to combo viewer

* Fix one cause of render crashes
2020-09-15 00:07:58 -06:00
Jeremy Bullock
1e645cf022
Make viewer transparency respond faster and add to combo viewer (#172) 2020-09-14 21:54:42 -06:00
Jeremy Bullock
de24d9092c
FIx extra selection in palette (#171) 2020-09-14 15:09:57 -06:00
Jeremy Bullock
2b0fee62ae
Tweaks to Transparent Window Feature (#169)
* Tweaks to Transparent Window Feature

* Flip slider values
2020-09-14 13:40:44 -06:00
Jeremy Bullock
2cee3324d0
Allow Transparency on Camera View (#168)
* Start of Alpha on Camera Overlay

* Camera View Tranparency
2020-09-14 12:30:14 -06:00
Jeremy Bullock
b14e759914
Make main window transparent for reference work. (#165)
* Make main window transparent for reference work.

* Added slider to control value
2020-09-13 20:15:08 -06:00
Jeremy Bullock
e14e03a025
Add Vanshing Points and Control Snapping to Vector Brush (#160)
* Add additional drawing options for vector brush

* finished adding vector vanishing points
2020-09-13 12:43:02 -06:00
Jeremy Bullock
74e0fbad65
Snap Smart Raster and Raster brushes to 15 degrees (#154) 2020-09-13 12:42:34 -06:00
Jeremy Bullock
299f21dce4
Change Icons on Theme Change (Requires Restart) (#162)
* Change Icons on Theme Change (Requires Restart)

* small tweak
2020-09-13 12:40:42 -06:00
Jeremy Bullock
8b9f0fe61d
Fix Orientation destructor (#155) 2020-09-13 12:39:43 -06:00
Jeremy Bullock
22ba87347f
Hide Scan Path field in Level Settings (#163) 2020-09-11 20:17:57 -06:00
Jeremy Bullock
81d837cc87
Add missing icons to qrc file. (#161) 2020-09-11 14:45:41 -06:00
Jeremy Bullock
c88e4b8163
Fix missing icons by Konero (#153)
* Add missing icons for vectorize popup

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

* Fix plus icon for style name editor button

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

* Fix rename

Co-authored-by: Kite <konero@users.noreply.github.com>
2020-09-11 09:57:51 -06:00
Jeremy Bullock
dc7abf6de4
Fix crash on "no level" selected in level strip. (#149)
* Fix crash on no level selected in level strip.

* test triggering builds

* trigger again

* and again
2020-09-10 11:38:41 -06:00
Jeremy Bullock
44659103e9 Fix status bar too wide 2020-09-04 21:37:50 -06:00
Jeremy Bullock
da36502653
Allow timeline to be fixed height on starting (#135) 2020-09-04 12:12:55 -06:00
Jeremy Bullock
f4838badc0 1.0.1 2020-09-03 22:46:57 -06:00
Jeremy Bullock
81f0c1ff89 Fix key icons 2020-09-03 22:09:45 -06:00
Jeremy Bullock
c4e9f0b0a3 Add + on advanced settings 2020-09-03 16:18:35 -06:00
Jeremy Bullock
fcd9152247 Fix timeline resize bug 2020-09-03 16:12:15 -06:00
Jeremy Bullock
8db50c500e Fix crash on camera column selected for stop motion 2020-09-02 09:21:57 -06:00
Jeremy Bullock
0ca2b5ccce Fix output settings and room layout 2020-09-01 23:02:37 -06:00
Jeremy Bullock
ecab4aab78 Fix icon size 2020-09-01 15:45:32 -06:00
manongjohn
df81651d5e
Display Fx Icon as timeline/xsheet thumbnail (#130) 2020-08-31 15:44:23 -06:00
Jeremy Bullock
89e7fc6f69
Allow older Canon cameras to work (#129) 2020-08-31 12:55:57 -06:00
Jeremy Bullock
af90cdedbe
UI update and Icons from Konero (#126)
* 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.

* Update .gitignore

* 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)

* fix vector img patern stroke style

* Update Stylesheets

- Support the new icon sizes
- XSheet and Timeline significantly redesigned
- Lots of margin fixes and refactoring
- Remove deprecated icons, as some icons are moved into binary
- New Light theme

* New Icons

- Redesigns almost every icon as symbolic
- Adds icons for most commands

* Add Option for Icon Themes

- Adds option for icon themes
- Removes useless label from Preferences category list

* Update Icon Functions

- Adds themePath() boolean
- Adds function for recoloring black pixels in pixmaps to any color
- Rebuilds createQIcon to use fromTheme() and recolorPixmap()
- Removes createQIconOnOff as it seemed to be a rarely used duplicate of createQIcon
- Removes a grey horizontal line drawn above the console play bar in the viewer

* Set Default Icon Theme and Paths

- Sets search paths for icons for use with QIcon::fromTheme()
- Sets default start icon theme on first install
- Sets flag for displaying icons in menus, so we can selectively hide them

* Set Icons for Commands

- Sets icons for the commands
- Hides icons being displayed in menus as most icons are 20x20, they will look blurry when shrunk to 16x16
- Selectively allows icons to display for Tools in menus

* Change Icon Sizes, General Fixes and Stylesheet Additions

- Change icon sizes to new size
- Remove margin around FX Editor window
- Remove white line under color sliders in Style Editor
- Make keyframe icons uniform and color stylable in the stylesheets
- Removes deprecated stylesheet strings
- Redesign GUI for palette list view
- Make tree list header sort row stylable
- Remove black lines from scrollbars in New Project window
- Remove margin around combobox in Level Strip
- Alter how some lines are drawn in the Timeline to fix some alpha issues
- Make conditional fixed onion skin and normal onion skin dots contrast more against a light background area to make sure they have good visibility
- Make text always viewable in the FPS field in console bar
- Increase size of radio buttons in Cleanup Settings
- Increase size of switches in motion path nodes
- Remove unessesary "Layer" label in Timeline and other rects
- Various colors made stylable in the stylesheets; palette numpad and selection frame, cleanup settings border, scene cast folder path, schematic lines, ruler, xsheet lines, keyframes, cell input box and more
- Moves some external stylesheet icons into binary

* Make TPanelTitleBar Icon States Stylable

- Makes icon states for TPanelTitleBar buttons stylable in stylesheets

* Travis Fixes

* Swap Startup Popup Logos

They were in the wrong folders

* Revert "Swap Startup Popup Logos"

This reverts commit 815908a9f3e725f48507dab8a2270bdfa045649d.

* Fix Startup Popup Logo

It wasn't switching

* Feedback Changes

- Change render visualization to clapboard
- Fix text contrast on levels in XSheet

* Make Cell Selection More Clear

* Darken Light Theme and Tint Empty Cell Selection

* Fix missing icons

* Fix memo button

* Bring back colors

* Hide Motion Tab

* Fix Play Range Area (Light)

Make play range area more visible

* Vector Column Color

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-31 12:51:22 -06:00
Jeremy Bullock
24ad08ec6c
Fix crash on toggling show style index (#124) 2020-08-19 08:56:24 -06:00
Jeremy Bullock
1c126afd2c
Add Capturing 2s, 3s etc to Stop Motion (#121) 2020-08-17 23:54:39 -06:00
Jeremy Bullock
abdb0dabb6
Add Raw Image Support to Stop Motion (#120)
* start of raw support

* Save RAW Image and add RAW images to export sequence
2020-08-17 14:19:20 -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
cf4cd69494
Add some extra brush commands to the status bar. (#118) 2020-08-07 01:08:17 -06:00
Jeremy Bullock
feb9c4f48f
Merge OT changes as of 8-6 (#116) 2020-08-07 00:11:19 -06:00
manongjohn
4967add412
Tahoma Linux builds via Travis (#113)
* Tahoma Linux builds via Travis

* Update Linux Travis to install Qt 5.9

* Correct Tahoma appdata
2020-08-06 21:40:23 -06:00
Jeremy Bullock
e736578c26
Make short play work universally (#105)
* Make short play work universally

* Take into account play markers

* Make shortplay ignore markers
2020-08-03 21:07:44 -06:00
Jeremy Bullock
46049a74c0
Add preview button to bottom of preview settings. (#110) 2020-08-03 21:05:49 -06:00
manongjohn
85ea10ac8c
Fix no icon for newly created blank frames (#111) 2020-08-03 00:08:22 -06:00
manongjohn
0331c721e6
Fix undo guided strokes clearing frames (#109) 2020-08-02 22:24:56 -06:00
manongjohn
681587afd7
Fix saving default palette (#107) 2020-07-28 21:48:21 -06:00
Jeremy Bullock
7ce531ac30
OT Changes as of 7-26 (#104) 2020-07-27 21:16:51 -06:00
Jeremy Bullock
fdc93fcd3f
Swap columns in the command bar and fix wording. (#103) 2020-07-26 16:19:37 -06:00
manongjohn
c586456700
Add Save Scene warning popup (#100)
* Add Save Scene warning popup

* Simplify Save Scene warning message
2020-07-26 12:05:57 -06:00
Jeremy Bullock
f5da61aa1b
OT changes as of 7/22 (#94) 2020-07-25 23:23:46 -06:00
Jeremy Bullock
7e0ba3c713
Redo About Popup (#102)
* Redo About Popup

* Remove forum link
2020-07-25 23:06:00 -06:00
manongjohn
1d09e20c2f
Add search command list for customize popups (#101) 2020-07-25 23:05:39 -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
manongjohn
08655aa21f
Display Default Palette (#95)
* Default Palettes

* Fix level detection at frame 1

* Add default/personal palettes location

* Add Personal Palettes category to Studio Palette Window

* Fix default palette comments

* Fix save default palette warning message
2020-07-25 22:51:26 -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
1ae24e7706
Change colors for levels types (#92) 2020-07-20 00:03:31 -06:00
Jeremy Bullock
b6875d1bf5
Update new style button (#89)
Co-authored-by: shun-iwasawa <shun-iwasawa@users.noreply.github.com>
2020-07-15 11:18:49 -06:00
Jeremy Bullock
f11d931464 Update site that new versions are checked 2020-07-15 10:08:34 -06:00
Jeremy Bullock
05ff19a19d
Remove Letter Ports (#87) 2020-07-13 21:41:44 -06:00
Jeremy Bullock
9329204e5c
Priorities (#86) 2020-07-12 23:07:54 -06:00
manongjohn
44afc3df8a
Fix incorrectly using None interpolation type (#85) 2020-07-12 22:57:03 -06:00
Jeremy Bullock
90c089a39a
Fix backward compatibility (#84) 2020-07-12 01:26:40 -06:00
Jeremy Bullock
d4d155dccc
Switch Project Command (#83) 2020-07-11 23:56:55 -06:00
Jeremy Bullock
05958a4a7b
OT changes as of 7-11 (#82)
* 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)

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>
2020-07-11 21:03:15 -06:00
Jeremy Bullock
9b3227955a
Add Image Metadata to Test Stop Motion Images (#81) 2020-07-10 01:03:31 -06:00
Jeremy Bullock
5957d4d678
Remove Scan Stuff (#79)
* Remove Scan Stuff

* Fix Travis?

* Travis 2
2020-07-08 00:31:12 -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
0e717f4ad5
Fixes (#76)
* Fix function editor colors, ruler status bar. . .

* Fix stop motion bugs
2020-07-06 22:49:36 -06:00
Jeremy Bullock
d9a5c16baa
Merge shuns pr from 7-5-20 (#74)
* 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

* 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 compilation error

* fix a bug where multiArc might generate bugged stroke

* Remove ICONV dep (#3304)

* fix crash on saving studio palette

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

* fix geometric tool multiarc smooth option

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>
2020-07-06 00:23:39 -06:00
Jeremy Bullock
133c867d93
Merge with core OpenToonz as of 7-5 (#73)
* 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

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>
2020-07-05 23:32:52 -06:00
Jeremy Bullock
5850554b2d
More ui tweaks (#70) 2020-07-03 17:45:44 -06:00
Jeremy Bullock
b0b1772962
Grab Bag (#69) 2020-07-03 01:28:13 -06:00
Jeremy Bullock
5136b21737
Allow Changing Parent of Column from XSheet (#68) 2020-07-01 22:55:41 -06:00
Jeremy Bullock
a57d5ece0a
Disable titlebar double click (#67)
* Remove classic xsheet layout. Set compact default.

* Disable double click on non viewer titlebars
2020-07-01 00:48:21 -06:00
Jeremy Bullock
a63e912d60
Remove classic xsheet layout. Set compact default. (#66) 2020-07-01 00:20:28 -06:00
Jeremy Bullock
d95096068c
Make overlow icons for toolbar and command bar easier to see in all themes. (#65) 2020-06-30 23:57:20 -06:00
Jeremy Bullock
83aa41ce21
Make getting back to a plain color easy from all styles. (#64) 2020-06-30 23:05:14 -06:00
Jeremy Bullock
5780388172
Prevent deleting last frame of a level. (#63) 2020-06-30 21:52:56 -06:00
Jeremy Bullock
cd2074e3ed
Fix failing assert on level settings popup (#62) 2020-06-30 10:58:57 -06:00
Jeremy Bullock
89237c9196
Add Delete Frame Command to Level Strip (#60) 2020-06-30 10:16:47 -06:00
Jeremy Bullock
d380fa8e3a Merge remote-tracking branch 'ot/master' 2020-06-30 10:15:55 -06:00
shun-iwasawa
6558e5d523 skip unnecessary dialog on collapse 2020-06-29 17:24:52 +09:00
Jeremy Bullock
3605260cbd
Ot master (#58)
* prevent unintentional frameworks use and fix typos

* Fix build with Clang 10

* System depend code deduplication

* Improve multi-layer style picker.

Allows clicking anywhere on a stroke in another layer to pick it -
not just the center.

Fixes #2843.

* Get actual pixel size instead of hard-coding to 1.0.

* Rehide features

* fix pegbar restoring

* fix crash on converting single image

* Fix wrong path to FXs

* fix expression reference in sub xsheet

* Fix build with GCC 10.

The default option was fixed in the latest Twain releases
but Opentoonz includes Twain 2.1.

* Fix build with Qt 5.15.

QPainterPath is no longer included indirectly.

* fix pegbar lost on exploding subxsheet

* fix fxs missing on explode

* Adobe Animate keyboard shortcuts but now with better shapes

* fix a bug where level in xsheet gets replaced when cancelling saving

* add include intersection option in selection tool

Co-authored-by: artisteacher <thingymadingy@yahoo.com>
Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Konstantin Dmitriev <ksee.zelgadis@gmail.com>
Co-authored-by: Christophe Giboudeaux <christophe@krop.fr>
Co-authored-by: MrBlockCat <37186692+MrBlockCat@users.noreply.github.com>
Co-authored-by: pojienie <pojienie@gmail.com>
2020-06-28 21:05:10 -06:00
Jeremy Bullock
1a257c2384
Fix resizing panels again (#59) 2020-06-28 21:02:28 -06:00
pojienie
f9b677d27d add include intersection option in selection tool 2020-06-27 08:45:40 +00:00
Jeremy Bullock
8e0cc7af42
Fix line visibility on straight lines with MyPaint styles (#56)
* Fix assistant pressure

* Fix pressure on mypaint straight lines
2020-06-20 22:58:33 -06:00
Jeremy Bullock
99c0542793
Fix weird dockinig issues (#55) 2020-06-20 22:26:16 -06:00
Jeremy Bullock
aed83334b2
Option to Hide Style Indexes (Hidden by default) (#54) 2020-06-19 21:11:29 -06:00
Jeremy Bullock
bb35b2bdf1 Fix for theme viewer colors and stop motion light 2020-06-19 16:28:50 -06:00
Jeremy Bullock
39a6f091ef
More Misc Fixes (#53) 2020-06-19 00:53:43 -06:00
Jeremy Bullock
a970d34579
Misc fixes (#52) 2020-06-17 21:05:36 -06:00
Jeremy Bullock
1d7b13f4d8
Perspective Assistant for Smart Raster and Raster levels (#51)
* It's working

* Raster brush too

* Added saving and toggling points
2020-06-16 23:06:09 -06:00
pojienie
bc5b96b132 fix a bug where level in xsheet gets replaced when cancelling saving 2020-06-15 11:35:35 +00:00
Jeremy Bullock
34cf4cc79f
Status Bar (#50)
* Status bar

* Status Bar Working
2020-06-15 02:27:26 -06:00
shun-iwasawa
bf27344eda fix fxs missing on explode 2020-06-13 02:23:46 +09:00
Jeremy Bullock
7faa31f359
misc fixes (#49) 2020-06-12 02:33:50 -06:00
Jeremy Bullock
b817711ff2
Fix variety of panels (#48) 2020-06-12 00:11:25 -06:00
Rodney
e6e7686e88
Merge pull request #3336 from shun-iwasawa/fix_pegbar_lost_on_exploding_subxsheet
Fix pegbar lost on exploding sub xsheet
2020-06-09 17:01:26 -05:00
shun-iwasawa
faa4917b54 fix pegbar lost on exploding subxsheet 2020-06-10 03:04:35 +09:00
Christophe Giboudeaux
3ccd505329 Fix build with Qt 5.15.
QPainterPath is no longer included indirectly.
2020-06-09 10:39:31 +02:00
Christophe Giboudeaux
05ead497ad Fix build with GCC 10.
The default option was fixed in the latest Twain releases
but Opentoonz includes Twain 2.1.
2020-06-09 09:59:45 +02:00
Jeremy Bullock
c04aa72cd3
Project Management Overhaul (#47)
* Redo Project Management  - Part 1

* Part 2

* Fix build

* Cleanup
2020-06-08 22:42:51 -06:00
Jeremy Bullock
8d19877058
Rename level types (#46) 2020-06-06 18:49:41 -06:00
Rodney
19ef16ec66
Merge pull request #3215 from artisteacher/frameworks_fix
mac frameworks cmake fix
2020-06-06 07:59:13 -05:00
Jeremy Bullock
8044d337b2
Changes by Konero (#45) 2020-06-04 22:40:15 -06:00
shun-iwasawa
952984c275 fix expression reference in sub xsheet 2020-06-05 12:30:35 +09:00
Jeremy Bullock
bc9b68e15e
Straight line tool on raster brush tool (#44) 2020-06-04 20:50:21 -06:00
Jeremy Bullock
49c375bb1d
Fix pan, zoom and rotate with tablet. (#43) 2020-06-04 12:48:38 -06:00
Jeremy Bullock
6247863442 Fix mac performance on straight lines 2020-06-04 12:15:46 -06:00
Jeremy Bullock
4566353fe5
Konero tweaks (#42)
* Fix build with Clang 10

* System depend code deduplication

* Improve multi-layer style picker.

Allows clicking anywhere on a stroke in another layer to pick it -
not just the center.

Fixes #2843.

* Get actual pixel size instead of hard-coding to 1.0.

* Rehide features

* fix pegbar restoring

* gui tweaks

tweaks the gui, makes tpaneltitlebarbutton color states changable in stylesheets

* fix styleeditor chandle mouse event

allow handle to be grabbed properly without slipping

Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Kite <konero@users.noreply.github.com>
2020-06-04 01:48:08 -06:00
Jeremy Bullock
1d744ad16d
Hide Panel Titlebars (#41)
* Hide Titlebars

* All panels (except viewers)
2020-06-04 00:29:27 -06:00
Jeremy Bullock
a65128fbb7
Small fix (#40) 2020-06-04 00:18:54 -06:00
Jeremy Bullock
7a22a827d0
Allow Straight Lines on Shift plus more. . . (#39)
* Toonz Raster Straight Lines

* Lock to vertical diagonal or horizontal on ctrl
2020-06-03 23:09:51 -06:00
Jeremy Bullock
e239e2633c
Fix brush tool on rasters with different sizes (#38) 2020-06-03 12:19:53 -06:00
Jeremy Bullock
63075b3778
Allow pan, rotate and zoom without changing tools (#37) 2020-06-03 01:13:51 -06:00
Jeremy Bullock
f17cbbf572
Fix mac build (#35)
* attempt 1

* attempt 2
2020-06-02 15:36:25 -06:00
shun-iwasawa
81092567bb fix crash on converting single image 2020-06-02 16:21:48 +09:00
Jeremy Bullock
1cc5c4c01f
Time (#34)
* time label

* Add color info to fps slider
2020-06-01 22:55:58 -06:00
Jeremy Bullock
baa9c0d8fb
Move memo buttons (#33) 2020-05-31 22:13:38 -06:00
Jeremy Bullock
aabea72286
Add level button (#32) 2020-05-30 22:24:30 -06:00
Jeremy Bullock
948b64293a
Quick fixes (#30) 2020-05-30 02:16:54 -06:00
Jeremy Bullock
2120097c11
Shun pegbar (#28)
* Fix build with Clang 10

* System depend code deduplication

* fix pegbar restoring

Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
2020-05-29 15:35:34 -06:00
Jeremy Bullock
7210297bb8
Add screen to light overlays in stop motion (#27) 2020-05-29 15:28:54 -06:00
Rodney
737bda7bba
Merge pull request #3317 from shun-iwasawa/g/fix_pegbar_restoring
Fix Pegbar Restoring
2020-05-29 12:53:19 -05:00
Rodney
faba83f640
Merge pull request #3272 from turtletooth/export_panel
Remove references to linetest and flash
2020-05-29 07:23:54 -05:00
shun-iwasawa
667e3115e0 fix pegbar restoring 2020-05-29 17:30:24 +09:00
Jeremy Bullock
e7214c2554
More dpi and image size tweaks (#26) 2020-05-28 22:29:25 -06:00
Jeremy Bullock
502746535d
Don't show save error if untitled (#25) 2020-05-28 16:32:15 -06:00
Jeremy Bullock
f0e7451df2
3142 (#24)
* Fix build with Clang 10

* System depend code deduplication

* Improve multi-layer style picker.

Allows clicking anywhere on a stroke in another layer to pick it -
not just the center.

Fixes #2843.

* Get actual pixel size instead of hard-coding to 1.0.

Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
2020-05-28 16:17:17 -06:00
Jeremy Bullock
74607f0a5e
Fix double clicking on file browser (#23) 2020-05-28 16:10:05 -06:00
Jeremy Bullock
f7350c4601
Change autosave notification to message by rooms. (#22) 2020-05-27 22:02:48 -06:00
Jeremy Bullock
97dbaef5c6
Level strip text width (#21) 2020-05-27 18:08:03 -06:00
Jeremy Bullock
148badbee3
Save and render (#20) 2020-05-27 17:54:19 -06:00
Jeremy Bullock
67c02220a5
Lock room tabs and panes together (#17) 2020-05-27 15:55:06 -06:00
Jeremy Bullock
dca33a2731
Remove toggle xsheet button (#16) 2020-05-27 15:08:50 -06:00
Jeremy Bullock
c6ce9af984 Rehide features 2020-05-27 11:24:17 -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
c1a11eda7a
Fix SM dpi (#12) 2020-05-26 20:31:52 -06:00
Jeremy Bullock
6c2b84ae7d
new icns (#10) 2020-05-24 21:11:26 -06:00
Jeremy Bullock
8bdf569e52 Scene viewer defaults 2020-05-24 16:00:44 -06:00
Jeremy Bullock
6b19431bd1 Fix palette 2020-05-24 02:37:30 -06:00
Jeremy Bullock
19e19e85bd 163 Files ain't too bad. 2020-05-23 21:33:36 -06:00
Martin van Zijl
696695065a Get actual pixel size instead of hard-coding to 1.0. 2020-05-24 14:59:33 +12:00
Martin van Zijl
b399894b70 Improve multi-layer style picker.
Allows clicking anywhere on a stroke in another layer to pick it -
not just the center.

Fixes #2843.
2020-05-24 14:59:33 +12:00
Jeremy Bullock
58886c7799 I dare you to add a space in a room name now. 2020-05-23 20:33:26 -06:00
Jeremy Bullock
f95a5823d0 Build fixes 2020-05-23 15:03:08 -06:00
Jeremy Bullock
624c5a7b4b
icns (#8) 2020-05-23 13:15:13 -06:00
Rodney
b37215d1f2
Merge pull request #3305 from rozhuk-im/sysdep_code_dedup
System depend code deduplication
2020-05-23 07:02:18 -05:00
Jeremy Bullock
1d8faddcc0
Tahoma Branding (#6) 2020-05-22 22:20:51 -06:00
Jeremy Bullock
606afc272f
Function Editor Overhaul (#5) 2020-05-22 15:31:30 -06:00
Rodney
6ef77d6856
Merge pull request #3303 from rozhuk-im/clang10_fix
Fix build with Clang 10
2020-05-22 09:46:06 -05:00
Rozhuk Ivan
26d905d84b System depend code deduplication 2020-05-22 16:54:16 +03:00
Rozhuk Ivan
697eaf631a Fix build with Clang 10 2020-05-22 16:31:18 +03:00
Jeremy Bullock
68fa16d5ac Merge remote-tracking branch 'shun/g/current_column_color_for_function_editor' 2020-05-21 15:08:13 -06:00
Jeremy Bullock
1439362708
Live View Offset (#4) 2020-05-21 15:06:28 -06:00
shun-iwasawa
2ce475a92d use current column color for function editor 2020-05-21 16:47:52 +09:00
Jeremy Bullock
1f67e1a121 Merge remote-tracking branch 'origin' 2020-05-20 11:04:55 -06:00
Jeremy Bullock
a3f89dd3e9 Merge remote-tracking branch 'shun/fix_multi_flipbooks_playback' 2020-05-20 11:04:33 -06:00
shun-iwasawa
2055df578b fix multiple flipbooks playback 2020-05-20 16:53:18 +09:00
Jeremy Bullock
e6f24cd120
Test Shots (#3) 2020-05-19 23:43:46 -06:00
Jeremy Bullock
50d82d74ab
Rip it out (#2)
* Part 1

* Part 1

* Part 2
2020-05-18 18:34:29 -06:00
Jeremy Bullock
2a9c90549e Merge branch 'lip_sync' into tahoma 2020-05-17 09:05:26 -06:00
Jeremy Bullock
61fa797483 Fix lip sync extend to end 2020-05-16 22:24:15 -06:00
Jeremy Bullock
f5fd4a4e34 Merge remote-tracking branch 'upstream/master' into tahoma 2020-05-16 18:28:14 -06:00
Jeremy Bullock
671fc73d2b Merge remote-tracking branch 'tt/export_panel' into tahoma 2020-05-16 18:27:55 -06:00
Rodney
b57b764782
Merge pull request #3275 from turtletooth/ik
Remove Changing Pins on IK
2020-05-16 17:02:15 -05:00
Jeremy Bullock
f25ac63302 Merge remote-tracking branch 'tt/stop_motion_improvements' into tahoma 2020-05-16 15:57:06 -06:00
Rodney
1a16b07d98
Merge pull request #3286 from turtletooth/file_assert
Fix failing assert in filebrowswermodel
2020-05-16 06:32:28 -05:00
Jeremy Bullock
2d62e6ffd5 Fix failing assert in filebrowswermodel 2020-05-15 00:22:05 -06:00
Jeremy Bullock
99ec9d85d2 Fit to viewer on load scene 2020-05-14 17:07:15 -06:00
Jeremy Bullock
ed38886df9 Fix Scrollable Plastic Options 2020-05-14 14:10:41 -06:00
Rodney
ef35521592
Merge pull request #3276 from turtletooth/brush_icon
Fix toonz raster brush and eraser cursor offset
2020-05-12 16:52:13 -05:00
Rodney
cd0e6f96be
Merge pull request #3277 from turtletooth/options_scroll
Make the tool options scrollable
2020-05-12 15:27:54 -05:00
Jeremy Bullock
d03efbcefa Allow stopping playback on all viewers. 2020-05-12 03:03:06 -06:00
Jeremy Bullock
195eae456d Fix widths 2020-05-12 00:54:11 -06:00
Jeremy Bullock
22d9f96232 Add scroll to tool options 2020-05-12 00:27:39 -06:00
Jeremy Bullock
6d77d97692 Fix toonz raster brush and eraser cursor offset 2020-05-11 23:16:59 -06:00
Jeremy Bullock
8a46fea017 Fix TComposer 2020-05-11 11:16:11 -06:00
Jeremy Bullock
93093c64f7 Merge branch 'master' into export_panel 2020-05-11 11:09:18 -06:00
shun-iwasawa
25dc519d37 glare fx iwa 2020-05-11 18:02:33 +09:00
Jeremy Bullock
66c84468f3 Remove changing pins on IK 2020-05-11 02:30:29 -06:00
Jeremy Bullock
29ea8148b6 remove screensaver 2020-05-07 23:04:12 -06:00
Jeremy Bullock
852210666e beautification 2020-05-07 22:16:54 -06:00
Jeremy Bullock
175c6b7122 Clear out references to flash and linetest 2020-05-07 22:13:53 -06:00
Jeremy Bullock
7c46efec41 typo 2020-05-05 15:04:15 -06:00
Jeremy Bullock
ad857dcd0a
Fix level create popup units (#3266) 2020-05-05 13:11:32 -06:00
Jeremy Bullock
1a7fc56ca2 Export Panel 2020-05-05 11:25:29 -06:00
Jeremy Bullock
9ccb64156a Additional mac crash fix? 2020-05-04 22:16:19 -06:00
Jeremy Bullock
f14288ce74 Mac crash fix? 2020-05-04 21:59:27 -06:00
Jeremy Bullock
17bac0a49b add showNormal to light 2020-05-04 21:27:12 -06:00
Jeremy Bullock
b767aaaf4f Fix mac bugs 2020-05-04 21:15:22 -06:00
Jeremy Bullock
f059427809 Its the little things 2020-05-04 12:27:44 -06:00
Jeremy Bullock
8d8d199147 Show stop motion camera in xsheet order 2020-05-04 00:44:20 -06:00
Jeremy Bullock
e3d110f972 Small changes 2020-05-03 02:13:00 -06:00
Rodney
8313e81965
Merge pull request #3262 from pojienie/add-locking-stroke-functionality-in-cutter-and-pump-tool
Add locking stroke functionality in cutter and pump tool
2020-05-03 02:47:22 -05:00
Jeremy Bullock
2a53ee9ffe Add icon to use live view images option 2020-05-02 23:52:29 -06:00
Jeremy Bullock
9d7eb18d40 Keep live view images loaded 2020-05-02 15:54:05 -06:00
Jeremy Bullock
cf6dbfac01 Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-30 21:31:20 -06:00
Jeremy Bullock
ad14513b72 Fix next frame command 2020-04-30 21:14:53 -06:00
Jeremy Bullock
cde73f63c9 Fix screen overlay for webcam 2020-04-30 21:07:56 -06:00
Jeremy Bullock
6573fc8ecc Add stop motion folder in shortcut popup 2020-04-30 13:54:36 -06:00
Rodney
c7ce1288f4
Merge pull request #3264 from Toondad/master
No QtAudio device issue solved
2020-04-30 06:41:32 -05:00
Jeremy Bullock
0fc6472c77 Usability Improvements 2020-04-30 02:26:15 -06:00
Jeremy Bullock
30491ab413 Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-29 23:01:22 -06:00
Martin van Zijl
dab3ba5119
Use correct default units when re-showing Create Level popup. (#3261)
Fixes part of #3254.
2020-04-29 20:30:46 -06:00
Toondad
9c463830ce No QtAudio device issue solved
Closes issue #2308.
2020-04-30 00:46:17 +02:00
pojienie
74b1dd9b46 add locking stroke functionality in pump tool 2020-04-29 11:39:22 +00:00
pojienie
86e7f36817 add locking stroke functionality in cutter tool 2020-04-29 11:31:50 +00:00
JulBein
a6289ae9fa
Update tnzcore.ts (#3257) 2020-04-27 23:06:06 -06:00
Jeremy Bullock
88c33262ce Webcam Settings 2020-04-27 23:02:21 -06:00
Jeremy Bullock
1c283db3ec Fix webcam build 2020-04-26 23:32:22 -06:00
Jeremy Bullock
0ed3448c6a Beautification 2020-04-26 22:19:06 -06:00
Jeremy Bullock
34af763775 Refactoring and Clarifying 2020-04-26 22:15:39 -06:00
Jeremy Bullock
dfc234f627 Add scroll to new pages 2020-04-25 01:35:42 -06:00
Jeremy Bullock
bf8e0d2662 Light and Screen Control 2020-04-25 01:30:38 -06:00
Jeremy Bullock
f151216159 Move interval timer logic out of gui 2020-04-24 17:44:28 -06:00
Jeremy Bullock
e98e169066 Fixes 2020-04-24 13:35:04 -06:00
Jeremy Bullock
c1b91b898b Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-24 10:15:52 -06:00
Jeremy Bullock
cabe5ff8cb Fix level strip fixed width 2020-04-23 22:02:45 -06:00
Jeremy Bullock
55f731caa6 Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-23 16:16:04 -06:00
Rodney
842fbe443d
Merge pull request #3238 from turtletooth/horiz_level_strip
Horizontal Level Strip
2020-04-23 16:14:06 -05:00
MrBlockCat
533550a204 Re-add translation spacing 2020-04-22 23:32:41 -04:00
Jeremy Bullock
baa304752f Fix bugs 2020-04-22 14:55:53 -06:00
Jeremy Bullock
ec9de0b5c9 Merge remote-tracking branch 'tt/stop_motion_improvements' into stop_motion_improvements 2020-04-22 13:41:29 -06:00
Jeremy Bullock
33cb04ba82 Fix flipping on mac 2020-04-22 13:41:00 -06:00
Jeremy Bullock
25c9f75291
Merge pull request #3 from manongjohn/stopmotion_build
Fix linux builds for stopmotion with webcams
2020-04-21 11:51:15 -06:00
manongjohn
e878b02286 Fix linux builds for stopmotion with webcams 2020-04-20 21:34:58 -04:00
Jeremy Bullock
28d3d5375a Fix DSLR pause live view 2020-04-20 15:55:16 -06:00
pojienie
49b15fdd0b fix a bug where button text is cropped 2020-04-20 13:17:46 +08:00
pojienie
d6e8b10a92 support multi-level search in fx browser 2020-04-20 11:48:09 +08:00
Jeremy Bullock
967cf5329a Prep for advanced motion control 2020-04-19 15:50:32 -06:00
pojienie
c99df6a18c fix a bug where fx browser crashes when insert if no item is selected 2020-04-19 11:45:31 +00:00
pojienie
1cc6716cff add search bar in fx browser 2020-04-19 11:42:21 +00:00
Rodney
26b3167ad0
Merge pull request #3226 from rozhuk-im/master
Fix multiple warnings
2020-04-19 01:14:05 -05:00
Jeremy Bullock
7a0bb52c37 Add time lapse 2020-04-19 00:09:59 -06:00
Jeremy Bullock
51e3b1b67f Add Serial for Arduino Control 2020-04-18 20:29:13 -06:00
Jeremy Bullock
f0ceeec536 Merge branch 'master' into stop_motion_improvements 2020-04-18 14:20:52 -06:00
MrBlockCat
ba13fc69ec
Fix Some Shortcuts Typos (#3240) 2020-04-18 01:26:35 -06:00
Jeremy Bullock
32370fdb66 Select level from context menu 2020-04-18 00:52:53 -06:00
Jeremy Bullock
45a41cc78b Ready for testing 2020-04-17 23:36:14 -06:00
Rodney
955e4cc5c0
Merge pull request #3187 from MrBlockCat/fix-preferences-typos
Fix typos in the Preferences menu
2020-04-17 06:40:57 -05:00
Jeremy Bullock
09d153abb9 Horizontal Level Strip 2020-04-17 01:23:35 -06:00
Rodney
ba9cee0d0b
Merge pull request #3237 from martinvanzijl/allow-delete-file-on-linux
Enable sending files to Trash in Browser on Linux
2020-04-16 00:00:25 -05:00
Jeremy Bullock
2b58374716 Fix 2020-04-15 17:39:20 -06:00
Jeremy Bullock
962b2cd89e Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-15 16:12:57 -06:00
Jeremy Bullock
ab0fcd7023 Usability improvements 2020-04-15 16:02:02 -06:00
Martin van Zijl
63e956981a Disable deleting on external drives in Linux.
Still need to implement this to correct standard.
2020-04-16 08:34:59 +12:00
Martin van Zijl
3d473ace6c Allow deleting files in File Browser on Linux.
This sends them to the recycle bin in the user's home directory.
2020-04-16 08:05:27 +12:00
Rodney
b9b63fddc0
Merge pull request #3236 from turtletooth/hide_pieces
Frame slider and Play bar can be hidden separately
2020-04-15 06:19:48 -05:00
Jeremy Bullock
8263b90285 last? appveyor 2020-04-14 21:48:14 -06:00
Jeremy Bullock
f698c22414 appveyor 3 2020-04-14 20:41:54 -06:00
Jeremy Bullock
cb1c6cdf23 Merge remote-tracking branch 'tt/stop_motion_improvements' into stop_motion_improvements 2020-04-14 14:49:05 -06:00
Jeremy Bullock
66ce2db839 Merge branch 'master' into stop_motion_improvement 2020-04-14 14:24:39 -06:00
Jeremy Bullock
83d04e8b46 Frame slider and Play bar can be hidden separately 2020-04-14 14:00:48 -06:00
Rodney
d923b75c5c
Merge pull request #3234 from martinvanzijl/allow-undo-redo-convert-to-vector
Allow undo/redo converting level to vectors
2020-04-14 14:51:38 -05:00
Martin van Zijl
9cb41369ee Allow undo/redo converting level to vectors. 2020-04-15 02:37:25 +12:00
Jeremy Bullock
e1aa45ce1d
Merge pull request #2 from artisteacher/stop-motion-mac
Stop motion mac
2020-04-13 21:58:31 -06:00
Jeremy Bullock
6a9891dfc7
fix space 2020-04-13 21:56:31 -06:00
Jeremy Bullock
02b8a9a3b5 Fix crash? 2020-04-13 21:49:03 -06:00
Jeremy Bullock
ef14342291 Fix flip 2020-04-13 21:42:50 -06:00
Jeremy Bullock
bda484cac8 Allow to Hide Console in Viewer 2020-04-13 21:15:24 -06:00
artisteacher
79203b3d53
fix merge 2020-04-13 20:00:05 -04:00
artisteacher
5daffb11a1
fix unintentional deletion 2020-04-13 19:57:32 -04:00
artisteacher
6857ac645d
Merge branch 'stop_motion_improvements' into stop-motion-mac 2020-04-13 19:35:23 -04:00
Jeremy Bullock
71c879586f Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-13 15:38:48 -06:00
Jeremy Bullock
510c09df06 Convert DSLR controls to sliders 2020-04-13 15:21:13 -06:00
Rozhuk Ivan
823a31f62c Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
pojienie
ab83fce620 fix hook problem with brush tool 2020-04-13 08:40:19 +08:00
Rodney
f49503f713
Merge pull request #3213 from pojienie/expand-shortcuts
Expand tool-switching shortcuts
2020-04-12 18:33:02 -05:00
Artisteacher
27825369e7 update mac stop motion 2020-04-12 10:43:17 -04:00
Jeremy Bullock
de1b6557f6 Add remove cell command 2020-04-11 22:11:49 -06:00
John Dancel
77a36ed56d Fix macOS builds for stopmotion with webcams 2020-04-11 14:35:29 -04:00
Rodney
05af46c4fd
Merge pull request #3219 from pojienie/add-freehand-mode-to-control-point-editor-tool
add freehand mode to control point editor tool
2020-04-10 17:22:18 -05:00
Rodney
ae6c2db1e0
Merge pull request #3216 from pojienie/add-interpolation-in-eraser-tool
Add interpolation in vector eraser tool
2020-04-10 13:37:19 -05:00
Jeremy Bullock
8546519ddd Camera in 3D view too 2020-04-10 00:31:49 -06:00
Jeremy Bullock
b8de304466 Option to draw below other levels 2020-04-10 00:01:27 -06:00
Jeremy Bullock
5d8a4f523b Merge master - fix OpenCV on all 2020-04-09 22:46:04 -06:00
Jeremy Bullock
6413c50de2 Merge branch 'master' into stop_motion_improvements 2020-04-09 17:08:09 -06:00
Jeremy Bullock
a1f6521ecf Make basic stop motion for all 2020-04-09 17:06:47 -06:00
Rodney
07d43670f9
Merge pull request #3222 from shun-iwasawa/g/fix_bokehfx
Fix Bokeh Fxs to Render Iris Pattern Properly
2020-04-09 16:40:39 -05:00
shun-iwasawa
e917fd98f9 fix bokeh fx 2020-04-09 14:32:46 +09:00
Rodney
af18e84a77
Merge pull request #3093 from shun-iwasawa/g/opencv_camera_capture
Camera Capture Using OpenCV
2020-04-09 00:31:26 -05:00
Jeremy Bullock
e2e5cf4dae attempt at crash fix 2020-04-08 22:27:30 -06:00
Jeremy Bullock
8a244e10c8 Merge branch 'master' into stop_motion_improvements 2020-04-08 21:46:15 -06:00
Jeremy Bullock
118ba5bcc9 clang 2020-04-08 21:45:17 -06:00
Jeremy Bullock
63e824b224 More updates 2020-04-08 21:36:38 -06:00
Rodney
26a71f646a
Merge pull request #3217 from martinvanzijl/issue-1262-keep-textbox-focus-option
Keep focus on textboxes when moving mouse to another panel
2020-04-08 14:47:21 -05:00
Martin van Zijl
61c133b7bd Removed preference and made textbox focus the standard behaviour. 2020-04-09 04:01:24 +12:00
pojienie
286724e284 add freehand mode to control point editor tool 2020-04-08 12:10:51 +00:00
Martin van Zijl
624982e718 Add option to keep focus on textboxes when moving mouse elsewhere.
Fixes #1262.
2020-04-08 04:52:00 +12:00
pojienie
4998cfd782 add interpolation in eraser tool 2020-04-07 11:25:45 +00:00
pojienie
ab0188ea0f move interpolation calculation to TInbetween 2020-04-07 11:15:00 +00:00
otakuto
e7dd1492d7
Remove unused TIdentifiable (#3080) 2020-04-07 18:36:30 +09:00
otakuto
297f5220eb
Remove unused toonzrle.cpp (#3041) 2020-04-07 17:46:52 +09:00
Jeremy Bullock
7f34a026b6 start of stop motion fixes 2020-04-07 02:40:46 -06:00
shun-iwasawa
78dff8abcf opencv camera capture 2020-04-07 16:37:32 +09:00
artisteacher
cfc4b0e3b5
prevent unintentional frameworks use and fix typos 2020-04-06 21:30:38 -04:00
Rodney
a9f8b34aee
Merge pull request #3211 from turtletooth/fix_vs2019_build
Fix build on vs 2019
2020-04-06 11:54:59 -05:00
Rodney
e9ae2133fc
Merge pull request #3207 from martinvanzijl/issue-1790-enable-context-menu-for-tablet
Enable context menu on workspace for tablet on Linux
2020-04-06 10:34:24 -05:00
Rodney
22d65307c5
Merge pull request #3099 from shun-iwasawa/g/fix_convert_to_tlv
Fix Convert to TLV
2020-04-05 13:40:55 -05:00
pojienie
8cee2ee0e5 fix type/mode name confusion 2020-04-05 12:28:34 +00:00
pojienie
a37275a803 add all shortcuts for plastic tool 2020-04-05 12:13:40 +00:00
pojienie
aae90e258d add all shortcuts for skeleton tool 2020-04-05 12:03:31 +00:00
pojienie
8b53c5fecb add all shortcuts for RGB picker tool 2020-04-05 11:48:42 +00:00
pojienie
72b45c491e add all shortcuts for style picker tool 2020-04-05 11:37:15 +00:00
pojienie
39d61a7f95 add all shortcuts for tape tool 2020-04-05 11:28:02 +00:00
pojienie
1a737619f9 add all shortcuts for eraser tool 2020-04-05 11:11:09 +00:00
pojienie
07e78136ad add all shortcuts for fill tool 2020-04-05 09:17:44 +00:00
pojienie
708c2e5ec4 add all shortcuts for type tool 2020-04-05 08:57:49 +00:00
pojienie
f2fec6b3ce add all shortcuts for geometric tool 2020-04-05 08:43:25 +00:00
pojienie
05f1e6ea3e add all shortcuts for selection tool 2020-04-05 08:23:49 +00:00
pojienie
c437212928 add all shortcuts for animate tool 2020-04-05 08:07:17 +00:00
Jeremy Bullock
08ca86e8b2 fix build on vs 2019 2020-04-03 17:55:58 -06:00
MrBlockCat
3ed5ddc14a Change "Icon Size" to "Level Strip Icon Size" 2020-04-03 16:18:42 -04:00
MrBlockCat
52b9e055af Change Sub-xsheet to Sub-Xsheet 2020-04-03 12:47:30 -04:00
Martin van Zijl
3b1a726eff Enable context menu on workspace for tablet on Linux.
Fixes #1790.
2020-04-02 18:54:56 +13:00
Rodney
83e2a21487
Merge pull request #3200 from martinvanzijl/issue-2945-allow-load-levels-with-numeric-name
Allow loading levels/images with numeric names
2020-04-01 21:39:00 -05:00
Martin van Zijl
4e3671fd46 Use npos instead of -1. Remove second comment. 2020-04-01 22:15:11 +13:00
Martin van Zijl
2ffeac34fa Allow loading levels/images with numeric names.
Fixes #2945.
2020-04-01 22:11:25 +13:00
Rodney
1303836dbd
Merge pull request #3198 from MrBlockCat/fix-xsheet-toolbar-icons
Fix Some Xsheet Toolbar Icons Disappearing
2020-03-31 18:33:31 -05:00
Rodney
5d956ebb13
Merge pull request #3196 from pojienie/implement-frame-range-for-segment-mode
implement frame range for segment mode of eraser tool
2020-03-31 17:31:57 -05:00
MrBlockCat
f46ac02079 Fix Repeat Icon File Path 2020-03-31 17:38:23 -04:00
MrBlockCat
8fdd24eb14 Update toonz.qrc 2020-03-31 17:10:21 -04:00
MrBlockCat
afbc0cb8ee Fix new SVG Xsheet Icons 2020-03-31 16:59:33 -04:00
Rodney
0f666dcfce
Merge pull request #3122 from martinvanzijl/issue-434-fix-opengl-assert-crash
Fix OpenGL assert failures
2020-03-31 12:22:59 -05:00
pojienie
7933abf6fd implement frame range for segment mode 2020-03-31 11:14:39 +00:00
Rodney
a2bc1bb110
Merge pull request #3195 from martinvanzijl/browser-up-button-improvement
Improve Browser up button
2020-03-31 00:39:47 -05:00
Rodney
ee895f62a9
Merge pull request #3194 from pojienie/add-segment-mode-in-eraser-tool
add segment mode in eraser tool
2020-03-30 19:19:29 -05:00
Rodney
5d6d967c5f
Merge pull request #3147 from shun-iwasawa/g/fix_crash_on_copying_column
Fix Crash on Copying Column Connected to Plugin Fx
2020-03-30 08:59:26 -05:00
pojienie
31955ed017 add segment mode in eraser tool 2020-03-30 11:35:56 +08:00
Rodney
fb8333f7f1
Merge pull request #3192 from martinvanzijl/issue-1122-paint-check-fix
Force all thumbnail icons to refresh when toggling Paint Check
2020-03-29 13:29:18 -05:00
Martin van Zijl
2b9bb14b69 Force all thumbnail icons to refresh when toggling Paint Check.
Fixes #1122.
2020-03-30 01:53:42 +13:00
Rodney
bc544591ac
Merge pull request #3188 from martinvanzijl/enable-ink1-check-for-vector-levels-in-viewer
Enable Ink #1 Check for vector levels in the viewer
2020-03-29 00:02:01 -05:00
MrBlockCat
845bc731f0 Fix typos in the Preferences menu 2020-03-28 21:50:58 -04:00
Rodney
0d221edef6
Merge pull request #3162 from MrBlockCat/fixvisibilitytypo
Fix Typo with Visibility Toggle
2020-03-28 16:27:17 -05:00