Run plug-in through script?
Does anyone know if it's possible to run a plug-in through a script? For example, if I click a UI button, the script will run a plug-in?
JesB
Does anyone know if it's possible to run a plug-in through a script? For example, if I click a UI button, the script will run a plug-in?
JesB
Please elaborate then. Are you referring to a menu command in the drop down menus? If so you can also use:
app.executeCommand(app.findMenuCommandId("NAME OF MENU COMMAND"));
This will execute a menu command, but keep in mind that it's not always stable. Just place the case sensitive menu item name in the double quotes.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.