Commit graph

3137 commits

Author SHA1 Message Date
luz paz
b736a3554e fix collapsable->collapsible 2021-08-31 11:10:52 -04:00
luz paz
ccae1cb3cb Fix caracters->characters 2021-08-31 11:10:52 -04:00
luz paz
cce92e163b Fix tanRigth->tanRight 2021-08-31 11:10:52 -04:00
luz paz
29363cf846 Fix rigth->right 2021-08-31 11:10:51 -04:00
luz paz
d3ff7a2d29 Fix top_rigth-> top_right 2021-08-31 11:10:51 -04:00
luz paz
a41c3e475a Fix InBetweeen->InBetween 2021-08-31 11:10:51 -04:00
luz paz
9caf9a829b Fix syntetic->synthetic 2021-08-31 11:10:51 -04:00
luz paz
f6ea5ba237 Fix Colums->Columns 2021-08-31 11:10:51 -04:00
luz paz
1cfca4b407 Fix Prefered->Preferred 2021-08-31 11:10:51 -04:00
luz paz
f59aecafe1 Fix Dinamic->Dynamic 2021-08-31 11:10:51 -04:00
luz paz
5d7fc38c83 Fix tq_rigth->tq_right 2021-08-31 11:10:51 -04:00
luz paz
35e409e926 fix various typos
Found via `codespell -q 3 -S *.ts,thirdparty, -L appy,ba,inbetween,inout,pevent,possibile,upto`
2021-08-31 11:10:50 -04:00
shun-iwasawa
286db52495 remove LibJpeg and add jpeg-turbo in thirdparty 2021-08-31 11:10:50 -04:00
shun-iwasawa
9e3a1de6bb build translation optional in cmake 2021-08-31 11:10:48 -04:00
Rozhuk Ivan
a7b6545028 Add FreeBSD (tested) and other BSD systems (not tested) to build and run.
I fail to build TIFF code: it requires access to libtiff internals but it
unavailable with libtiff prom ports. Probably pre build form
thirdparty/tiff-4.0.3 should fix this, but I don't check this.
Tiff code disabled for work but available in options.

I fail with SSE2 too, there is some mess with class initialization:
TRaster32P rout32 = rout; have no idea how to fix it.
If some one want to play with it, then try to build with
CFLAGS+= -DUSE_SSE2 -DDWORD=uint32_t -D_aligned_malloc=aligned_alloc -D_aligned_free=free
on non windows system.

FarmServer::queryHwInfo() - now uses TSystem::***() to collect system info,
to avoid code duplication.

Add pthread as required lib.
2021-08-31 11:10:48 -04:00
Érico Rolim
a3d1d6bb4f Use the alternative TRasterCodecLZO::decompress signature for big-endian in tiio_tzl.cpp.
This patch fixes code that was missed in previous refactoring.
2021-08-31 11:10:48 -04:00
Érico Rolim
b003793236 Fix big-endian code in tsio_wav.cpp.
Get the address the C++-managed pointers properly.

This commit fixes code that was previously refactored.
2021-08-31 11:10:48 -04:00
Érico Rolim
2c66a4ced9 Use feature test macros properly in igs_resource_msg_from_err_unix.
Feature test macros should be used to inform the C library what
functions a program _expects_ to be available (and which should be made
available to it), not as checks for what functions are available to be
used. Therefore, it is necessary to set _POSIX_C_SOURCE to 200809L,
which indicates we wish to use functions defined in POSIX.2008, one of
which is `int strerror_r()`. This way, all libc (including glibc, as
long as _GNU_SOURCE is undefined) implementations will make the correct
version of the function available, and the fallback to the `char
*strerror_r()` version is no longer necessary.
2021-08-31 11:10:47 -04:00
Érico Rolim
2e3c011ee3 Include <unistd.h> instead of <sys/unistd.h>.
On glibc systems, the <sys/unistd.h> header simply redirects to
<unistd.h>, while on musl systems this header doesn't exist. Therefore,
it makes more sense to include <unistd.h> directly.
2021-08-31 11:10:47 -04:00
Alexander von Gluck IV
60c390ede7 cmake: Fix SuperLU include discovery on Fedora 32 2021-08-31 11:10:47 -04:00
manongjohn
96a36d5eaa Set Minium size of Motion Path Windows 2021-08-29 17:50:21 -04:00
manongjohn
6ce3db16fa Fix Motion Path tools from Camera column 2021-08-29 17:32:16 -04:00
manongjohn
58ad5fe620 Vertically center timeline text 2021-08-29 13:44:01 -04:00
manongjohn
1f915133ce Consolidate other viewer indicators 2021-08-28 23:50:15 -04:00
manongjohn
2d3f05e838
Merge pull request #763 from manongjohn/fix_canvas_size_availability
Fix Canvas Size availability
2021-08-27 16:15:33 -04:00
manongjohn
007ed18509
Merge pull request #761 from manongjohn/enable_quicktoolbar_single_click_expansion
Enable single click expansion on Quicktoolbar categories
2021-08-27 15:09:03 -04:00
manongjohn
7b6acfd2b3
Merge pull request #759 from manongjohn/fix_column_lock_indicator_refresh
Fix timeline column lock indicator refresh
2021-08-27 14:26:24 -04:00
manongjohn
fe48fb7d52
Merge pull request #758 from manongjohn/stop_column_button_switching
Stop switching columns on column button press
2021-08-27 13:35:43 -04:00
manongjohn
08829c4a2a
Merge pull request #757 from manongjohn/fix_crash_adding_fx_while_on_camera_col
Fix crash adding Fx while on Camera column
2021-08-27 12:10:12 -04:00
manongjohn
20dd64d2e2
Merge pull request #756 from manongjohn/fix_blurred_brush_canvas_resize_crash
Fix blurred brush crash after canvas resize
2021-08-26 22:27:03 -04:00
manongjohn
c5750d5af7 Vertically center Camera column's keyframe icons 2021-08-24 17:56:35 -04:00
manongjohn
532d68ba71 Fix Xsheet ease handle position 2021-08-24 16:47:11 -04:00
manongjohn
30eddd26de
Merge pull request #753 from manongjohn/ot_patches_20210816
OpenToonz patches thru 8/16
2021-08-24 13:19:48 -04:00
manongjohn
092ff228ef Fix selection tool for motion path editing 2021-08-24 09:55:38 -04:00
manongjohn
7fb91e07d6 Add Show/Toggle Check Indicators preference, command and shortcut 2021-08-22 14:22:31 -04:00
manongjohn
6bba272bae Change format of viewer check indicators 2021-08-22 12:16:32 -04:00
manongjohn
ce2523a108 Change location of Canvas Size in Raster context menu 2021-08-22 02:12:41 -04:00
manongjohn
6be4bead4d Disable Canvas Size for uneditable files 2021-08-22 02:10:07 -04:00
manongjohn
a2903da89f Fix Canvas Size availability 2021-08-22 02:03:27 -04:00
manongjohn
38f998358c Add View Check indicators to Viewer 2021-08-21 22:32:58 -04:00
manongjohn
db658fddf7 Enable single click expansion on Quicktoolbar categories 2021-08-21 13:10:13 -04:00
manongjohn
4cea2dd371 Fix timeline column lock indicator refresh 2021-08-21 10:52:10 -04:00
manongjohn
63b8a3b659 Stop switching columns on column button press 2021-08-21 10:15:02 -04:00
manongjohn
4f9961a8a8 Fix crash adding Fx while on Camera column 2021-08-20 16:50:06 -04:00
manongjohn
67e67b46c1 Fix blurred brush crash after canvas resize 2021-08-20 16:12:52 -04:00
shun-iwasawa
e15b5e7c02 fix style editor toolbar 2021-08-18 00:17:06 -04:00
shun-iwasawa
cbdb991f25 redesign pass through node 2021-08-17 22:11:46 -04:00
shun-iwasawa
4a619a2ef7 modify sync scroll between xsheet and function editor 2021-08-17 20:58:43 -04:00
shun-iwasawa
7a36f869ec xsheet zoom control 2021-08-17 20:58:13 -04:00
shun-iwasawa
6e3df49295 bokeh advanced fx quick fix 2021-08-16 23:36:34 -04:00
shun-iwasawa
cb41b196c6 iwa bokeh advanced fx 2021-08-16 23:36:09 -04:00
shun-iwasawa
f4b2e1dd6b compass gadget for radial and spin blur fxs 2021-08-16 21:58:16 -04:00
shun-iwasawa
33d08f0866 rainbowfx iwa 2021-08-16 20:52:53 -04:00
shun-iwasawa
b0698e3da6 do not remove asset when auto save 2021-08-16 18:40:54 -04:00
shun-iwasawa
f41dfc8dba clean assets feature 2021-08-16 18:40:53 -04:00
shun-iwasawa
53900472aa change behavior of blend-ino fx without back layer 2021-08-16 18:26:58 -04:00
shun-iwasawa
493bbc3922 enable to paste style color into color field 2021-08-16 18:26:45 -04:00
shun-iwasawa
cbfde43fb8 linear option for all layer blending ino fxs 2021-08-16 18:25:52 -04:00
shun-iwasawa
3b3c1b2fa1 particlesfx : use 16bpc control image for gradient 2021-08-16 18:25:41 -04:00
shun-iwasawa
5d866328ea bloom ifx iwa revised - alpha option - decay - auto gain option and gain adjust 2021-08-16 18:23:58 -04:00
shun-iwasawa
1d5bc2d816 fx schematic node placement fix 2021-08-15 23:51:57 -04:00
shun-iwasawa
52d6407db1 fix paste style color 2021-08-15 23:51:53 -04:00
shun-iwasawa
de1a3ce392 fix crash on clicking shortcut tree 2021-08-15 23:51:31 -04:00
shun-iwasawa
d4a90373ca paste color without link 2021-08-15 23:39:52 -04:00
shun-iwasawa
f2a0effd02 fix and refactor line blur fx ino 2021-08-15 23:39:38 -04:00
shun-iwasawa
66d96ac708 fix mesh file naming 2021-08-15 23:39:12 -04:00
melieconiek
42fcd55724 Update scene sounds on save. Workaround.
Signed-off-by: melieconiek <42298081+melieconiek@users.noreply.github.com>
2021-08-15 11:07:21 -04:00
melieconiek
67054ba4ce Changed default sound column volume to 100%.
Signed-off-by: melieconiek <42298081+melieconiek@users.noreply.github.com>
2021-08-15 10:18:25 -04:00
manongjohn
88618608a3 Fix savebox referenced fills 2021-08-14 22:02:53 -04:00
manongjohn
8dcd9f3250 Fix conflicts with master 2021-08-14 21:45:54 -04:00
manongjohn
7f444c8c96
Merge pull request #738 from manongjohn/move_savebox_limit_preference
Move savebox fill limit preference to tool option
2021-08-11 07:35:22 -04:00
manongjohn
e5d2353123 Support canvas sizes different from camera box 2021-08-04 07:37:13 -04:00
manongjohn
38005b2de8 Improve savebox visibility 2021-08-03 10:02:27 -04:00
manongjohn
09cc081780 Fix Segment erase savebox redo 2021-08-03 01:02:18 -04:00
manongjohn
382cb591d7 Adjust savebox only if Raster segment erased something 2021-08-03 01:01:45 -04:00
manongjohn
7238b9cb4b Show savebox for Raster segment eraser 2021-08-03 01:01:19 -04:00
manongjohn
7d8ebbb651 Fix Normal fill savebox redo 2021-08-03 01:00:45 -04:00
manongjohn
1995dedbff Fix savebox issues with Smart Raster Fills 2021-08-03 00:31:07 -04:00
manongjohn
563c022795 Move TVL Savebox Limit Preference to toolbar option 2021-08-03 00:29:24 -04:00
manongjohn
1dee0aff94 Fix Shift+Frame Range movement from timeline/xsheet 2021-07-31 15:53:16 -04:00
manongjohn
347e49704e Fix referenced fill undo/new fill issue 2021-07-31 10:48:24 -04:00
manongjohn
c256bc87ef Fix fill referenced issues 2021-07-31 10:46:50 -04:00
manongjohn
a1a9695f57 Fix Normal-Selective-Area fills filling partially painted objects 2021-07-29 12:44:20 -04:00
manongjohn
6cb74cdf5a Add referenced fills - Raster 2021-07-29 08:09:41 -04:00
manongjohn
fa3d9e0e4a Add referenced fills - Smart Raster 2021-07-29 07:57:29 -04:00
manongjohn
b9ea823143
Merge pull request #718 from jeremybullock/perspectivefx_2
OpenToonz 3800 - pnperspectivefx normalize option
2021-06-24 10:04:15 -04:00
manongjohn
6de061c06b
Merge pull request #717 from jeremybullock/raylitfx
3905 from OpenToonz: raylitfx enahancement: radius parameter and gadget
2021-06-24 08:25:24 -04:00
manongjohn
ac5bf1d8c4
Merge pull request #714 from jeremybullock/brush_smoothing
Fix Brush Smoothing by Shun Iwasawa (OpenToonz 3895)
2021-06-23 11:03:21 -04:00
manongjohn
b3a3993514
Merge pull request #713 from jeremybullock/geometric_rotate
Add rotate option to geometry tool by Pojienie (OpenToonz 3846)
2021-06-20 07:18:59 -04:00
manongjohn
e4e9a02ea6
Merge pull request #719 from jeremybullock/memo_bg
fix memo popup background color - OpenToonz 3910
2021-06-19 22:07:05 -04:00
shun-iwasawa
45a3caf6fc fix memo popup background color 2021-06-13 22:08:25 -06:00
shun-iwasawa
376f05b966 pnperspectivefx normalize option 2021-06-13 22:04:59 -06:00
shun-iwasawa
5f34302010 raylitfx enahancement: radius parameter and gadget 2021-06-13 21:59:34 -06:00
Jeremy Bullock
2d840ed3b3 PR 3841 from OpenToonz: Improve Tablet Response
Co-authored-by: shun-iwasawa shun-iwasawa@users.noreply.github.com
2021-06-13 21:56:29 -06:00
Jeremy Bullock
ab2cdd789e Fix Brush Smoothing
Co-authored-by: shun-iwasawa shun-iwasawa@users.noreply.github.com
2021-06-13 21:51:38 -06:00
Jeremy Bullock
9a720b9e10 Add rotate option to geometry tool by Pojienie
Co-authored-by: pojienie pojienie@users.noreply.github.com
2021-06-13 21:48:03 -06:00
manongjohn
992756a2f3 Fix Paintbrush Style selector leaving marks 2021-06-11 08:21:59 -04:00
manongjohn
54677b190c Fix CTRL paintbrush crash 2021-06-11 08:17:54 -04:00
manongjohn
c12a6ce373 Fix conflicts with Paint Brush Tool enhancements 2021-06-09 08:35:12 -04:00
manongjohn
a099792d78
Merge pull request #709 from manongjohn/paint_brush_pressure
Paint Brush Tool enhancements
2021-06-09 07:57:02 -04:00
manongjohn
5b86aa264f Fix Paint Brush statusbar text typo 2021-06-08 11:12:34 -04:00
manongjohn
709f7496b5
Merge pull request #706 from manongjohn/add_autocreation_toggles
Add Auto creation option commands/buttons
2021-06-08 11:07:39 -04:00
manongjohn
c83b80c11d Add Lock Alpha to Raster - Standard brush 2021-06-03 21:20:36 -04:00
manongjohn
efd5279c5c Add Lock Alpha to Smart Raster - MyPaint brush 2021-06-03 18:18:35 -04:00
manongjohn
42d0abf085 Add Lock Alpha to Smart Raster - Standard brush (blurred) 2021-06-03 18:18:07 -04:00
manongjohn
d9ca25d58e Add Lock Alpha to Smart Raster - Standard brush 2021-06-03 18:17:41 -04:00
manongjohn
36c1db068c Add Lock Alpha to Paint Brush Tool 2021-06-03 09:36:17 -04:00
manongjohn
8e85e000ba Add auto-creation toggles to cell context menu 2021-06-03 00:22:02 -04:00
manongjohn
c79faf4f75 Remove auto-creation buttons from timeline/xsheet 2021-06-03 00:17:17 -04:00
manongjohn
eacc4d412e Select style using Shift key 2021-06-02 16:23:14 -04:00
manongjohn
80ebe0defa Replicate Finger Tool using Ctrl + Paint Brush Tool 2021-06-02 15:42:54 -04:00
manongjohn
2d59a69622 Add paint brush pressure sensitivity 2021-06-01 21:36:13 -04:00
manongjohn
09d2f8bd89 Add Auto creation option commands/buttons 2021-05-30 20:23:23 -04:00
manongjohn
c6dc84e015
Merge pull request #703 from manongjohn/restore_version_check
Restore new version check
2021-05-29 15:20:25 -04:00
manongjohn
437d98c55f
Merge pull request #701 from manongjohn/fix_macos_shortcut_display
Fix macOS shortcut display
2021-05-29 13:08:32 -04:00
manongjohn
cf896c4a77
Merge pull request #700 from manongjohn/support_32bit_wav
Enhanced WAV support
2021-05-29 11:36:52 -04:00
manongjohn
d0f56c2b59
Merge pull request #689 from manongjohn/fix_load_plugins_linux
Fix loading plugins on Linux
2021-05-29 10:44:13 -04:00
manongjohn
3243aae411 Restore new version check 2021-05-22 10:29:10 -04:00
manongjohn
e80d87c00a Fix macOS shortcut display 2021-05-21 07:47:42 -04:00
manongjohn
4712086e39 Fix compile 32bit support for non-windows environments 2021-05-20 09:33:22 -04:00
manongjohn
1450ca18e8 Internally store all WAVs as 32bit fixed 2021-05-20 07:36:19 -04:00
manongjohn
e8bb797adc Add 32bit float WAV support 2021-05-20 07:35:12 -04:00
manongjohn
c4430cc7fb Process 24bit WAV as 32bit WAV 2021-05-16 17:51:19 -04:00
manongjohn
44ce1e95b3 Add 32bit fixed WAV support 2021-05-16 16:05:25 -04:00
manongjohn
964d05d2fd Fix shortcut viewer crash on macOS 2021-05-11 16:46:44 -04:00
manongjohn
1adbf67674 Fix loading plugins on Linux 2021-05-07 18:20:41 -04:00
manongjohn
05fe9556fe
Merge pull request #686 from manongjohn/v1.2
Update to official version 1.2
2021-05-03 07:47:10 -04:00
manongjohn
433a01c929
Merge pull request #687 from manongjohn/ot_patches_20210502
OpenToonz patches thru 5/2
2021-05-03 06:38:21 -04:00
shun-iwasawa
955b94eb4c fix shortcut input 2021-05-03 00:30:05 -04:00
shun-iwasawa
abf861c0c6 fix tool options shortcut 2021-05-02 23:44:33 -04:00
shun-iwasawa
4889cece68 fix cell selection on click 2021-05-02 12:25:48 -04:00
manongjohn
549c86ebee Update to official version 1.2 2021-05-02 10:39:43 -04:00
manongjohn
8074904700 Update translation files with corrected typos 2021-05-02 10:30:16 -04:00
manongjohn
cbc89d7e9c Fix typos 2021-05-02 10:29:12 -04:00
manongjohn
e348ab0bad Another MOV fix for Quicktime 2021-04-22 23:49:04 -04:00
manongjohn
c6ffe72436 Fix MOV loading into QuickTime 2021-04-22 17:51:49 -04:00
manongjohn
00ea6f7fb9 Fix loading WEBM with transparency 2021-04-22 17:15:54 -04:00
manongjohn
66d085821e Correct MOV transparency 2021-04-22 15:37:24 -04:00
manongjohn
1359000497 Fix MOV and WEBM render transparency 2021-04-22 08:10:59 -04:00
manongjohn
39aa593c13 Support MOV formats through ffmpeg 2021-04-21 08:55:55 -04:00
manongjohn
d1c72c4f3e
Merge pull request #668 from manongjohn/v1.2
Update version to 1.2 (beta)
2021-04-19 08:26:46 -04:00
manongjohn
5a498c1947
Merge pull request #644 from manongjohn/translation_1.2_updates
Update translation files for 1.2 release
2021-04-19 07:18:13 -04:00
manongjohn
c7c7ad6193
Merge pull request #573 from manongjohn/fix_libmypaint_for_linux
Fix libmypaint version for Linux builds
2021-04-19 07:15:12 -04:00
manongjohn
088cd6b83e Russion Translations for 1.2 by @beeheemooth
Co-authored-by: beeheemooth <beeheemooth@users.noreply.github.com>
2021-04-18 12:26:01 -04:00
manongjohn
b58762c011
Merge pull request #667 from manongjohn/ot_patches_20210415
OpenToonz patches thru 4/15
2021-04-18 07:29:20 -04:00
manongjohn
133055fa7e Update version to 1.2 (beta) 2021-04-17 09:17:54 -04:00
shun-iwasawa
d81107518d fix psd loading 2021-04-15 07:55:42 -04:00
shun-iwasawa
b8b432234d fix shift and trace scaling 2021-04-15 07:55:34 -04:00
manongjohn
92a4afe9d0 Fix saving memos on macOS 2021-04-15 00:12:34 -04:00
manongjohn
6598257f7f Disable version update check 2021-04-12 13:48:28 -04:00
manongjohn
3dc0be13c0
Merge pull request #661 from manongjohn/fix_timeout_calcs
Fix converting timeout from sec to msec
2021-04-12 07:27:44 -04:00
manongjohn
07eb54605c Fix converting timeout from sec to msec 2021-04-12 00:04:39 -04:00
manongjohn
199b62b5b7
Merge pull request #658 from manongjohn/restore_update_project_management
Restore and update project mangement
2021-04-11 11:28:53 -04:00
manongjohn
77beaca4ba
Merge pull request #656 from manongjohn/fix_software_update_check
Fix checking for version update
2021-04-11 11:27:43 -04:00
manongjohn
8a89dc5f5b
Merge pull request #654 from manongjohn/fix_lnp_generating_tails
Fix LNP generating tails
2021-04-11 11:27:18 -04:00
manongjohn
de20115377
Merge pull request #653 from manongjohn/fix_pen_not_work_after_pan
Fix pen not drawing after quick pan
2021-04-11 11:19:53 -04:00
manongjohn
955f493d4a
Merge pull request #651 from manongjohn/fix_missing_tooloption_icons
Fix missing tooloption bar icons
2021-04-11 11:19:07 -04:00
manongjohn
20620e0d51
Merge pull request #650 from manongjohn/fix_empty_level_strip_crash
Fix empty level strip crash
2021-04-11 11:18:54 -04:00
manongjohn
5f3198d2a2 Restore and update project management 2021-04-09 23:18:56 -04:00
manongjohn
6470598f89 Fix checking for version update 2021-04-07 15:06:27 -04:00
manongjohn
34d6e0b1c7 Fix LNP making tails on pen release 2021-04-07 09:03:32 -04:00
manongjohn
ba76676b94 Fix pen not drawing after quick pan 2021-04-06 23:58:02 -04:00
manongjohn
6d168adc5e Fix missing tooloption bar icons 2021-04-06 11:49:31 -04:00
manongjohn
282ed5d874 Fix empty level strip crash 2021-04-06 00:01:04 -04:00
manongjohn
11a9fa5601 Fix import layout preferences 2021-04-05 23:50:25 -04:00
manongjohn
18f0c94eaf
Merge pull request #646 from manongjohn/v1.2
Update version to 1.2 (alpha)
2021-04-05 10:16:47 -04:00
manongjohn
8a4a99ce80
Merge pull request #643 from manongjohn/disable_menu_icons
Disable menu icons
2021-04-05 08:12:15 -04:00
manongjohn
8f0022b17e
Merge pull request #641 from manongjohn/fix_loading_multi-dot_files
Fix loading files with multiple dots
2021-04-05 08:12:01 -04:00
manongjohn
4c612da904
Merge pull request #640 from manongjohn/fix_missing_linux_mouseMove
Fix missing Linux event mouseMove with tabletMove
2021-04-05 08:11:43 -04:00
manongjohn
54db84b734 Update version to 1.2 (alpha) 2021-04-04 08:53:15 -04:00
manongjohn
da82a9df8d Update ts files for 1.2 2021-04-03 23:14:01 -04:00
manongjohn
ce9228cf4b Disable menu icons 2021-04-03 21:21:25 -04:00
manongjohn
41cf19288b Fix loading files with multiple dots 2021-04-03 18:58:31 -04:00
manongjohn
71a41f2cc8
Merge pull request #639 from manongjohn/add_path_to_scenecast
Display file paths in Scene Cast
2021-04-03 14:11:40 -04:00
manongjohn
84b31319ef
Merge pull request #638 from manongjohn/export_scene_enhancements
Export Scene enhancements
2021-04-03 14:07:10 -04:00
manongjohn
98155c9a3b
Merge pull request #637 from manongjohn/block_saving_scene_outside_project
Block saving scene outside current project
2021-04-03 14:06:53 -04:00
manongjohn
11ae18ce61 Fix missing Linux event mouseMove with tabletMove 2021-04-03 13:26:54 -04:00
manongjohn
eecb1f9c1f
Merge pull request #633 from manongjohn/fix_console_warning_messages
Fix console warning messages
2021-04-02 09:58:59 -04:00
manongjohn
489ea06570
Merge pull request #634 from manongjohn/ot_patches_20210328
OpenToonz patches thru 3/28
2021-04-01 17:07:39 -04:00
manongjohn
b9fcbb772f
Merge pull request #632 from manongjohn/fix_LNP_hooking_incorrectly
Fix Lazy Nezumi Pro hooking incorrectly
2021-04-01 11:24:59 -04:00
manongjohn
0ec919f2db
Merge pull request #631 from manongjohn/fix_outdated_tahoma2d_links
Fix outdated Tahoma2D links
2021-04-01 11:24:46 -04:00
manongjohn
dccc3e1367 Display file paths in Scene Cast 2021-04-01 10:58:34 -04:00
manongjohn
eb864ca120 Add Export Current Scene command 2021-04-01 08:13:59 -04:00
manongjohn
c631834ac0 Add Create In option to Export Scene popup 2021-04-01 08:13:46 -04:00
manongjohn
eb4d60f6bd Block saving scene outside current project 2021-03-31 22:14:04 -04:00
Kite
75b62139db Fix Hdpi Icons 2021-03-28 22:26:21 -04:00
manongjohn
7312812d83 Fix OT patch 3828 (geometric tool offset) 2021-03-28 22:11:27 -04:00
shun-iwasawa
79b261ac7a fix arc/multiarc start point offset and undo 2021-03-28 21:57:14 -04:00
shun-iwasawa
8358fc99ce fix geometric tool / type tool offset 2021-03-28 21:57:14 -04:00
shun-iwasawa
4cb2f6fd40 fix removing entire cells in the column 2021-03-28 19:17:45 -04:00
shun-iwasawa
bd80672d25 fix windows audio recording 2021-03-28 18:30:03 -04:00
shun-iwasawa
f3723672e6 fix style shortcut when full screen 2021-03-28 18:27:29 -04:00
shun-iwasawa
c6848d2175 fix crash on launch with shrinked imageviewer 2021-03-28 18:24:02 -04:00
shun-iwasawa
2b95cf72d0 fix pasting raster to cell 2021-03-28 18:16:44 -04:00
shun-iwasawa
1c796dd055 enable to specify cmake_prefix_path 2021-03-28 18:08:34 -04:00
shun-iwasawa
909c04ab5b fix color model pick mode 2021-03-28 17:37:11 -04:00
shun-iwasawa
7e404d1069 fix cleanup to set image data 2021-03-28 17:37:10 -04:00
shun-iwasawa
c3e4dc69ac fix wrong blending 2021-03-28 17:37:10 -04:00
shun-iwasawa
9413771ac6 fix opengl line smoothing 2021-03-28 17:37:09 -04:00
shun-iwasawa
eada04487e fix crash on inserting new frame this fixes erasing level frame to remove icon cache as well 2021-03-28 17:37:09 -04:00
shun-iwasawa
589ae93f6b fix alt drag fx insertion 2021-03-28 17:37:08 -04:00
shun-iwasawa
3638349286 fix palette bugs 2021-03-28 17:37:08 -04:00
shun-iwasawa
1b6a664606 fix xdts popup duplicate fields 2021-03-28 17:37:07 -04:00
shun-iwasawa
745db64038 fix raster brush refresh viewer 2021-03-28 17:37:07 -04:00
shun-iwasawa
105c4111d9 fix mainwindow fullscreen 2021-03-28 17:37:06 -04:00
shun-iwasawa
43955919e6 fix fullscreen feature 2021-03-28 17:37:06 -04:00
shun-iwasawa
d2f7b6e916 premultiply on loading PNG images 2021-03-28 17:37:05 -04:00
manongjohn
e71c377e40 Fix empty path on file watcher addPath 2021-03-28 16:20:11 -04:00
manongjohn
c0c0502637 Fix empty key passed on QSettings setValue 2021-03-28 15:44:44 -04:00
manongjohn
90aee11ba3 Fix add layout warnings 2021-03-28 15:10:17 -04:00
manongjohn
c3cbbbf0f7 Fix Lazy Nezumi Pro hooking incorrectly 2021-03-28 00:13:42 -04:00
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
artisteacher
dc620b1380
Ask to use microphone on macOS (#228)
On later versions of macOS, permission needs to be granted by the user in order for Tahoma to access the microphone. This has no impact on the crash from recording audio.

https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos
2020-09-26 21:23:45 -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