hazel-ra
25th November 2008, 02:43
I have a user-defined function called unclip. It makes sure there isn't any popping when you join two clips together.
I use it thusly:
scene1 = unclip(trim( 0, 1001 ) )
However, I'm wondering if there's a way I can make it work like other functions where you can append its call to a scene itself.
Like this:
Scene1.unclip
?
I use it thusly:
scene1 = unclip(trim( 0, 1001 ) )
However, I'm wondering if there's a way I can make it work like other functions where you can append its call to a scene itself.
Like this:
Scene1.unclip
?