Commit graph

654 commits

Author SHA1 Message Date
manongjohn
2adc6f20c9
Merge pull request #810 from manongjohn/ot_patches_20211007
OpenToonz patches thru 10/7
2021-10-17 08:33:52 -04:00
shun-iwasawa
c4289a0dd6 fix spectrum 2021-10-07 12:35:46 -04:00
shun-iwasawa
e5e01cdeaa export xsheet PDF 2021-10-07 12:17:57 -04:00
shun-iwasawa
9dbac90477 fx global control 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
shun-iwasawa
8ae3e5c25d wintab support option with customized qt 2021-10-04 14:05:55 -04:00
manongjohn
8963e851a5
Merge pull request #795 from manongjohn/stuff_access_from_browser
Add Tahoma2D Stuff and Downloads folder access from Browser
2021-10-03 17:12:42 -04:00
manongjohn
424cfa6131 Add Tahoma2D Stuff folder access from Browser 2021-09-27 13:11:36 -04:00
manongjohn
e3f2292b34 Animate Tool Flip and Rotate buttons 2021-09-25 12:09:23 -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
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
2bc1fb9d24
Merge pull request #781 from manongjohn/add_flip_rotate_selection_buttons
Add Flip and Rotate Selection tool option buttons
2021-09-13 20:14:18 -04:00
manongjohn
9356aa756a
Merge pull request #780 from manongjohn/allow_passthru_node_renaming
Allow renaming of revamped Pass Through Fx nodes
2021-09-12 13:44:29 -04:00
manongjohn
d8d45d2fb7 Add Flip and Rotate Selection tool option buttons 2021-09-08 02:26:42 -04:00
manongjohn
f1b592a619 Allow renaming of revamped Pass Through Fx nodes 2021-09-07 21:33:25 -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
shun-iwasawa
8c3707a1ce fix raster deformation slowness 2021-09-05 14:45:09 -04:00
manongjohn
792e795667 Fix conflict with updated master 2021-09-05 12:53:00 -04:00
manongjohn
1837a2ad3d Fix (partial) referenced fills on plastic deformed levels 2021-09-05 09:13:15 -04:00
manongjohn
a86512e033
Merge pull request #770 from manongjohn/ot_patches_misc
OpenToonz patches - misc
2021-09-05 08:49:29 -04:00
manongjohn
1076584256
Merge pull request #762 from manongjohn/add_view_check_indicators
Add View Check indicators to Viewer
2021-09-03 05:49:58 -04:00
luz paz
bfa820317a Fix CHECK_VIDEO_FRAME_INTERVALL->CHECK_VIDEO_FRAME_INTERVAL 2021-08-31 11:10:52 -04:00
luz paz
4cb5845b92 Fix timeStrech->timeStretch 2021-08-31 11:10:52 -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
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
1f915133ce Consolidate other viewer indicators 2021-08-28 23:50:15 -04:00
manongjohn
7fb91e07d6 Add Show/Toggle Check Indicators preference, command and shortcut 2021-08-22 14:22:31 -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