saturday06 / VRM-Addon-for-Blender

VRM Importer, Exporter and Utilities for Blender 2.93 to 4.2
https://vrm-addon-for-blender.info
MIT License
1.34k stars 142 forks source link

Bug report: VRM1.0: Mesh with modifiers is duplicated on export #571

Closed rcelyte closed 2 months ago

rcelyte commented 2 months ago

Describe the bug

Exporting a mesh with modifiers as VRM 1.0 adds the post-modifier mesh to itself.

To Reproduce

  1. Click 'Create VRM Model' and set spec version to 1.0
  2. Add a mesh with any generative modifier (array, mirror, etc.)
  3. Export VRM multiple times
  4. Observe multiplying geometry

Video

https://github.com/user-attachments/assets/d7afc70e-0106-4c40-b7cd-b6254429e1af

Desktop

saturday06 commented 2 months ago

Thanks for your report!

The bug has been fixed in the latest version 2.20.87 just released. Please try it.

rcelyte commented 2 months ago

That fixed it :+1: