Is it possible to delete an Effect sitting on the same effect plugin c++ code?
Hello,
Let me explain My problem.
I have developing an Effect plugin, "MyEffect" .
This effect has one UI + defualt "About" and "Reset" buttons + one "Remove " ( Which is a "Options..." ) button.
The "Remove" button functionality is: When I click on "Remove" button, the "MyEffect" effect should remove from the Layer/Composion.
The plugin EntryPoint function is called with a command "PF_Cmd_DO_DIALOG" clicking on "Remove" button. Here I want to remove this "MyEffect" effect from Layer/Comp.
So, My question is, Is it possible to delete/remove an effect sitting on the same effect plugin c++ code?
Hope, you understand the problem!.
