Skip to content

MattyGWS/lodmod_addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lodmod_addon

A blender addon for creating lods


To use after installation in blender;

  1. select all objects you want lods for (works on multiple objects at a time)
  2. in the viewport go to the side panel menu under the tab "LODMOD"
  3. choose how many lods you want
  4. choose what ratio you wish to decimate them (lower value = less verts)
  5. choose if you wish to apply the modifier stacks automatically
  6. choose if you wish to add the _LOD0 suffix to the original object
  7. choose if you want to offset the LODs so you can see them in a lineup (default offset 0)
  8. choose if you want your lods in neat collections named after the original objects
  9. press the "Create LOD's" button and you're done!

onelodatatime.mp4
multipleLodsAtatime.mp4

image image image


What is it doing?

The meat of this addon is pretty simple, it's duplicating your object (or objects) by the however many you want, and for each duplicate it's giving the suffix _LODx (x being a number). And then for each duplicate it also applies a decimate modifier set to collapse with a ratio of the amount you've set for each lod as it goes down the list, meaning each lod gets lower and lower vert counts. if you set the ratio to 0.5 then each lod will literally reduce in verts by half each time.

The extra features found in the menu are self explanatory but feel free to reach out for questions or feedback!