Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make onionskin settings configurable #110

Closed
aseprite-bot opened this issue Aug 20, 2014 · 4 comments
Closed

Make onionskin settings configurable #110

aseprite-bot opened this issue Aug 20, 2014 · 4 comments
Labels
feature Feature request, or something should be improved high priority imported timeline
Milestone

Comments

@aseprite-bot
Copy link
Collaborator

From davidcapello on May 24, 2012 08:53:05

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: http://code.google.com/p/aseprite/issues/detail?id=110

@aseprite-bot aseprite-bot added this to the v0.9 milestone Aug 20, 2014
@aseprite-bot
Copy link
Collaborator Author

From davidcapello on November 25, 2013 12:12:13

Labels: UI-Timeline

@aseprite-bot
Copy link
Collaborator Author

From davidcapello on December 15, 2013 18:34:09

Status: Started

@aseprite-bot
Copy link
Collaborator Author

From davidcapello on December 17, 2013 19:04:09

Fixed with b4d9e3c

Status: Fixed

@aseprite-bot
Copy link
Collaborator Author

From davidcapello on July 16, 2014 18:03:42

Labels: -UI-Timeline Component-UI-Timeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request, or something should be improved high priority imported timeline
Projects
None yet
Development

No branches or pull requests

1 participant