Skip to content

Update Release v1.0.6

Compare
Choose a tag to compare
@mmmrqs mmmrqs released this 28 May 19:00
· 1 commit to main since this release

This is an updated release of the BL_UI_Widgets Interface Kit for Blender 3.0 and newer versions.

Installation

Note: Tested for Blender 3.0 thru 3.4.1

For Installation use Blender's own install option as follows:

  • Download and install this .zip file as a regular Blender addon.
  • Open Blender's Main Menu --> Edit --> Preferences... --> Add-ons
  • Press the "Install..." pushbutton at top of the window.
  • Locate the downloaded ZIP file and confirm the installation.

Changelog

  • Added 'bind_operator' method to bl_ui_button class so that user can easily bind a Blender existing operator to a button on the floating panel automatically getting most of the definition data from the existing operator (kindly done by @atticus-lv)