A Blender Add-on which adds a bunch of useful tools to prepare models for use in LEGO Universe.
- Custom LEGO Exchange Format (.lxf/.lxfml) Importer.
- Automatic model preparation with many useful processes.
- Custom workflow for baking materials, lighting, ambient occlusion, alpha, and more to vertex colors.
- Automatic pathtraced hidden surface removal to clean out model interiors of unseen geometry.
- Many options and toggles to fit a variety of artist workflows.
- 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 DB
to 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.
The minimum compatible Blender version for LU Toolbox v2.0 is Blender 3.1.
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.zip
will automatically be unzipped for you if it's not already
- You can use the
- Dropped support for using LDD's
db.lif
directly 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 missing from brick database will be skipped
- Completely missing colors will be set to black (Color ID 26)
- Color missing from secondary brick geo is handled correctly
- Overwrite Scene Option:
- Delete all objects and collections from Blender scene before importing.