Advertisement
torchlight

things

Apr 20th, 2013
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function things(clip a,clip b,int "mode1",int "mode2")
  2. {
  3. mode1=default(mode1,0)
  4. mode2=default(mode2,2)
  5. ad=mt_makediff(a.removegrain(mode2),a.removegrain(mode1),u=3,v=3)
  6. bd=mt_makediff(b.removegrain(mode1),b.removegrain(mode2),u=3,v=3)
  7. a.mt_adddiff(ad,u=3,v=3).mt_adddiff(bd,u=3,v=3)
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement