Newb - how do I make my addon appear in the tabbed section in the Layout window right hand side?

I want my addon to appear on the right hand side in the Layout window.
In my Python file, do I specify that in the bl_info section, or somewhere else?

You need a draw() function:

https://medium.com/geekculture/creating-a-custom-panel-with-blenders-python-api-b9602d890663

1 Like