This content has been marked as final.
Show 2 replies
-
1. Re: Detecting in plugin if being called for a movie?
Chris Cox Apr 3, 2012 11:58 AM (in response to Shmoopie99)No, I don't believe there is any way to do that.
The API is abstracted so that the filter should not know it is being called from a smart filter or movie -- it should appear the same as being called from an action.
-
2. Re: Detecting in plugin if being called for a movie?
Shmoopie99 Apr 3, 2012 12:26 PM (in response to Chris Cox)Okay, that makes sense. We only cared because we were spawning our own progress bar, and it was getting annoying with it popping up and going away with each frame of the movie. I rewrote the code to just skip our progress bar when being called from an action, and this improved the situation.


