Commit graph

1822 commits

Author SHA1 Message Date
Rodney
796a9a1885
Merge pull request #2829 from manongjohn/fix_reading_doublequotes_in_strings
Fix reading escaped double-quotes in quoted strings
2019-10-25 01:22:44 -05:00
shun-iwasawa
bd3eeae2fd hide selected columns in function sheet 2019-10-25 12:44:48 +09:00
shun-iwasawa
bce58dc69f animate tool : precise control with pressing Alt 2019-10-25 11:28:37 +09:00
manongjohn
711c3275ef Fix blank Style Editor panel 2019-10-24 09:34:16 -04:00
manongjohn
9495927d89
Merge pull request #2847 from shun-iwasawa/g/fix_crash_on_launch_without_viewer
Fix Crash on Launch without Viewer
2019-10-22 19:13:21 -04:00
manongjohn
79fa3692a3
Merge pull request #2842 from manongjohn/fix_intial_pivot_location
Fix pivot location on new/modified vector selections
2019-10-22 18:49:38 -04:00
caryoscelus
fd5ef6493d Fix bounding box computation in TXshSimpleLevel 2019-10-22 16:18:38 +00:00
Rodney
e932b6b687
Merge pull request #2790 from manongjohn/make_toggle_camera_col_xsheet_cmd
Remove selection requirement to toggle Camera Column
2019-10-22 10:05:24 -05:00
shun-iwasawa
1c6241faa7 modify max values for pinch and magnet tools size 2019-10-21 15:27:44 +09:00
shun-iwasawa
47356effa2 fix crash on launch without viewer 2019-10-21 12:21:38 +09:00
Rodney
011361bdba
Merge pull request #2734 from manongjohn/keyframe_shortcuts
Add next/prev keyframe shortcuts
2019-10-19 11:31:31 -05:00
Rodney
eb04b70f37
Merge pull request #2810 from shun-iwasawa/g/fix_camera_column_handling
Fix Assertion Failure on Selecting Camera Column
2019-10-19 11:24:05 -05:00
manongjohn
3eb10e481d Fix pivot location on new/modified selections 2019-10-18 23:25:38 -04:00
Rodney
9dc6b12285
Merge pull request #2805 from martinvanzijl/issue-2180-pump-tool-tablet-issue
Fix for pump tool using Wacom tablet (#2180)
2019-10-17 23:13:47 -05:00
Rodney
db6b5f45a9
Merge pull request #2809 from manongjohn/improve_vector_stroke_selection
Improve vector stroke selection
2019-10-17 19:34:53 -05:00
Rodney
f4c9373b45
Merge pull request #2814 from manongjohn/fix_styleeditor_width
Stop Width Change on Style Editor on Maximize
2019-10-16 23:04:29 -05:00
Rodney
60fff429f0
Merge pull request #2830 from shun-iwasawa/g/geometric_tool_for_spline
Enable Geometric Tool for Motion Path
2019-10-16 21:45:39 -05:00
Rodney
1abc792d4e
Merge pull request #2838 from shun-iwasawa/g/pencil_for_toonzraster_eraser_freehand_and_polyline
Enable Pencil Mode for Toonz Raster Eraser in Freehand and Polyline types
2019-10-16 21:43:17 -05:00
Rodney
5f55c7f966
Merge pull request #2821 from manongjohn/fix_lipsync_popup_layout
Fix lipsync popup layout
2019-10-16 21:41:22 -05:00
shun-iwasawa
f53bf9447d initialize slider to linear (#2839)
Thanks @shun-iwasawa
2019-10-16 08:31:09 -06:00
shun-iwasawa
d02ca13b93 pencilmode for t.raster eraser freehand polyline 2019-10-15 15:46:57 +09:00
manongjohn
075c512aaf Stop resetting vector pivot location 2019-10-15 01:51:29 -04:00
manongjohn
d7c83c8b39 Prioritize selecting pivot over bounding box 2019-10-15 01:50:42 -04:00
Rodney
f687df0649
Merge pull request #2825 from manongjohn/update_korean_translations
Korean Translations
2019-10-14 18:27:50 -05:00
manongjohn
bd4e8aa598 Resolve conflicts with master 2019-10-14 15:42:58 -04:00
Rodney
4efecdf138
Merge pull request #2823 from manongjohn/fix_ot_fullscreen_mode
Fix Main Window Full Screen Mode
2019-10-14 05:11:32 -05:00
Rodney
310c4f0dfb
Merge pull request #2802 from shun-iwasawa/g/fix_macro_curvefx_crash
Fix Crash When Loading MacroFx Containing CurveFx
2019-10-14 04:13:37 -05:00
Rodney
cb01bbe023
Merge pull request #2804 from manongjohn/fix_selection_box_visibility
Improve selection box visibility
2019-10-14 04:05:48 -05:00
manongjohn
aa3f9655d8 Translation updates and corrections 2019-10-13 22:59:44 -04:00
manongjohn
16e741e04e Merge branch 'master' of https://github.com/opentoonz/opentoonz into update_korean_translations 2019-10-13 22:57:25 -04:00
luz.paz
ff76b7b4b4 Fix source comment typos
Found via `codespell -q 3 -S *.ts,./thirdparty -L ang,dum,inbetween,sinc,uint ./toonz/sources/toonzlib`
2019-10-11 16:33:55 -04:00
manongjohn
6ea45db0df Handle escaped backslash at end of string 2019-10-11 13:27:22 -04:00
shun-iwasawa
76d093f2f4
Nonlinear Slider for the Brush Size Options (#2824)
* nonlinear slider for tool size

* nonlinear slider for finger magnet and pinch tools
2019-10-11 12:13:41 +09:00
shun-iwasawa
6817df33ac
New Fx: Corridor Gradient Fx Iwa (#2816)
* corridor gradient fx iwa
2019-10-11 12:10:00 +09:00
shun-iwasawa
0368536bf3 geometric tool for spline 2019-10-11 11:57:49 +09:00
manongjohn
e82b2060cd Fix reading escaped double-quotes in strings 2019-10-10 19:17:22 -04:00
Rodney
881602af30
Merge pull request #2739 from martinvanzijl/issue-1807-fix-undo-redo-when-pasting-to-new-frame
Fix undo/redo issue when pasting to new frame (#1807)
2019-10-10 15:15:17 -05:00
manongjohn
77dd6e0d90 Add viewer modifier buttons to viewer control panel 2019-10-10 10:01:40 -04:00
manongjohn
9285576406 Fix tabletEvent state on release (#2653) 2019-10-10 14:43:03 +09:00
manongjohn
a513242252 Fix starting OT in fullscreen mode 2019-10-08 15:26:26 -04:00
manongjohn
6033f128ff Korean Translations by Hyoung Do Kim (Discord: @kimpd) 2019-10-08 06:25:22 -04:00
manongjohn
4cb9ab5afd Fix Main Window Full Screen Mode 2019-10-07 19:01:20 -04:00
Rodney
4aee5c0dd7
Merge pull request #2763 from manongjohn/support_mypaintbrush_v2
Support for MyPaint brush format version 2
2019-10-05 23:45:05 -05:00
manongjohn
f6d0462c67 Relabel Magpie to Toonz Lip Sync 2019-10-05 23:39:40 -04:00
manongjohn
5095d26457 Fix Import Magpie File popup layout 2019-10-05 23:29:41 -04:00
shun-iwasawa
51337df34f fix column rename field position 2019-10-04 11:51:06 +09:00
manongjohn
c40ac590f5
Merge pull request #2175 from manongjohn/schematic_gesture_control
Schematic navigation enhancement
2019-10-01 16:07:23 -04:00
shun-iwasawa
64135ff933 modify right click menu 2019-10-01 11:26:05 +09:00
shun-iwasawa
dae7a4321a config button for classic modes & modify rmb menu 2019-09-30 16:09:18 +09:00
manongjohn
aa175c5bc8 Stop Width Change on Style Editor on Maximize 2019-09-28 22:26:47 -04:00
shun-iwasawa
52004d2d08 narrow camera column 2019-09-27 17:03:42 +09:00
shun-iwasawa
55510651d5 fix camera column handling 2019-09-27 16:26:40 +09:00
manongjohn
13a48246c1 Select stroke using thickness 2019-09-26 23:14:14 -04:00
manongjohn
12d839e903 Fix deleted Camera1 returning due to Camera Column refresh (#2808) 2019-09-26 14:44:13 -06:00
J.P. Turcotte
117df77743
Update macOS Info.plist to include missing strings
Closes #288.
Untested; might have unwanted effects.
2019-09-24 11:24:29 -04:00
shun-iwasawa
1b50d3cb2b
save fids of color model in palette (#2792) 2019-09-24 12:28:42 +09:00
shun-iwasawa
d40c362a62
fix animate tool availability (#2780) 2019-09-24 12:23:46 +09:00
shun-iwasawa
831596b689
fix fx settings geometry restoration (#2779) 2019-09-24 12:03:45 +09:00
manongjohn
ccd5246497 Fix Reset buttons on Tool Option bars (#2801) 2019-09-24 11:16:11 +09:00
manongjohn
d4ec2ab252 Show pointing finger cursor over selection pivot 2019-09-23 21:56:24 -04:00
manongjohn
e179db9084 Add line contrast to selection handles and pivot 2019-09-23 21:54:19 -04:00
manongjohn
d274884f4f Fix conflicts with opentoonz master 2019-09-21 22:52:32 -04:00
shun-iwasawa
e3d315d033 fix crash with curve fx in macro 2019-09-22 00:48:37 +09:00
Rodney
b1dada5d17
Merge pull request #2786 from shun-iwasawa/g/add_swap_colors_button_to_gradient_fx
Add Swap Colors Button to Gradient Fxs
2019-09-20 17:46:09 -05:00
manongjohn
55a5931ad4
Merge pull request #2776 from shun-iwasawa/g/cache_folder_replacement
Cache folder replacement & Clear cache command
2019-09-20 08:50:42 -04:00
manongjohn
b289310390 Move Toggle Camera back to Right-click menu 2019-09-20 08:01:04 -04:00
shun-iwasawa
a64bad4437
fix color field undo registration (#2787) 2019-09-20 18:32:30 +09:00
manongjohn
9bce812262 Fix filmstrip disabled tools (#2789)
* Ignore Camera Column tool check in Level Strip

* Ensure brushes enabled in Level Strip
2019-09-20 14:21:54 +09:00
Martin van Zijl
9c03916708 Add ability to move curve points using arrow keys. 2019-09-20 13:57:20 +12:00
manongjohn
31e2aba9e1 Remove selection requirement to toggle Camera Column 2019-09-19 20:44:23 -04:00
Rodney
83fe31d0e0
Merge pull request #2600 from manongjohn/xcode_builds
Xcode IDE support for macOS builds
2019-09-19 09:15:18 -05:00
shun-iwasawa
cac18a8405 add swap colors button to gradient fx 2019-09-19 17:19:58 +09:00
Rodney
9dac589b4e
Merge pull request #2574 from manongjohn/add_camera_column
Add Camera Column to Xsheet
2019-09-18 23:54:03 -05:00
shun-iwasawa
45fcf4a10b remove version number from application name 2019-09-19 12:21:29 +09:00
Rodney
e704df2aaf
Merge pull request #2773 from manongjohn/fix_pasting_into_type_tool
Fix pasting into Type Tool edit box
2019-09-18 22:07:09 -05:00
otakuto
34a7cef9ea Fix warning -Z-reserved-lib-stdc++ (#2541) 2019-09-18 19:03:45 +09:00
shun-iwasawa
c8d76290e4 move clear cache folder command to file menu 2019-09-18 12:38:27 +09:00
manongjohn
68c9630b7b
Merge pull request #2774 from martinvanzijl/issue-1722-control-points-easier-to-click-on
Make control points easier to click (#1722)
2019-09-17 21:36:38 -04:00
manongjohn
334c951644 Change Preference defaults (#2543)
* Change default Preferences

* Update default room layouts

* Re-enable Auto Stretch by default

* Scale down Inbetween icon as need/Add Auto inbetween tooltip
2019-09-17 12:22:18 -06:00
shun-iwasawa
7f4819b70b cache folder replacement 2019-09-17 16:26:56 +09:00
manongjohn
dc44edb301 Fix pasting into Type Tool edit box 2019-09-16 08:11:43 -04:00
Rodney
acc2f9172b
Merge pull request #2771 from manongjohn/fix_default_shortcut_assignments
Fix default shortcut assignments
2019-09-15 16:08:35 -05:00
manongjohn
fe41862984 Fix default shortcut assignments 2019-09-15 10:41:11 -04:00
Rodney
72a5038561
Merge pull request #2660 from blackwarthog/feature15_releasenote
Release note in full application name
2019-09-14 20:29:14 -05:00
manongjohn
df7b097208 Merged in opentoonz master with conflicts resolved 2019-09-14 16:58:07 -04:00
manongjohn
cc6361bbf7 Merged in opentoonz master with conflicts resolved 2019-09-14 15:02:03 -04:00
manongjohn
5a22686c0a Fix loading preset switching back to custom 2019-09-14 09:50:49 -04:00
manongjohn
df58428493 Remember last brush preset used 2019-09-13 12:16:27 -04:00
Martin van Zijl
a07bd0d87b Make control points easier to click (#1722) 2019-09-12 08:50:32 +12:00
Rodney
1e87ca33b0
Merge pull request #2766 from shun-iwasawa/g/fix_histogram_pick_color_on_snapshot
Fix picking color of the snapshot image on Flipbook
2019-09-10 15:40:24 -05:00
manongjohn
fa98e47d63
Merge pull request #2756 from martinvanzijl/use-qt-homedir-instead-of-getenv
Use QDir::home() instead of getenv("HOME") in file browser
2019-09-10 15:44:21 -04:00
shun-iwasawa
a63c2de57f
fix crash on loading blackmagic codecs (#2764) 2019-09-10 19:09:32 +09:00
shun-iwasawa
298c968d24
change step and type in function selection (#2754) 2019-09-10 19:07:56 +09:00
shun-iwasawa
f04a50f86f
Merge pull request #2750 from shun-iwasawa/g/tcomposer_system_path_arguments
Enable system path arguments in tcomposer
2019-09-10 19:01:19 +09:00
shun-iwasawa
099c01e9d8 fix histogram pick color on snapshot 2019-09-10 18:20:43 +09:00
shun-iwasawa
55a8816333
Merge pull request #2514 from manongjohn/backup_scene_with_levels
Backup scene file

N.B. The backup feature is turned ON for all users by default.
2019-09-10 15:20:50 +09:00
Martin van Zijl
a5fb29493e Corrected so that empty path is returned if directory does not exist. 2019-09-10 14:50:33 +12:00
manongjohn
5d1508b2ea Add English version of Fx Help documents and supporting files made by Peter Lemon (@PeterLemon) 2019-09-09 19:23:51 -04:00
manongjohn
2932f505fe Support for MyPaint brush version 2 format 2019-09-09 19:18:12 -04:00
Ivan Mahonin
2f0c773744 Revert "Use alignas instead of DV_ALIGNED (#2437)"
This reverts commit 2647ec5f3f.
2019-09-09 12:04:42 +07:00
Ivan Mahonin
13b0349095 #common: release note in full application name
add option to add edition, revision, build method etc.
to the end of the full application name:

OpenToonz 1.3.0
OpenToonz 1.3.0.1 (Nightly Build)
OpenToonz 1.3.1.1 (Experimental Release)
OpenToonz 1.3.0.2 (My Great Edition)
2019-09-09 11:13:23 +07:00
manongjohn
ad823cf8d7 Add Next/Prev Key to Play Menu 2019-09-08 21:24:48 -04:00
manongjohn
7dbf0a46c5 Set default shortcuts for Next/Prev Key 2019-09-08 20:55:59 -04:00
Martin van Zijl
6ad28a2f2f Fix for pump tool using Wacom tablet (#2180)
The pump tool is now enabled as expected after making a vector selection
with a tablet.
2019-09-09 08:30:09 +12:00
manongjohn
da6d38b6c0 Immediately save upgraded settings file on project selection 2019-09-08 11:59:35 -04:00
manongjohn
312940346a Include projects in older versions in drop downs 2019-09-08 11:58:50 -04:00
manongjohn
0b37bd9c63 Fix backup ext. and sequenced files. 2019-09-07 19:29:05 -04:00
manongjohn
918bc7607c Merge opentoonz master with conflicts resolved. 2019-09-07 00:02:17 -04:00
manongjohn
b41f36e4fa Save camera column data with camera pegbar 2019-09-06 23:26:24 -04:00
manongjohn
3fe913a942 Make Show Camera a sub option of Show Keyframes 2019-09-06 22:30:41 -04:00
manongjohn
4334db09bc Enable lock on camera column 2019-09-06 21:59:43 -04:00
Martin van Zijl
50058d3b42 Use QDir::home() instead of getenv("HOME") in file browser.
This is following up from PR #2735.
2019-09-07 10:32:20 +12:00
shun-iwasawa
875c7e58ec multi selection in function sheet column header 2019-09-06 19:05:41 +09:00
otakuto
9a04926f73 Remove unused zipped_range.h (#2598) 2019-09-06 12:17:10 +09:00
shun-iwasawa
a0d489d21e Use std::max and std::min instead of qMax and qMin (#2753) 2019-09-05 12:35:04 -06:00
manongjohn
01e8e73684 Allow Similar Drawing Substitution with selections (#2577)
* Allow Similiar Drawing Substitution with selections
2019-09-05 15:42:04 +09:00
shun-iwasawa
fa84a5b39f add distance condition and tooltip 2019-09-04 14:49:36 +09:00
shun-iwasawa
6338155dbf Merge branch 'feature/remove_guides' of https://github.com/yehjaemin/opentoonz into yehjaemin-feature/remove_guides 2019-09-04 11:13:34 +09:00
shun-iwasawa
9a86152e79 enable system path arguments in tcomposer 2019-09-03 19:14:11 +09:00
Rodney
323797ab43
Merge pull request #2607 from manongjohn/seq_0_fix
Allow sequenced files starting with 0
2019-09-02 08:25:07 -05:00
Rodney
71c9512c75
Merge pull request #2742 from shun-iwasawa/g/curve_type_for_gradient_fxs
Add "Type" option to gradient fxs
2019-09-02 08:20:53 -05:00
Rodney
9b4848805f
Merge pull request #2749 from manongjohn/fix_toonz_raster_mypaintbrush_center
Fix Toonz Raster MyPaint brush center
2019-09-02 08:18:48 -05:00
luzpaz
27707d841e Fix misc. source comment and doxygen typos in ./toonz/sources/toonzlib (#2740)
* Fix misc. source comment and doxygen typos in ./toonz/sources/toonzlib
Found via `codespell -q 3 -S *.ts,./thirdparty -L dum,inbetween,sinc,uint ./toonz/sources/toonzlib`
2019-09-02 17:49:49 +09:00
manongjohn
fe8e5c6e72 Fix Toonz Raster MyPaint brush center 2019-09-02 00:44:53 -04:00
Rodney
dc9298a855
Merge pull request #2744 from shun-iwasawa/g/fix_histogram_with_3dlut
Fix Flipbook Histogram Problems
2019-08-31 22:10:03 -05:00
shun-iwasawa
21c135a2fc fix histogram with 3dlut 2019-08-30 17:17:23 +09:00
shun-iwasawa
09e972cb36 fix bokehref gap (#2743) 2019-08-29 07:50:26 -06:00
shun-iwasawa
a92a498ac0 curve type for gradient fxs 2019-08-29 11:30:01 +09:00
manongjohn
60326412bd Fix crash on centering toonz raster brush (#2737) 2019-08-28 11:56:39 +09:00
Martin van Zijl
7121637b54 Fix undo/redo issue when pasting to new frame (#1807) 2019-08-28 08:05:28 +12:00
Rodney
8274165621
Merge pull request #2735 from martinvanzijl/add-desktop-location-in-file-browser-for-linux
Add Desktop and Documents location in file browser for Linux
2019-08-27 13:32:31 -05:00
Martin van Zijl
9930975e61 Add Desktop and Documents location in file browser for Linux. 2019-08-28 05:10:12 +12:00
manongjohn
4be4bb9896 Add next/prev keyframe shortcuts 2019-08-26 23:55:22 -04:00
manongjohn
cde88863c4 Merged in opentoonz master with conflicts resolved 2019-08-26 22:20:19 -04:00
Rodney
0bbdf2b289
Merge pull request #2614 from shun-iwasawa/vectorize_tlv_with_mypaint_styles
Fix "Convert to Vectors" command for TLV with MyPaint Styles
2019-08-26 04:11:11 -05:00
Rodney
7566c6b324
Merge pull request #2627 from manongjohn/portable_macOS_fix
Fix macOS portable detection
2019-08-26 03:30:13 -05:00
Rodney
ec5bd26a54
Merge pull request #2619 from manongjohn/fix_version_control
Fix version control issues
2019-08-26 03:14:46 -05:00
Rodney
7ea125bdb3
Merge pull request #2621 from shun-iwasawa/win_file_browser_enhancement
File Browser Enhancement for Windows
2019-08-26 03:09:27 -05:00
Rodney
c6b31e3ade
Merge pull request #2645 from turtletooth/restore_width
Stop Width Change on Film Strip on Resize
2019-08-26 00:52:08 -05:00
Rodney
b4146d6855
Merge pull request #2671 from martinvanzijl/issue-1042-select-all-vectors
Added "Select All" function for vector images (#1042)
2019-08-26 00:29:48 -05:00
Rodney
f3e77a6506
Merge pull request #2687 from martinvanzijl/issue-1212-bitmap-cursor-to-center
Put raster brush cursor at center of preview square/circle (#1212)
2019-08-26 00:25:45 -05:00
Rodney
bc5f0fcba3
Merge pull request #2695 from martinvanzijl/issue-2694-finish-brush-stroke-before-switching-tools
Improve deactivate behaviour for brush (#2694)
2019-08-26 00:23:38 -05:00
Rodney
424b7c5156
Merge pull request #2731 from martinvanzijl/issue-2724-enable-erasor-shortcuts-in-raster-levels
Enable shortcuts for Eraser Tool in Raster Levels (#2724)
2019-08-25 23:50:25 -05:00
shun-iwasawa
ece48f2d47
fix viewer pan disabled (#2723) 2019-08-26 12:47:54 +09:00
manongjohn
63a388d433 Reorganize Default menubar (#2545)
* Reorganize menubar
2019-08-26 12:40:09 +09:00
Martin van Zijl
01831a017d Enable shortcuts for Eraser Tool in Raster Levels (#2724) 2019-08-26 08:45:30 +12:00
Rodney
c6194c2368
Merge pull request #2699 from martinvanzijl/issue-1436-fix-magnet-tool-size-hotkeys
Fix for changing size of the magnet tool using hotkeys (#1436)
2019-08-22 12:06:56 -05:00
Rodney
bc1c45412d
Merge pull request #2711 from manongjohn/fix_schematic_spline_toggles
Fix schematic spline option icon zooming
2019-08-22 12:00:09 -05:00
Rodney
67deec357a
Merge pull request #2720 from shun-iwasawa/g/translation_update_Aug2019
Translation fixes and Japanese translation update
2019-08-22 11:14:03 -05:00
shun-iwasawa
be2cc70aa7 fix crash on loading linked macro fx 2019-08-22 19:08:37 +09:00
shun-iwasawa
199e297326 translation fix and update 2019-08-22 12:42:06 +09:00
Martin van Zijl
e9b9007e26 The brush is now centered for any combination of odd and even canvas x
and y sizes. Also renamed variables to be clearer.
2019-08-22 10:21:22 +12:00
shun-iwasawa
260cd75f60 hide inbetween values in finction sheet 2019-08-21 17:33:34 +09:00
shun-iwasawa
c128ae8b9c
revert text align of function sheet (#2717) 2019-08-21 15:48:32 +09:00
shun-iwasawa
14154fdd37
fix crash on activating cycle (#2714) 2019-08-20 02:49:34 +09:00
shun-iwasawa
2e5dc5fa9c
fix imageviewer adapt view (#2700) 2019-08-19 17:39:23 +09:00
shun-iwasawa
58faa29d15
camera capture - always overwrite option (#2698) 2019-08-19 17:37:19 +09:00
shun-iwasawa
e40777885d
Fix OpenGL widgets in floating panels disapper on room switch (#2684)
* fix floating gl window disappers on room switch
2019-08-19 17:18:25 +09:00
Martin van Zijl
fd77de67c8 Fix issues with Select All in File Browser (#1561) (#2672) 2019-08-19 15:42:27 +09:00
manongjohn
99f8f66143 Fix copy-paste keyframe interpolation (#2647) 2019-08-19 13:01:42 +09:00
manongjohn
4f53786c92 Add schematic spline option tool tips 2019-08-17 10:14:55 -04:00
manongjohn
7b18ae0f39 Fix spline option icon zooming 2019-08-17 09:46:36 -04:00
manongjohn
9bcf518448 Merged in opentoonz master to resolve conflicts 2019-08-10 01:30:03 -04:00
manongjohn
53a5c4867f Include Camera Column in Insert and Delete Scene Frames 2019-08-09 23:36:29 -04:00
manongjohn
825aea606b Merged in opentoonz master to resolve conflicts 2019-08-09 21:06:14 -04:00
manongjohn
07a2f0ea21 Merged in opentoonz master to resolve conflicts 2019-08-09 20:59:48 -04:00
shun-iwasawa
d74d26669d Merge remote-tracking branch 'origin' into otakuto-remove-tArrayCount-macro 2019-08-07 11:19:41 +09:00
Martin van Zijl
238783ffa7 Fix for changing size of the magnet tool using hotkeys (#1436)
The viewer now correctly shows the updated tool size.
2019-08-07 12:26:35 +12:00
Rodney
3ca92c27e4
Merge pull request #2655 from shun-iwasawa/display_cycle_in_function_sheet
Display Cycled Values in Function Editor Spread Sheet
2019-08-06 16:41:26 -05:00
Rodney
c8cb72d9f1
Merge pull request #2624 from shun-iwasawa/fix_saving_subsheet_including_scenefolder_path
Fix Saving Sub Xsheet Including $scenefolder Path
2019-08-06 16:34:46 -05:00
Rodney
899d715084
Merge pull request #2697 from shun-iwasawa/g/fix_crash_with_visualization_commands
Fix crash with visualization commands
2019-08-06 15:54:17 -05:00
shun-iwasawa
92d40c810b fix crash with visualization commands 2019-08-05 17:37:40 +09:00
shun-iwasawa
b766d1d194 limit flipbook zoom to 100% on initial loading 2019-08-05 12:47:49 +09:00
shun_iwasawa
c6f80cb144 fix saving subsheet including scenefolder path 2019-08-05 12:13:09 +09:00
manongjohn
9f8a4dfeb9 Fix timeline multi-cell dragging (#2613) 2019-08-05 10:54:02 +09:00
Martin van Zijl
2420a85267 Improve deactivate behaviour for brush (#2694)
When switching from the Toonz Vector Brush tool to the Erasor tool mid-
stroke (i.e. while the mouse is still down), the brush tool now ends the
stroke correctly before the erasor becomes active.
2019-08-05 10:24:10 +12:00
shun-iwasawa
7a6807b001
Modify saving and restoring panels / popups geometries. (#2685)
* restore floating panel state

* save popup geometry in dtor
2019-08-02 19:18:00 +09:00
shun-iwasawa
ba4abf2ff6
camera capture - input frame from anywhere (#2681) 2019-08-02 18:46:42 +09:00
shun-iwasawa
1293dce423
level extender without rippling the other timing (#2661) 2019-08-02 18:21:31 +09:00
shun-iwasawa
7e83f5434a
fix placing macro fx (#2622) 2019-08-02 18:15:20 +09:00
shun-iwasawa
55822841a2
fix update styleeditor on picking style (#2615) 2019-08-02 18:06:02 +09:00
manongjohn
5bceaad2c4 Note Level enhancement and crash fixe (#2568)
* Add Note Level context menu

* Fix Replace Note Level crash
2019-08-02 17:44:29 +09:00
manongjohn
1223e0dc7b Fix shift/ctrl-right click empty column crash (#2612) 2019-08-02 17:25:29 +09:00
manongjohn
da373f210a Fix autosave pen pressure loss (#2534) 2019-08-02 16:35:57 +09:00
otakuto
8f49919d8b Remove -fpermissive flag (#2457) 2019-08-02 16:17:38 +09:00
shun-iwasawa
fe2893b15c clang format 2019-08-02 15:48:26 +09:00
shun-iwasawa
31b6f77785 Merge branch 'remove-tArrayCount-macro' of https://github.com/otakuto/opentoonz into otakuto-remove-tArrayCount-macro 2019-08-02 15:47:17 +09:00
Martin van Zijl
8b0f8def96 Put raster brush cursor at center of preview square/circle (#1212) 2019-08-02 09:01:59 +12:00
Rodney
3786aa01a0
Merge pull request #2679 from shun-iwasawa/g/fix_paintbrush_selective
Simplify the Selective Option of Paint Brush Tool Behavior
2019-08-01 00:26:07 -07:00
shun-iwasawa
e1a8da26c8 hide selective checkbox on lines mode 2019-08-01 12:03:59 +09:00
shun-iwasawa
b47a835c1c reframe popup - select field on open 2019-07-31 16:08:36 +09:00
shun-iwasawa
0ef6359fee simplify paintbrush selective behavior 2019-07-30 14:29:41 +09:00
manongjohn
b4eed55ce9 Update camera icons and thumbnails 2019-07-29 08:17:03 -04:00
shun-iwasawa
ce0b4469ba input cell with non-existent level (#2670) 2019-07-23 13:05:30 -06:00
Ivan Mahonin
3316edbab0 #common #bug #convert: fix command line convertion of PLI for linux (#2657)
Qt documentation for QOffscreenSurface:

Due to the fact that QOffscreenSurface is backed by a QWindow on some
platforms, cross-platform applications must ensure that create() is only
called on the main (GUI) thread. The QOffscreenSurface is then safe to
be used with makeCurrent() on other threads, but the initialization and
destruction must always happen on the main (GUI) thread.
2019-07-23 08:46:12 -06:00
shun-iwasawa
8b3dea0166 fix crash on disabling pixel unit (#2668) 2019-07-23 08:33:07 -06:00
Martin van Zijl
d1006d8551 Added "Select All" function for vector images (#1042) 2019-07-14 11:22:25 +12:00
manongjohn
649b9abaec Palette switching behavior changes (#2518)
* Track and restore current style

* Auto switch to new style page

* Auto Switch to drag/drop-merged palette page

* Default to style 1 when returning to deleted style
2019-07-12 00:57:23 +09:00
shun-iwasawa
4f9e2cbf02 fix crash on convert to vector (#2651) 2019-07-10 23:06:53 -06:00
shun-iwasawa
339c73ea68 fix sound not played (#2666) 2019-07-10 23:05:19 -06:00