I’m using filterFactory.getMatchNames() in my UXP plugin for Adobe Premiere Pro to retrieve the list of available effects, but I noticed that it doesn’t seem to return all the effects shown in the Effects panel
Is there a reason some effects are missing from the returned list?
Are there additional APIs or methods needed to access the full list of built-in video/audio effects?
Appreciate any insight or clarification. Thanks in advance!
Could you please send a list of the video effect you found missing from getMatchNames() API?
All video effects should be returned by videoFilterFactory.getMatchNames(), while we are still working on API that can return all Audio Effects and transitions. Lumetri Presets will not be returned by the getMatchNames() from video filterFactory as well.
Thanks for trying UXP, and all feedback greatly appreciated!