k-kawa / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Make onionskin settings configurable #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are some internal settings that can be set in aseprite.ini (or 
~/.asepriterc) for onionskin which are really useful and should be configurable 
via UI (in the Animation Editor). With these settings you can see other frames 
when the onionskin is enabled. Here are the default values:

[Onionskin]
Enabled = no
PrevFrames = 1
NextFrames = 0
OpacityBase = 128
OpacityStep = 32

E.g. If you want to see the previous frame and the next frame, you could 
configure it as:

[Onionskin]
Enabled = yes
PrevFrames = 1
NextFrames = 1
OpacityBase = 128
OpacityStep = 32

Original issue reported on code.google.com by davidcapello on 24 May 2012 at 11:53

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 25 Nov 2013 at 8:12

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 16 Dec 2013 at 2:34

GoogleCodeExporter commented 8 years ago
Fixed with 
https://github.com/aseprite/aseprite/commit/b4d9e3c9caeec35aa8c063979c9a07f90e12
b7cd

Original comment by davidcapello on 18 Dec 2013 at 3:04

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 17 Jul 2014 at 1:03