Skip to content

Blender BLB Exporter v1.1.0

Compare
Choose a tag to compare
@DemianWright DemianWright released this 13 Nov 13:00
· 120 commits to master since this release

Changelog

  • Added optional vertex normal rounding. (Enabled by default.) There was no rounding before.
  • Fixed a warning message about multiple vertex color layers showing for every face in an object instead of once per object.
  • Added support for additive and subtractive colors for material and vertex color layer based coloring. It was only supported by object colors before.
  • Made blank definition token customizable.
  • Minor tweaks to letter cases in the UI.
  • Readme updates, including a table of contents to make the document easier to navigate.

Installation

  1. Do not download the source code from links below in this release. Blender cannot handle the . character in file names. (Manual installation or renaming works.)
  2. Instead click this link to download the latest version of the master branch: latest version. Or go to the front page of the repository and press Clone or download > Download ZIP.
  3. Open Blender and go to File > User Preferences > Add-ons.
  4. Press the Install from File... button at the bottom of the dialog and find the downloaded source code.
  5. Press Install from File... again.
  6. Enable the add-on in the add-ons list and press Save User Settings to keep the add-on enabled the next time you start Blender.
  7. The export option is under File > Export > Blockland Brick (.blb).

Updating

  1. Open Blender and go to File > User Preferences > Add-ons.
  2. Quickly find the add-on by typing blb into the search field.
  3. Expand the add-on by clicking the white triangle on the left, press the Remove button, and confirm the removal.
  4. Follow the installation instructions above.