Get started
Installation
Requirements
| Blender | 5.0.0 or newer |
| Extension id | izom_propui |
| Version | 1.0.0 |
| License | GPL-3.0-or-later |
Install the extension
- Get the built extension zip from Gumroad.
- In Blender, install the zip through the extension / add-on installer.
- Enable izom PropUI.
Permissions
PropUI asks for two permissions so its import/export and clipboard features work:
- File permission: for importing and exporting setup JSON, bundle ZIP
files, and generated
.pyscripts. - Clipboard permission: for copying and pasting setup JSON, editor settings JSON, and entry presets.
Note
These permissions only enable PropUI's own import/export and copy/paste tools. You can read more about what they drive in Import / Export.
After enabling
By default the PropUI editor appears in the 3D Viewport sidebar. You can move it to other sidebars or the Properties editor — see Finding the editor.
Ready to build something? Head to the Quickstart.
Running portable scripts
A generated UI script is Python stored in a Blender Text datablock. If you import a generated UI script from someone else, you are running their Python. Only run scripts you trust.