How to detect the occasion on which my file format plugin has been called
howdi!
i got following problem. i've implemented file filter plugin, merely overrides native psd fileformat reads psd structure , acts on it. additionally need user provide additional information during process, during file read triggered actual open event. problem: when opening file chooser , selecting psd (even without opening it, selecting it) fileformat plugin gets invocation.
is there way distinguish context of invocation of plugin? reckon there preview flag in data structure passed file format plugin, 1 set false regardlass of context.
any ideas?
regards,
mike
comment out these lines in pipl , rebuild plug-in , reset photoshop plug-in cache. (ctrl-alt-shift) when launching.
filteredtypes { { '8b1f', ' ' } },
filteredextensions { { 'sme ' } },
More discussions in Photoshop Plugin and Companion App SDK
adobe
Comments
Post a Comment