TobyLobster / ImportLDraw

A Blender plug-in for importing LDraw file format Lego models and parts.
GNU General Public License v2.0
279 stars 48 forks source link

Holes in lego text when bricks imported with high resolution #42

Open CrateTech opened 5 years ago

CrateTech commented 5 years ago

it is very hard to see in object mode because everything is the same color, but if you change it so the text is a different color then the brick you see that it has holes in it. This is only the case for hi-res thought with standard and low res it does not have holes.

Screen Shot 2019-06-27 at 12 03 36 AM
cuddlyogre commented 3 years ago

This isn't a really a bug in the importer. The problem comes from the part that defines the logo not handling beveling well.

I've written my own importer that you may find useful. https://github.com/cuddlyogre/ExportLdraw. There are a handful of available logos available you can render, as well as beveled parts with logos. At a quick glance, your issue does not appear to happen, but your input is welcome!