Commit graph

29 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
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
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 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
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
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
J.P. Turcotte 0e6a35225b Clarify the Windows build instructions (#1856)
I successfully built OT, but ran into some problems. Thanks to @turtletooth, I got back on track! Here are some changes to make it easier for others to build OT on Windows.
2018-03-18 15:23:01 -06:00
shun-iwasawa 22412dc1a8 v1.2.0 (#1631)
* v1.2.0

* more update versions to v1.2.0
2017-12-11 13:23:11 +09:00
shun_iwasawa 31362db453 qt5.9 2017-10-16 16:29:09 +09:00
Adham Zahran d7608a6054 updated opentoonz_1.0 to opentoonz_1.1 in the docs 2017-04-12 12:53:33 +02:00
shun-iwasawa 3ae939fa35 modify tif_config for msvc (#796) 2016-09-08 18:17:04 +09:00
Jeremy Bullock a610102e75 Added Qt5Multimedia to build instructions for windows 2016-07-11 00:36:03 -06:00
Shinya Kitaoka 0c20bddfdd update how-to-build-win (#588) 2016-07-07 16:14:16 +09:00
Shinya Kitaoka 887b754046 Merge pull request #549 from turtletooth/windowsbuild
Updated windows build instructions
2016-07-06 15:09:07 +09:00
Shinya Kitaoka fd19c4eedf Support Visual Studio 2015 (#544)
* Small changes, for some reason VS 2015 can't link cprintf and they added a second function std::map::count and bind couldn't resolve the function. Substituted with a lambda-expression.

* Created all 64bit version of the 3rd party libs.

* Cleanup popup opens CleanupSettings instead of CleanupSettingsPane. Not finished, panel is wrong now (also uses CleanupSettings).

* Tried to get Twain working, failed.

* When there are more then 3 peg holes create additional holes.

* When a hole touches the boundary it should still be considered a hole.

* Do not compare dot size against fixed size. Will not work in some scan resolutions. Used the same value (PERCENT * max dot size) as later in the code in compare_dots.

* When there are more than three peg holes the code looked for the best fit and used that. The problem was, that the middle hole was used as center for auto center. For three peg holes that is correct, but does not work for more than three. Now the best fit is calculated and from there the offset of the middle of the three best fit holes is calculated and applied.

* One of the last changes broke VS2015 compatibility, it chocked on a missing include.

* fix for msvs2013

* revert autopos.cpp

* apply clang-format

* use GIT-LFS
2016-07-04 17:50:30 +09:00
Jeremy Bullock e442b14c1f Updated windows build instructions 2016-06-30 00:08:25 -06:00
Shinya Kitaoka d75b42a25e Merge branch 'qt56' of https://github.com/ss23/opentoonz into test/pr/179 2016-04-22 15:52:56 +09:00
Stephen Shkardoon 3d9be09db0 Upgrade to Qt5.6
Fix #109 #138 #165 #178.
Fixes multiple issues on Windows 10.
2016-04-15 10:35:49 +12:00
Stephen Shkardoon e239ec6928 Allow building with a newer version of Boost (up to 1.60.0).
The instructions for both OSX and Windows still say to use 1.55.0,
but cmake will allow up to 1.60.0.
Using a later version will also mean the additional patch for VS2013
is not required.
2016-04-15 05:42:58 +12:00
Shinya Kitaoka 00edc48870 move *.md files into a doc directory 2016-03-31 19:16:42 +09:00
Renamed from how_to_build_win_en.md (Browse further)