Hi everyone,
I’m working on an addon for Blender and I’m using context.window_manager.invoke_props_dialog to display it when clicked on a sub menu item, but I would prefer if there’s a way to make it open as a separate screen, something like the render view for example, is this possible? The Blender python API is really poorly documented and I’ve been searching and trying for days without achieving anything.
Thank you