Skip to content
Padme4000 edited this page Jun 27, 2021 · 3 revisions

How to speed up your mesh editing for Frosty with Blender

To make the process even more quicker use my (script)[https://github.com/Padme4000/Padmes-snippets/blob/main/Creating%20LODs%20for%20Frosty%20mesh%20import%20script.txt] in combination with this (plugin)[https://www.nexusmods.com/starwarsbattlefront22017/mods/6412] by Dulana57. This plugin basically makes it so you don't have to rename the duplicated meshes when making the extra lods from your edited LOD0. With this plugin they will now be like this;

LOD0 = lod.000 LOD1 = lod.001 LOD2 = lod.002 LOD3 = lod.003 LOD4 = lod.004

So once you import the mesh into blender delete all but LOD0 (lod.000) and once you finish all edits make a new window and change it to text editor. If you downloaded my text click open, if you are copy and pasting copy and paste all but Notes: Change ratio depending on LOD you are working on

For me I do as so LOD1 = 0.8 LOD2 = 0.7 LOD3 = 0.6 LOD4 = 0.5

Select your LOD0 and change the ratio to what you would like. While hovering over the text editor press ALT + P Repeat until you match the amount of LODs the original mesh you are replacing had.

Clone this wiki locally