BMCDad / orbiter-blender

Blender Orbiter mesh plugin.
GNU General Public License v3.0
12 stars 4 forks source link

Import and export bugs. #14

Closed BMCDad closed 4 years ago

BMCDad commented 4 years ago

Import: Groups will be named using the mesh group LABEL tag. Spaces will convert to _. Export: Textures referenced in sub-folders under Orbiter\Textures will include the proper sub-folder in the mesh file. Export: Fixed a bug causing too many vertices (duplicates) to be created. The comparison for 'sameness' was not using a tolerance. See the 'set_normal' method in orbiter_tools.py if you feel you need to adjust that tolerance.