Skip to content

Update Release v1.0.5

Compare
Choose a tag to compare
@mmmrqs mmmrqs released this 09 May 01:00
· 7 commits 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 '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)