https://github.com/dalboris/vpaint

sort by:
Revision Author Date Message Commit Date
58593fe Only export visible layers; Encapsulate each layer in a group if 2 or more layers 13 October 2023, 13:24:30 UTC
c781d2c Only export background if non-transparent color or actual image; Fix ID collisions 13 October 2023, 13:10:45 UTC
229072f Improve edge export: round caps, subpaths for closed edges, better normals, threshold for variable-width detection (#138) 13 October 2023, 12:24:58 UTC
e3775a2 Fix MSVC compile errors and warnings 13 October 2023, 09:55:18 UTC
e47ddac Update Qt and MSVC version requirements in README 12 October 2023, 09:08:33 UTC
21ab166 Implement Export As dialog: allow PNG/SVG images or sequences; Add options to SVG export (#137) 11 October 2023, 16:43:04 UTC
1e7c58e Fix GCC 11 compiler warnings; Factor out duplicated code for tesselating KeyFaces/InbetweenFaces 06 October 2023, 13:40:34 UTC
ecc069a Improve animated cycle editor (#136) 28 September 2023, 10:03:29 UTC
5805751 Fix compile error on recent linux/gcc (#134) 23 September 2022, 17:30:41 UTC
5e7eb3a Fix missing M_PI; Fix rectangle of selection visible in secondary viewer with different time 03 June 2022, 15:43:56 UTC
6b1bf57 Modify link to subscribe to the newsletter. 14 September 2021, 12:23:41 UTC
73b5677 Remove GIFs > 5MB that GitHub doesn't preview correctly 12 September 2021, 16:31:58 UTC
a93a07a Add GIFs to README 12 September 2021, 16:27:36 UTC
d799001 Upgrade to Eigen 3.3.9 12 May 2021, 10:12:53 UTC
8619f0a Merge pull request #120 from dalboris/enjmiah-library Support linking to VPaint as a library 16 July 2020, 15:12:03 UTC
4f580e5 Add notes in Gui.pro to explain how to handle changes in version.txt 16 July 2020, 15:09:47 UTC
f2ea066 Update AppImage deploy script 13 July 2020, 10:24:28 UTC
d6c731e Fix some compiler warnings 07 July 2020, 00:15:24 UTC
04c9885 Support linking to VPaint as a library 07 July 2020, 00:15:23 UTC
a86176c Implement 3D View mesh export to OBJ file 30 June 2020, 21:48:47 UTC
a76fb82 Add more selection filters: [de]select key/inbetween cells/vertices/edges/faces 19 June 2020, 15:39:59 UTC
5b6d536 Allow to export subframes in 3D view 05 June 2020, 20:03:55 UTC
1cf7e4c Allow to export 3D view as image sequence 05 June 2020, 18:54:45 UTC
1ec654c Fix typo in PNG export settings 05 June 2020, 18:02:55 UTC
c0f766a Add PNG export to 3D View Settings 05 June 2020, 16:40:12 UTC
d630d7a Fix crash when soft-deleting a key vertex with an incident 'looping key open edge' and incident inbetween cells (#117) 04 June 2020, 10:57:20 UTC
88468f6 Allow inbetween cells to be semi-transparent in 3D View 01 June 2020, 21:53:14 UTC
b711eba Fix View3D caching issue: inbetween edges mesh was not updated when changing time/space-scale or spatial/temporal res 26 May 2020, 14:59:47 UTC
3fdb6e9 Minimal motion blur implementation 25 May 2020, 22:46:43 UTC
a931fc1 Cleanup unused code in ExportPngDialog 24 May 2020, 18:32:43 UTC
78ecc58 Multisample antialiasing: set num samples to 4 as a compromise between speed and accuracy 07 January 2020, 15:06:58 UTC
56dce02 Re-enable multisampling 06 January 2020, 10:26:16 UTC
b77e729 Implement Linux AppImage deploy script 02 January 2020, 22:41:31 UTC
6cbd7db About dialog: increase minimum size to avoid cropping text on macOS 31 December 2019, 11:39:29 UTC
dcff86a Remove old VPaint 1.5 versions of examples 29 December 2019, 14:42:23 UTC
b86d721 Fix picking offset bug on hiDPI displays (#112) 29 December 2019, 14:35:53 UTC
efcd2ee Add macOS build instructions 29 December 2019, 11:46:43 UTC
68219b4 Bump version to 1.7 23 December 2019, 16:37:37 UTC
bd1cc30 Fix initial focus was on zoom spinbox, making some shortcuts impossible to use at startup 21 December 2019, 16:09:35 UTC
afb489b Update COPYRIGHT file 21 December 2019, 15:53:35 UTC
71222e6 Change license from MIT to Apache 2.0 (#88) 21 December 2019, 15:51:33 UTC
a31e4fa PNG Export: fix superfluous draw call (#100) 21 December 2019, 14:00:59 UTC
e9af681 PNG export: fix background not exported (#100) 17 December 2019, 22:13:12 UTC
0c80ef8 Add Windows build instructions to README 16 December 2019, 16:58:53 UTC
c8673be SVG Import: Fix class -> struct forward declaration; was causing linking error on Windows (#9) 16 December 2019, 16:52:58 UTC
801b5e6 Update README; Add build instructions for Linux 16 December 2019, 16:10:40 UTC
6008e43 SVG Import: fix overshooting artifacts for line segments (#9) 15 December 2019, 01:33:03 UTC
e02da58 Fix closed edge resampling near start/end point 14 December 2019, 23:52:45 UTC
7c278cb SVG Import: fix objects not pickable right after import (#9) 14 December 2019, 16:05:50 UTC
33a77fe Use smaller SculptCurve epsilon; this fixes many 'small edge' artifacts 14 December 2019, 15:50:50 UTC
83c4a5c Always resample curve when creating a LinearSpline 14 December 2019, 15:05:20 UTC
4215704 SVG Import: duplicate start/end sample when creating a closed edge as per precondition (#9) 14 December 2019, 14:44:51 UTC
6e95494 Don't draw line caps for closed edges 14 December 2019, 14:22:40 UTC
e8987a0 Remove dead code + add comments in EdgeGeometry.cpp:triangulateHelper() 14 December 2019, 14:13:37 UTC
ef4a21b Remove 'num sub' DevSettings: it was only used for edges and created inconsistent boundaries between edges and faces 13 December 2019, 19:16:21 UTC
5e3e899 Remove 'ds' DevSettings: it was only used for InbetweenEdges and was more confusing than helpful 13 December 2019, 18:56:44 UTC
dcd3178 SVG Import: allow users to specify whether to have vertices at all path nodes or only at end points (#9) 13 December 2019, 17:17:21 UTC
acd9a6a SVG Import: Start import dialog, just a warning message for now (#9) 12 December 2019, 16:32:02 UTC
ab5cc57 SVG Import: Basic CSS style-attribute parsing + fix fill-opacity (#9) 11 December 2019, 23:27:19 UTC
5c847c1 SVG Import: Improve finishSubpath() design; fix implicit segment-clompeting closepath ops, e.g., rounded rects (#9) 11 December 2019, 18:55:00 UTC
03b5b4f SVG Import: reimpl shapes as equivalent paths; harmonize closing behavior; support rounded rects (#9) 10 December 2019, 18:57:33 UTC
34de612 SVG Import: support fill for polyline; fixes w3c/ibm.svg example (#9) 10 December 2019, 12:39:37 UTC
07c84b2 SVG Import: reorder helper functions for basic shapes as in SVG spec (#9) 10 December 2019, 12:11:20 UTC
2fb14ef SVG Import: fix fill not properly inherited for circles (#9) 10 December 2019, 12:06:48 UTC
8832ce0 SVG Import: pass 'const QXmlStreamAttributes&' to helper functions rather than 'XmlStreamReader&' (#9) 10 December 2019, 12:04:54 UTC
931613f SVG Import: Document and skip unsupported elements (#9) 09 December 2019, 19:30:02 UTC
608e904 SVG Import: Add note about error handling (#9) 08 December 2019, 21:05:49 UTC
4fa5944 SVG Import: fix transform incorrectly applied to circles and ellipses (#9) 08 December 2019, 00:49:05 UTC
1c89c32 SVG Import: Finish implementation of transform attribute (#9) 08 December 2019, 00:30:10 UTC
effc72f SVG Import: cleanup + start implementing transform (#9) 07 December 2019, 16:09:47 UTC
10cb19a SVG Import: fix incorrect stroke width (#9) 07 December 2019, 15:47:11 UTC
109dd52 Remove incorrect (out-of-namespace) and unnecessary forward declaration 07 December 2019, 13:25:26 UTC
a5d5567 SVG Import: derecursify readElement_; improve opacity and stroke-width behavior (#9) 06 December 2019, 00:26:46 UTC
a202d2b Update about dialog 04 December 2019, 23:00:39 UTC
696ba2e About Dialog: Show version as text rather than within logo image 26 November 2019, 17:45:23 UTC
2263d5b Merge branch 'svg-import' (#9) (#109) (#110) 23 November 2019, 01:07:01 UTC
cc92704 SVG Import: move menu item next to Export 23 November 2019, 01:05:02 UTC
eebe61e VGC Import: Cleanup 23 November 2019, 01:00:46 UTC
e0b84c9 SVG Import: implement elliptical arcs (A) 23 November 2019, 00:34:32 UTC
b235ef0 SVG Import: implement Bezier curves, i.e. C/S/Q/T 22 November 2019, 19:26:57 UTC
214914c SVG Import: allow comma between argtuples 22 November 2019, 14:22:03 UTC
584abf9 SVG Import: full Z/M/L/H/V support, including: holes, filled open paths, auto-close missing Z 22 November 2019, 02:52:43 UTC
a717e25 Implement Qt-independent SVG path data parser 20 November 2019, 14:56:21 UTC
e4ae23b Fix typo verticies -> vertices 16 November 2019, 22:38:24 UTC
e5d4b58 Merge scribblemaniac/feat/svg-import 16 November 2019, 21:04:51 UTC
53058f8 Get SVG import to a somewhat functional state 16 November 2019, 07:23:35 UTC
30219dc Be robust to opening files with empty inbetween faces (#83) 15 November 2019, 23:48:54 UTC
458b340 Fix tiny closed inbetween edge not visible at all (#76) 15 November 2019, 20:50:29 UTC
5a3b126 Have Ctrl+A only select cells in current frame (#61) 15 November 2019, 18:17:30 UTC
75d5889 Fix blurry app on macOS retina screens 14 November 2019, 22:10:34 UTC
966921c Change license from MIT to Apache 2.0 (#88) 09 November 2019, 22:35:25 UTC
b9942b9 Change license from MIT to Apache 2.0 (#88) 09 November 2019, 22:27:57 UTC
c86b187 Update README.md 09 November 2019, 22:20:58 UTC
cbbeb22 Change license from MIT to Apache 2.0 (#88) 09 November 2019, 22:05:49 UTC
379b910 Change license from MIT to Apach 2.0 (#88) 09 November 2019, 22:01:02 UTC
183f0a3 Fix OpenGL crash on macOS; request OpenGL 2.1 context (#105) 09 November 2019, 20:00:01 UTC
8088a05 Fix crash when keyframing multi-cycle inbetween face with at least one inbetween closed edge in boundary (#106) 17 October 2019, 17:32:49 UTC
9637225 Fix incorrect depth-ordering when keyframing (#107) 17 October 2019, 13:29:53 UTC
fc29e3f Don't include GLEW; request OpenGL 3.0 context (#105) 15 October 2019, 15:32:11 UTC
2c80ed5 Make it clear to users that each layer has its own background (#102) 12 December 2018, 16:58:31 UTC
back to top