On this page

Overview

The Python Panel pane allows you to embed custom PySide6 or PyQt6 interfaces into Houdini pane tabs.

How to

To...Do this

Display a PySide6/PyQt6 interface in the panel

Select an entry from the interfaces menu.

Create a new PySide6/PyQt6 interface

Click and select New Interface.

Edit the current PySide6/PyQt6 interface

Click and select Edit Interface.

Delete PySide6/PyQt6 interfaces

Click and select Delete Interfaces.

Edit the interfaces menu

Click and select Edit Menu.

Reload the current interface

Click .

Additional Help

Read the Python Panel Editor help page for information on how to create PySide6 or PyQt6 interfaces and for coding examples.

See also

Panes

General

Animation

Rendering

Advanced

Other