macroScript SetBlur category:"MY" internalcategory:"MY" tooltip:"SetBlur" buttontext:"SetBlur" silentErrors:true ( local setblurscript = ((getDir #Scripts) + "\\MyScripts\\vraymtl_map_blur_value.ms") on execute do ( if not doesFileExist setblurscript then #abort else ( filein setblurscript ) ) )