Application Templates and custom addons is posible?

I’m not sure but I’d like to ask if it’s possible I could not find documentation

I don’t understand the question, can you explain what you want to do?

my question is how to add an addon to a template
https://docs.blender.org/manual/en/latest/advanced/app_templates.html

1 Like

Good question, the page mention being able to define custom add-on paths, but I’m not sure what the API function is for that. @campbellbarton, do you know?

If you just need to run a Python script like an addon, you can add an __init__.py file to the template. This would have register() and unregister() functions exactly like an addon.