smoothie-rs
smoothie-rs copied to clipboard
Effect Order
trafficstars
Hey!
Just a question, is it possible to first of all apply flowblur, then interpolate and then frameblend?
Thanks, Alex <3
hi, that would be quite easy to reorder the if statements in jamba.vpy for testing around, but i cant think of a convenient way to have modular filters that you can change the order of intuitively
whats your usecase?
let me know how you manage the order of your filters :p
are you taking that list, splitting by newline and looping that through a switch statement to apply filters on a videonode?