Skip to main content
jcalcina
Inspiring
July 23, 2020
Question

"Forcing" the animation with mouse -is it bad?

  • July 23, 2020
  • 1 reply
  • 257 views

Sometimes I need to speed things up, dragging the playhead through the timeline with the cursor certainly does it. But is it bad in any way? Any unneccesary wear and tear on the AE pistons? Is this a hardware or software thing, wondering how it works. Thanks. 

This topic has been closed for replies.

1 reply

Mylenium
Legend
July 23, 2020

Not much to it, really, as pretty much all evaluations in AE are triggered by a change of time event, typically comp time and that always uses the last valid time, meaning anything that might "burden" AE will simply be skipped over or be swallowed by the processor not finishing its computing cycles. The worst that can happen on slower systems is that your harddrives cannot keep up with footage and cache file I/O or your graphics card crashes if some realtime function is too much of a strain on your PCI bus. The rest is just AE being what it is and the plethora of bugs it has. So if there is any data corruption, crashes or even physical damage, it's more likely bad code than just AE's basic paradigms causing mayhem.

 

Mylenium

jcalcina
jcalcinaAuthor
Inspiring
July 23, 2020

Interesting thanks.