Commit graph

100 commits

Author SHA1 Message Date
manongjohn 21430e81f7 Update build instructions 2022-08-27 21:23:40 -04:00
luz paz de92e35ae2 FIx various typos
Found via `codespell -q 3 -S ./thirdparty,*.ts,./toonz,./stuff/doc/español -L inout,vertexes`
2022-01-20 18:45:55 -05:00
manongjohn 975f98c639
Merge pull request #796 from kant/patch-1
Typo fixed (line 25)
2021-10-04 08:13:20 -04:00
manongjohn e935112d1f
Merge pull request #582 from TomDoingArt/Updates_To_Build_Win
Updates to build win
2021-10-04 08:09:17 -04:00
Darío Hereñú cccafa46a6
Typo fixed (line 25) 2021-10-03 16:09:30 -03: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
Tom e5df12a181 Merge branch 'tahoma2d:master' into Updates_To_Build_Win 2021-05-13 21:13:25 -04:00
Tom 0672b36eb5 Update how_to_build_win.md
Changed formatting to remove unwanted bullets.
2021-04-27 22:05:28 -04:00
Tom 0c7ac3fda3 Revert "Update how_to_build_win.md"
This reverts commit 584244a0d0.
2021-04-27 22:01:01 -04:00
Tom 584244a0d0 Update how_to_build_win.md
Revised the formatting to remove extra bullets.
2021-04-27 21:43:37 -04:00
Tom 7a5a7ed8c6 Update how_to_build_win.md 2021-02-12 11:52:38 -05:00
manongjohn b5f28f1ecd Update tahoma2d links to new path 2021-02-11 12:02:54 -05:00
Tom 5186b8104a Revert "Update how_to_build_win.md"
This reverts commit 792a0fef6a.
2021-02-10 21:58:08 -05:00
Tom 792a0fef6a
Update how_to_build_win.md 2021-02-10 21:33:16 -05:00
Jeremy Bullock 4deec04597 Small fixes 2020-11-10 10:55:45 -07:00
Jeremy Bullock 62c6b25b84 Remove libusb from scripts and fix some name references. 2020-11-05 11:51:52 -07:00
Jeremy Bullock a599d98bca
Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
Jeremy Bullock 1d3b86ada3
Update rendering_overview.md 2020-10-07 22:25:30 -06:00
Jeremy Bullock c45605618b
Clarify the render process. . . (#311)
* Demystifying Rendering

* More info
2020-10-07 15:27:55 -06:00
Jeremy Bullock d0f1813309 Rename to Tahoma2D 2020-10-02 00:20:33 -06:00
Jeremy Bullock 83c0cff6dc
Merge changes from OpenToonz as of 7-7 (#77)
* add multi arc mockup

* implement mutli arc

* add join and smooth option

* reset multiarc and arc when deactivated

* create self loop if the last point is the same as the first

* make join option in multiarc consistent with tape tool

* fix a bug where thickness don't affect mutliarc in vector level

* remove join option in geometric tool

* stop mutliarc after closing shape

* double click can also end multi arc

* fix a bug where multiArc will produce buggy stroke

* fix a bug where geometric tools is not deactivated

* add multiArc shortcut

* rewrite multiArc

* revert changes to tvectorimage

* add undo data for multiArc

* Paste as Copy Command for XSheet

* Remove unneeded code

* Bug fix

* prevent guide lines from jumping around in MultiArc

* make stroke color consistent in MultiArc

* remove color in MultiArc's undo data

* make color consistent in MultiArc with previous version

* Fix single image raster levels

* fix compilation error

* fix a bug where multiArc might generate bugged stroke

* Remove ICONV dep (#3304)

* fix crash on saving studio palette

* Move to Paste Special Menu

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

* Update how_to_build_win.md

New draft of pr for requested changes to windows build instructions.

* fix geometric tool multiarc smooth option

* fix level saving failure

* fix wrong warning after saving palette

* fix a bug where moving a control point while holding alt has unintended result

* fix overwriting raster drawing palette

* Hide color swatch on color 0

Co-authored-by: pojienie <pojienie@gmail.com>
Co-authored-by: rim <11380091+rozhuk-im@users.noreply.github.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: DoctorRyan <65507211+DoctorRyan@users.noreply.github.com>
2020-07-07 11:06:59 -06:00
Jeremy Bullock 3605260cbd
Ot master (#58)
* prevent unintentional frameworks use and fix typos

* Fix build with Clang 10

* System depend code deduplication

* Improve multi-layer style picker.

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

Fixes #2843.

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

* Rehide features

* fix pegbar restoring

* fix crash on converting single image

* Fix wrong path to FXs

* fix expression reference in sub xsheet

* Fix build with GCC 10.

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

* Fix build with Qt 5.15.

QPainterPath is no longer included indirectly.

* fix pegbar lost on exploding subxsheet

* fix fxs missing on explode

* Adobe Animate keyboard shortcuts but now with better shapes

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

* add include intersection option in selection tool

Co-authored-by: artisteacher <thingymadingy@yahoo.com>
Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Konstantin Dmitriev <ksee.zelgadis@gmail.com>
Co-authored-by: Christophe Giboudeaux <christophe@krop.fr>
Co-authored-by: MrBlockCat <37186692+MrBlockCat@users.noreply.github.com>
Co-authored-by: pojienie <pojienie@gmail.com>
2020-06-28 21:05:10 -06:00
artisteacher 6fb78909c6
Change OT to Tahoma (#36) 2020-06-03 01:16:03 -06:00
Jeremy Bullock cf6dbfac01 Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-30 21:31:20 -06:00
Toondad 9c463830ce No QtAudio device issue solved
Closes issue #2308.
2020-04-30 00:46:17 +02:00
manongjohn e878b02286 Fix linux builds for stopmotion with webcams 2020-04-20 21:34:58 -04:00
Artisteacher 27825369e7 update mac stop motion 2020-04-12 10:43:17 -04:00
Rodney 999c4e0f8e
Merge pull request #3183 from MrBlockCat/tweak-macos-build-instructions
Update more macOS Build Instructions
2020-03-27 10:25:06 -05:00
Martin van Zijl 1994fc88ff Correct library path in Linux installation doc. 2020-03-27 15:31:41 +13:00
MrBlockCat 533ef83c87 Update how_to_build_macosx.md
Updates the rest of boost and tweaks some other more minor things
2020-03-26 14:39:41 -04:00
artisteacher f69e2dd4b7
Update homebrew install command 2020-03-25 22:08:49 -04:00
artisteacher aa1f0e1060
add step to remove incompatible directory
This also updates the name to macOS and lists the last tested boost version as 1_72_0.
2020-03-25 20:17:05 -04:00
Tact Yoshida 2ca5984b69 Remove tofu 2020-02-04 03:54:14 +09:00
Konstantin Dmitriev 360dd04660 Instructions on how to compile Stylesheet qss files on Linux 2020-01-25 15:15:07 +07:00
Tact Yoshida 55b178907a Remove SDL2 2020-01-09 04:05:40 +09:00
Benson Muite eb81d1c937
Update how_to_build_linux.md
Add information on building on Fedora
2020-01-01 16:18:29 +03:00
shun-iwasawa 590082b826 add liecense files, make opencv version flexible (#2954) 2019-12-23 15:05:03 -07:00
Jeremy Bullock f159071bf7 Canon DSLR and Stop Motion Support (#2635)
* Stop Motion Features

Please note that this feature won't appear in the nightly build until some related changes are completed.
2019-12-23 20:24:44 +09: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
sujiniku fdc8b379a7
Update how_to_build_linux.md 2019-08-08 15:51:08 +09:00
sujiniku 8633355a7c
Update how_to_build_linux.md 2019-08-03 12:20:03 +09:00
John Dancel 8e63fab5e3 More macOS instruction updates and corrections 2019-04-25 21:38:46 -04:00
Ken Taguma a0f8f76edc Fix command for Running OpenToonz in how_to_build_linux.md (#2599)
* dragEnterEvent force copy action

* add comment and remove unused code.

* separate commandline  for running OpenToonz
2019-04-25 10:37:13 -06:00
John Dancel c0795e8b28 Instruction updates and revert default CMake lib path 2019-04-25 10:37:28 -04:00
John Dancel 662ad32376 Fix macOS build typos 2019-04-23 00:44:21 -04:00
Mintesno Zewdu c078bdc5ad Added qtwayland5 dependency to build instructions (#2029)
From my testing on Ubuntu 18.04, a shared library in the qtwayland5 package is required for CMake to succeed, so I'm adding it to the dependency install command.
2019-04-22 15:12:11 -06:00
John Dancel 5e857df76c Fix stuff directory creation steps 2019-04-22 10:38:19 -04:00
John Dancel 9b39286f16 Update MacOS build steps 2019-04-21 02:57:47 -04:00
shun-iwasawa f39ea05cac Remove Version Numbers from File Names (#2410)
* remove version numbers from file names

* update plist and systemvar for osx

* modify appveyor script
2018-12-28 11:15:09 +09:00
otakuto 03ecf4d7bd ignore Thumbs.db (#2194) 2018-08-06 16:56:13 +09:00