Adding custom addon to blender UI

Hello Devs,
I have created a plugin for blender using pyqt in the menubar, but i want it to be a part of the UI, specifically in the same area as the properties on the left side.
I searched everywhere and i can’t find a way to integrate my UI in blender’s UI and not it being another window popping up.

1 Like

Have you verified that this works? This seems like a low quality AI generated answer.

1 Like

Blender has a builtin UI system running on a custom tech stack. You should be using blender’s UI system for addons instead of Qt if you want anything cleanly integrated into blender.

1 Like