Commit graph

566 commits

Author SHA1 Message Date
manongjohn
03ff92727b
Merge pull request #823 from manongjohn/fix_missing_returns
Fix missing returns
2021-10-23 19:25:20 -04:00
manongjohn
82e1e80ad4
Merge pull request #818 from manongjohn/fix_style_management_studio_palette_crash
Fix Studio Palette Crash from Style Management change
2021-10-20 07:29:05 -04:00
manongjohn
2adc6f20c9
Merge pull request #810 from manongjohn/ot_patches_20211007
OpenToonz patches thru 10/7
2021-10-17 08:33:52 -04:00
manongjohn
f74da5b97f Fix missing returns 2021-10-17 00:12:36 -04:00
manongjohn
28f63a1f48 Fix Studio Palette Crash from Style Management change 2021-10-14 21:25:30 -04:00
shun-iwasawa
d24b63a803 fix undo malfunction 2021-10-07 12:17:59 -04:00
shun-iwasawa
9dbac90477 fx global control 2021-10-07 12:17:57 -04:00
shun-iwasawa
51b067b19b TVP JSON export 2021-10-07 12:17:57 -04:00
shun-iwasawa
0b63743b26 enhance studio palette searching 2021-10-07 12:17:57 -04:00
manongjohn
49addb202a Fix style set management conflicts 2021-10-07 12:07:57 -04:00
manongjohn
424cfa6131 Add Tahoma2D Stuff folder access from Browser 2021-09-27 13:11:36 -04:00
manongjohn
3dfae8ff64 Switch to Settings when adding Custom Texture to palette 2021-09-25 10:40:00 -04:00
manongjohn
fc7c1b1d25 Add Rename Style Sets 2021-09-24 23:00:46 -04:00
manongjohn
04d76a75a9 Add option to Scan for Style Set Changes 2021-09-23 14:19:48 -04:00
manongjohn
8df073d8f3 Fix Generated style not creating initial My Favorites folder 2021-09-23 08:22:49 -04:00
manongjohn
232a83ee74 Remove style removal warnings for My Favorites sets only 2021-09-23 08:12:02 -04:00
manongjohn
a826050606 Keep Style Set Menu open until clicked elsewhere 2021-09-22 23:27:09 -04:00
manongjohn
185efe7b70 Create/Modify/Remove style sets + misc fix and some refactoring 2021-09-22 08:09:51 -04:00
manongjohn
276a177ee6 Misc fixes to vector loading refreshing 2021-09-22 07:54:02 -04:00
manongjohn
7f952152ca Save and restore viibility state of style sets 2021-09-22 07:54:02 -04:00
manongjohn
adec65c9b8 Add Set to Palette + misc fixes and tweeks 2021-09-22 07:54:01 -04:00
manongjohn
c5e751f3ed Allow Generated favorites + Add CTRL+click for multiple style selection operations 2021-09-22 07:54:01 -04:00
manongjohn
cfb741692e Add ALT+click to add as new style to palette 2021-09-22 07:54:01 -04:00
manongjohn
e4952e437c Sync My Favorite style sets between multilpe style editors 2021-09-22 07:54:01 -04:00
manongjohn
0c606655de Change management of multiple non-static CustomStyleManagers 2021-09-22 07:54:01 -04:00
manongjohn
eab159d62c Add My Favorite style set 2021-09-22 07:54:00 -04:00
manongjohn
3928b963b0 Add menu to control style sets visibility 2021-09-22 07:54:00 -04:00
manongjohn
fcb60bb72e Group styles into sets (directory based) 2021-09-22 07:54:00 -04:00
manongjohn
ce5a89a7b1
Merge pull request #778 from manongjohn/update_build_environments
Update build environments + relevant OT patches
2021-09-21 17:50:21 -04:00
manongjohn
f1b592a619 Allow renaming of revamped Pass Through Fx nodes 2021-09-07 21:33:25 -04:00
manongjohn
ec7024154b Disable Show Icons in Menu preference 2021-09-06 09:51:20 -04:00
shun-iwasawa
b077dd37b3 fix hidden icons 2021-09-06 07:21:24 -04:00
shun-iwasawa
818f80a99f make menu icons optional 2021-09-06 07:07:42 -04:00
luz paz
1cfca4b407 Fix Prefered->Preferred 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
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
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
4f9961a8a8 Fix crash adding Fx while on Camera column 2021-08-20 16:50:06 -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
cb41b196c6 iwa bokeh advanced fx 2021-08-16 23:36:09 -04:00
shun-iwasawa
493bbc3922 enable to paste style color into color field 2021-08-16 18:26:45 -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
d4a90373ca paste color without link 2021-08-15 23:39: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