vpaint icon indicating copy to clipboard operation
vpaint copied to clipboard

Experimental vector graphics and 2D animation editor

Results 42 vpaint issues
Sort by recently updated
recently updated
newest added

Vpaint master and 1.7 Linux When you try to animate more than 5 objects these animate with different interpolation. [I show you here](https://youtu.be/1Agy-3bP2io) and I added the file. [jelly.vec.zip](https://github.com/dalboris/vpaint/files/4048194/jelly.vec.zip)

bug
to-fix-in-vgc

Currently, when opening a file, all key vertices are made black (= `rgba(0, 0, 0, 1)` ), regardless of their `color` attribute. For example, the `examples/vpaint-1.6/torus.vec` file has key vertices...

bug
to-fix-in-vgc

If you open a file containing inbetween faces, and save this file without any modifications, then the XML value for the `cycles` attribute of `inbetweenface` elements might be different from...

bug
to-fix-in-vgc

![animation](https://cloud.githubusercontent.com/assets/4809739/22987514/de76c302-f363-11e6-9e83-4fc1a23b531c.gif) Reported in: http://www.vpaint.org/forum/viewtopic.php?p=397#p397 The issue is that the "starting point" of the closed edge is not correctly placed, resulting in shortening artefact during the linear interpolation. Could be fixed...

bug
to-fix-in-vgc

It would be useful to have a separate client library that would minimally: 1. Read a VPaint .vec file (from file or memory) 2. With a specified frame number, return...

feature request

Hi there, the documentation is still at 1.5 and possibly does not even cover that completely. It would be very helpful if it would cover 1.6 including the beta features....

I realize that this is probably low priority, so this is just so it is on the todo list. Unlike with almost any other program I can not open a...

feature request

I played around with interpolation and motion pasting to discover its limitations. By deleting stuff I arrived at a weird state where seemingly empty keyframes were left, which turned out...

bug
to-fix-in-vgc

I am not a graphics artist, I do not know how this is usually done. Here is the use case I have in mind: Assuming you have an animation that...

feature request

More generally, VPaint docks are incredibly frustrating to use on macOS (tried on macOS 10.11). Sometimes, trying to simply resize them cause them to be undocked, and then trying to...

bug