Polygonal Converter.

 From:  Max Smirnov (SMIRNOV)
6674.115 In reply to 6674.114 
Hi Michael,
>>I guess if the n-gon is non-planar then that will be an issue though?
Yes, exactly.

Just found a stange obj export bug. When I export "O" letter using n-gon mode, MOI creates four strange polygons instead of normal quads.
code:
f 83/83/83 101/101/101 85/85/85 86/86/86 102/102/102 84/84/84
...
f 97/97/97 103/103/103 98/98/98 99/99/99 104/104/104 100/100/100
...
f 105/105/105 137/137/137 106/106/106 107/107/107 138/138/138 108/108/108
...
f 119/119/119 139/139/139 121/121/121 122/122/122 140/140/140 120/120/120

So importObj can't properly import it.

EDITED: 7 Mar 2022 by SMIRNOV