On this page |
Overview
The Python Panel pane allows you to embed custom PySide2 or PyQt5 interfaces into Houdini pane tabs.
How to
To... | Do this |
---|---|
Display a PySide2/PyQt5 interface in the panel |
Select an entry from the interfaces menu. |
Create a new PySide2/PyQt5 interface |
Click and select New Interface. |
Edit the current PySide2/PyQt5 interface |
Click and select Edit Interface. |
Delete PySide2/PyQt5 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 PySide2 or PyQt5 interfaces and for coding examples.
See also |