Project: Blender Extensions
Tracker: Py Scripts Release
Blender: 2.64
Script name: Import LightWave Object (.lwo)
Wiki page: http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Import-Export/LightWave_Object
Author(s): Ken Nign
Category: Import Export
SVN Download: https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/io_import_scene_lwo.py
Status: Open
Features:
Allows you to import a LightWave object, both the newer LWO2 and original LWOB/LWLO formats. For layered objects, each layer is created as its own object.
Will import and apply UV, Morph, Color and Weight map data. Can also construct an Armature from an embedded Skelegon rig.
Maintains correct vertex order/count so that .mdd files can be exchanged between 3D programs.
Setup:
Just place the script into Blender's scripts/addons folder. Like any other Add-on, it will need to be enabled in Blender's Add-Ons panel.
Manual:
With the script enabled, you can use it via the File>Import menu as LightWave Object (.lwo). Selecting that menu entry will open Blender's file browser where you can select a .lwo file and adjust the script's options. The script provides a few options for how to import the object, currently they are:
Load Hidden Layers: Object layers in an LWO2 file can be marked as hidden. In LW, a hidden layer shows up when modeling but not animating. If the model being imported is destined for further modeling, this option should be enabled. Default=Off
Create Armature: Will convert an LWO2 file's embedded Skelegon rig into a Blender Armature. This Armature object will have the same name as the object layer but with the prefix "ARM_" Default=On
Apply SubD Modifier: If any of the polygons in an object layer are set to be subpatched, then Blender's Subdivision Surface modifier will be applied to the imported object. Default=On
The attached 3Cubes.lwo file shows the importers ability to load and apply UV and Vertex Color data. The cow.lwo in the .zip shows loading skelegons, UVs, Shape Keys (from endomorphs) and Vertex Groups (from weight maps).