Skip to content

Releases: mmmrqs/bl_ui_widgets

Update Release v1.0.6

28 May 19:00
Compare
Choose a tag to compare

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)

Update Release v1.0.5

09 May 01:00
Compare
Choose a tag to compare

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 'time_step' class level property so that developer can customize the interval in seconds between timer events, for desired performance.
  • Replaced the bgl module (to be deprecated soon) by gpu module (kindly done by @atticus-lv)

Update Release v1.0.4

29 Sep 00:16
Compare
Choose a tag to compare

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

Installation

Note: Tested for Blender 2.80 thru 3.3.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 some logic that prevents the panel to be opened in multiple simultaneous instances.
  • Fixed issue with a 'context is incorrect' situation that would be caused by user calling 'Set_Demo_Panel' repeatedly and too fast.

Update Release v1.0.3

27 Sep 22:17
Compare
Choose a tag to compare

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

Installation

Note: Tested for Blender 2.80 thru 3.3.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 a new 'is_editable' property to BL_UI_slider to indicate if, for the 'NUMBER_SLIDE' style, the user is allowed to change the value by text editing.
  • Better handling of Remote Panel display when user has multiple screen areas opened or when editor screens are switched, including the QuadView mode.
  • Minor bug fixes for some BL_UI_Widgets components, including one that prevented the panel to be opened by the search menu.

Update Release v1.0.2

31 Oct 14:48
Compare
Choose a tag to compare

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

Installation

Note: Tested for Blender 2.80.75, 2.92, 2.93 and 3.0.0-alpha.

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

  • Better handling of Remote Panel display when user has multiple screen areas opened or when editor screens are switched.
  • Minor bug fixes for some BL_UI_Widgets components.

Update Release v1.0.1

21 Sep 19:28
Compare
Choose a tag to compare

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

Installation

There is no install package available because there is no need to install this version. It is just a PEP8 update of the source code.

Changelog

  • PEP8 guidelines and best practices formatting has been applied to all source code.

Initial Release v1.0.0

07 Sep 22:44
69cb580
Compare
Choose a tag to compare

This is the initial release of the BL_UI_Widgets Interface Kit for Blender 2.8 and newer versions.

Installation

Note: Tested for Blender 2.80.75, 2.92, 2.93 and 3.0.0-alpha.

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

Initial creation