07-25-2023, 09:59 PM
You can register several plugins in a single python file, just call register() once for each. I have plugins that register twenty of more entries. And remember that there is nothing special to the parameters of register(), they can be variables, so you can define values in a single place (author, copyright, maybe root menu or some plugin parameter definition) and reuse them in each register() call.