monkeyman192 / NMSDK

Custom Model importer for NMS
https://monkeyman192.github.io/NMSDK/
30 stars 9 forks source link

[BUG] Importing - Modifying - Export doesn't translate the transforms properly #71

Open instakibbs opened 4 years ago

instakibbs commented 4 years ago

When you import any vanilla scene in Blender, it shows being rotated to start in the transform. The real problem is adding locators and collisions in Blender to an imported scene and trying to export again.

The transforms don't match based on what you see visually in Blender vs what is in the game.

A painful workaround to this is the following:

  1. In Notepad++ add my collisions and optionally a top level locator to make things easier
  2. Import that recently adjusted scene in Blender
  3. Move / duplicate what I need
  4. Note the transforms in Blender
  5. Open the scene again in Notepad++ and update manually

Basically I bypass the export process since it doesn't seem to line up.