JannisX11 / blockbench

Blockbench - A low poly 3D model editor
https://www.blockbench.net
GNU General Public License v3.0
3.05k stars 271 forks source link

N-gons in OBJs are not handled on import #2361

Open simonpaulkeating opened 1 month ago

simonpaulkeating commented 1 month ago

What are you trying to do, and what do you expect to happen?

Import an obj file. I expected all faces to be drawn as in other 3d software packages with the same .obj file.

What happens instead?

When imported to blockbench there are many faces missing. (not reversed normal but actually missing). I have attached an example model from c4d although this has happened with most models I've tried to import in the past. c4d_tree01.zip

Model format in which the issue occurs

.obj

Blockbench variant

Program

Blockbench version

4.10.1

Operating System

Windows 10

Installed Blockbench plugins

None

JannisX11 commented 1 month ago

The OBJ file contains n-gons, which Blockbench does not support.

simonpaulkeating commented 1 month ago

Apologies. I noticed that it was Ngons soon after I sent the report. Sorry again.