Multi-Threaded Animation System

Animation Playback system in verson 6 is multi-threaded. It runs in a separate thread This improves the performance on multi processor systems and keeps the user interface responsive even with simulations that require very heavy and time consuming computations.

As a plugin developer you no longer have to worry about calling the progress indicator to keep the user interface interactive.