Terranigma
4th November 2006, 17:01
Hi, I was wonderin' if anyone's thought about using the "ovr" parameter with scripts of their choice, like being able to to use kerneldeint for only the frames specified in a "ovr" file? I know I have, so I thought it'd be nice to use a plugin that'd allow me to use any script from an "ovr".
Example:
MyFunction = Kerneldeint(1,10,sharp=true)
AdaptOvr(Adapt=MyFunction,ovr="C:\ovr.txt")
ovr.txt would indicate the frames that'd be used in conjunction with AdaptOvr + MyFunction. (An Example of frames that i've indicated are in the code script below)
1,10
17
23
75
1,10 = Frames 1 through 10 (1-10) would be overrode with MyFunction
17 = Frame 17 would be overrode with MyFunction
23 = Frame 23 would be overrode with MyFunction
75 = Frame 75 would be overrode with MyFunction
(You get the picture ;) )
It'd work sort of like Applyrange, but easier and more flexible.
I think it'd be very useful imo.
Example:
MyFunction = Kerneldeint(1,10,sharp=true)
AdaptOvr(Adapt=MyFunction,ovr="C:\ovr.txt")
ovr.txt would indicate the frames that'd be used in conjunction with AdaptOvr + MyFunction. (An Example of frames that i've indicated are in the code script below)
1,10
17
23
75
1,10 = Frames 1 through 10 (1-10) would be overrode with MyFunction
17 = Frame 17 would be overrode with MyFunction
23 = Frame 23 would be overrode with MyFunction
75 = Frame 75 would be overrode with MyFunction
(You get the picture ;) )
It'd work sort of like Applyrange, but easier and more flexible.
I think it'd be very useful imo.