Here is my new add-on to do onion skinning for your Blender animation workflow.
Onion skinning is a technique used by animators to see multiple frames at once. By using this technique, artists can easily see how to alter or adjust an image based on the previous image in the sequence. This technique is very useful for 3d animators to see previous animation frames or the later frames at once as well.
Slash is an add-on which aims to make using onion skinning technique easier for Blender users. It provides clean and easy-to-use user interface, and will make your animation skill to next level.
This add-on is available on Gumroad and Blender Market
Features
Let you see earlier frames, later frames at the same time
Onion skinning for all frames
Onion skinning for a range of frames
Onion skinning on some specific frames which you add
Onion skinning on multiply meshes at the same time
Intuitive user interfaces, you don’t even learn to use this add-on, it tells what you can do with it.
How to install
Open Blender, go to File > User Preferences > Add-ons (or Edit > Preferences > Add-ons in 2.80), then press the “Install Add-on from File” button. Select the ZIP file that you downloaded after purchase and install it.
After installed, tick the add-on checkbox to enable it, and save your user preferences so it stays enabled.
How to use
After install and active the add-on, you can see the Slash panel in the Slash tab of the Property Panel.
Click the Active Slash Onion Skinning checkbox in the Slash panel. it will show you more UI.
Select a mesh or some meshes you wish to do onion animation and click Add to add it to the onion set.
Choose which types of frames you want to onion skinning: All Frames, Frames Range, Specific Frames.
Click Start Onion to see onion skinning frames
Adjust some settings and click Refresh Onion Objects to see the result.
The Slash settings you made will be saved while you save your .blend file
For more details, see the top video in this page.
Be sure to put your View display mode in solid mode to see opacity onion frames
Add a checkbox option to move onion objects behind current object or not. Turning this on will prevent onion objects to overlap current object, turning this off can get a more precise location of onion objects. You can toggle this option which depends on your own need.
Version 0.0.1
Initial release
About features request
Features request on Slash are all welcome, please post them in this thread.
nice! will get it once I get some funds…
one suggestion thought…since you can select specific frames to preview. Can you add an option to preview only the actual keyed frames, rather than every frame with some stepping?
If I understand your suggestion right, yep, you can still only preview every keyed frames while you select Specific Frames option, there is no stepping in this type of option.
I have a very simple animation of two boxes parented to two rotating bones. I selected the boxes and clicked “Add”, and I do get the ghosts. Unfortunately they appear at some distance away from the boxes, not the same distance. One is shifted like -0.5 in X and -0.5 in Y. The other is shifted like 0.5 in X and -1.5 in Y. No Z shift, and the orientation is correct. I’m not sure if it is a bug, or am I doing something wrong (very fresh newbie in blender). Thanks!
Thanks for your answer. This indeed solved this problem, meaning the onion objects are now seen correctly in when running the animation in Blender. However, when I try “Render Animation” Blender Crashes, immediately or after rendering the first frame or two. I tried this several times. When I “Stop Onion” the animation renders OK, but when I “Start Render” Blender Crashes". Also, if I -Rem the added objects, the animation renders even after “start render”, so it appears the onion objects are the problem.
For the crash while rendering animation with Slash, this is an known bug in Blender itself, not relative to this addon, and this issue is still not been fixed, you can checkout the issue here.
And as mentioned in the issue, there is a workaround, just make sure you check the Lock Interface in the Render menu before you start render animation. See image below.
Thanks Aaron, checking “lock interface” indeed completed the render without a crash.
However, I still get the crash from time to time when I render. This almost always happens after I change onion opacity, frame increment or frame color. I’m pretty certain the crashes are related to Slash, since they never happen when I “Stop Onion”, and I never had them before.
As you can see in the title of that issue - Render crash when using Python API to modify object data in frame_change_pre handler. If you start onion, Slash will add that kind of handler in current scene which is for handling frame change event, and this is required in Slash, and the crash is relative to this.
We are hoping the Blender development team to fix this issue as soon as possible, although some people confirm that the workaround is working, but some are saying this workaround is not working all the time, so I will keep tracking this issue, and planning to make a perfect workaround before the Blender team fix this issue.