glTF-Blender-IO-MSFT-lod is a Blender addon for glTF MSFT_lod
extension on top of glTF-Blender-IO
addon.
>= 3.3
The addon enables to import and export glTF assets with the glTF MSFT_lod
extension in Blender.
Ensure the glTF-Blender-IO
addon is installed and enabled in your Blender because the glTF-Blender-IO-MSFT-lod
addon works on top of it. You can check it by Edit -> Preferences -> Add-ons -> "glTF 2.0" in the search bar. The glTF-Blender-IO
addon should be listed as Import-Export: glTF 2.0 format
. It should be installed and enabled by default.
Download the zip archived source code from the Releases.
Install the glTF-Blender-IO-MSFT-lod
addon to your Blender via Edit -> Preferences -> Add-ons -> Install -> Select the downloaded file
Ensure the addon is installed and enabled. You can easily find the addon by inputting "MSFT_lod" in the search bar. Check the checkbox to enable the addon.
The addon adds the "Level Of Details" panel to the Object property. You can add, remove, and edit the LODs for an object in the panel. And the addon imports the LODs defined with the MSFT_lod
extension to the panel. And the LODs configuration in the panel is exported as MSFT_lod
extension when you export assets as glTF/glb.
- Currently the addon supports LOD only under node, doesn't support it under material. #1