dfgHiatus / SplitLooseMeshes

Adds an in-game "Split by loose parts" option for NeosVR meshes, just like the one in Blender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SplitLooseMeshes

I woke up one Saturday and thought this would be a good idea for a weekend project. This is a NeosModLoader mod for Neos VR, that adds a button to split a mesh by loose parts just like in Blender!

Installation

  1. Install NeosModLoader.
  2. Place SplitLooseMeshes.dll into your nml_mods folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods for a default install. You can create it if it's missing, or if you launch the game once with NeosModLoader installed it will create the folder for you.
  3. Start the game. If you want to verify that the mod is working you can check your Neos logs.

Known limitations

  1. This mod can take a lot of time depending on the size your input (mesh vertex count, etc.)
  2. The merging doubles option sometimes seems to not preserve UV's and other important information
  3. This mod can be "aggressive" when splitting up a model, sometimes creating more loose parts than what is needed. This can cause some unwanted lag
  4. As of v1.0.0, tested only on MeshRenderers

And of course, back up your models before doing any kind of work on them!

About

Adds an in-game "Split by loose parts" option for NeosVR meshes, just like the one in Blender

License:GNU Lesser General Public License v2.1


Languages

Language:C# 100.0%