Hello,
I run into issue accessing Effect parameters for non OFX effects.
Strangely even simple "Effect.IsOFX" throws an exception:
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. at ScriptPortal.Vegas.IOFXPlugCOM.GetUniqueID(String& val) at ScriptPortal.Vegas.Effect.get_OFXEffect()
So my question is: is it possible to access non OFX Effects parameters from script?
@jetdv Probably You know an answer to that question :).
Thanks in advance for answer best regards
EDIT: from quick look at API it seams like this is not possible as there is no parameters for non OFX Effects...