Skip to content

izom PropUI

Clean Blender control panels, built visually

izom PropUI turns custom properties, rig controls, operators, and RNA-addressable Blender values into readable panels. Build the controls visually, arrange the layout, then generate a real Blender UI that lives in your .blend.

izom PropUI control panel banner

 Extension id izom_propui Version 1.1.3 Blender 5.0.0+ License GPL-3.0-or-later

What it solves

Blender custom properties are powerful, but the default presentation is usually a plain list: awkward labels, fixed ordering, and controls scattered across the file. PropUI gives those values a designed interface without making you write a panel by hand.

Use it for rig controls, animation-facing sliders, material and modifier setups, tool buttons, object settings, and any project where the UI should be cleaner than the raw data underneath.

Why it exists

PropUI started from a rigging problem: the controls worked, but the interface around them did not. Driver-safe property IDs, readable labels, custom ordering, grouped controls, and animator-friendly sliders all wanted a real panel. Writing that panel by hand for every project was the part that needed to disappear.

The workflow

  •  Author


    Add entries for values, labels, custom RNA paths, display links, and operator buttons.

  •  Arrange


    Build the output layout with rows, shared rows, row boxes, and sub-panels.

  •  Generate


    Write a standalone Blender panel stored in the .blend, or export portable .py files.

The PropUI Generated Layout list for the Suzanne example

Generate

Author the setup as a list, generate it as a working Blender panel.

Watch the tutorial

Episode 1, the basics: author a few entries, arrange them, and generate a panel.

Choose your edition

Free

izom PropUI Free

$0 - core workflow

One Object-based 3D Viewport sidebar panel with Float, Integer, Boolean, Array, and Text entries.

Full

izom PropUI

Paid - complete toolkit

All entry types, flexible storage, panels across Blender, UI variants, shortcuts, branding, generated-UI management, and import/export.

Rigify

izom PropUI Rigify

Paid - Rigify feature set

Author the rig control UI on your metarig and let Rigify generate it into its native panel or a dedicated PropUI panel.

In practice

A generated control panel for a character rig.
The full editor workflow, from entries to generated panel.

Where to go

  •  Choosing or buying


    Compare editions, check requirements, and find the store links.

    Buy / store options

  •  Learning PropUI


    Start with the docs landing page and follow the path for your edition.

    Documentation

  •  A real example


    Build a toggle that swaps one color value between two generated displays.

    Color display example