Skip to content
Naser Merati (Nevil) edited this page Apr 3, 2020 · 7 revisions

Note: Under Construction Not Ready to Use yet.

What is the "BUI"

  • "BUI" is UI widget library specially designed for Blender 3D.

How to install

  • Just like all other Blender add-ons.
  • Edit/ Preferences/ Add-ons/ Install...
  • Under "Development" Category make sure "Development: BUI" is active.
  • Samples codes are on Text Editor menue: Templates/BUI/...

How to use

  • This add-on doing nothing by itself but let you create interface for your own add-ons.
  • But installing this add-on let you use the python library in your scripts.
  • from bui import *
  • List of Widgets you can import from bui
Clone this wiki locally