mirror of
https://github.com/Squareville/lu-toolbox.git
synced 2026-01-28 03:18:46 -06:00
make clear collections variable to be consistent with wording fix typo in readme
2.8 KiB
2.8 KiB
LEGO Universe Toolbox
A Blender Add-on which adds a bunch of useful tools to prepare models for use in LEGO Universe.
Features
- < Put Core toolbox features here >
- Custom LEGO Exchange Format (.lxf/.lxfml) Importer
Installation
- Download the latest release from here.
- Start Blender and navigate to "Edit -> Preferences -> Add-ons"
- (optional) If you already have an older version of the add-on installed, disable it, remove it and restart blender.
- Hit "Install" and select the zip archive you downloaded.
- In the Add-on's preferences, set
Brick DBto your LU client res folder or extracted Brick DB
After installation you can find the add-on in the right sidepanel (N-panel) of the 3D Viewport.
Blender Version
The minimum compatible Blender version is 2.93. The add-on is generally compatible with Blender 3.0+ but there are a few breaking bugs with vertex color baking that make it almost completely unusable.
Documentation
LEGO Exchange Format Importer (.lxf/.lxfml)
This importer is derived from sttng's ImportLDD Add-on with a few changes:
- Support for importing one or multiple LODs at a time
- Enchanced Brick DB handling:
- Support for defining a path to any Brick DB via Add-on Preferences
- Direct support for using LU's brick db without needing to extract it manually
- You can use the
client/res/folder directly as a Brick DB source - the
brickdb.zipwill automatically be unzipped for you if it's not already
- You can use the
- Dropped support for using LDD's
db.lifdirectly since it doesn't provide LODs - Consolidated color support for LU's color palette:
- Colors outside of LU's supported palette will be coerced to the closest color
- Please report any instances of missing colors so that they can be added
- Missing data handling:
- Bricks with missing geo's will be skipped
- Missing colors will be set to black (Material ID 26)
- Color missing from secondary geo's are handled correctly
- Overwrite Scene Option:
- Delete all objects and collections from Blender scene before importing.



