View Single Post
Old 13th February 2019, 22:17   #257  |  Link
Revan654
Registered User
 
Revan654's Avatar
 
Join Date: May 2004
Posts: 324
Quote:
Originally Posted by RainyDog View Post
Thanks Revan.

But I've copied the script file into the Staxrip/Apps/Plugins/VS/Scripts folder and still can't get it to work unfortunately.

Both the scriptname and function is bbmod2, but clip = bbmod2.bbmod2(c, cTop = None, cBottom = None, cLeft = None, cRight = None, thresh = 128, blur = 999) still throws up the following error :-
That's because you didn't define your source & you didn't import the Script.

import ScriptName
clip = bbmod2.bbmod2(c, cTop = None, cBottom = None, cLeft = None, cRight = None, thresh = 128, blur = 999)

c should be replaced with clip

ScriptName should be replaced with the name of the script.
Revan654 is offline