Vertices vectors were not fully initialized
This commit is contained in:
parent
67d9d3a9ba
commit
a108edada2
@ -1351,7 +1351,7 @@ class ExportMyFormat(bpy.types.Operator, ExportHelper):
|
||||
|
||||
"," + str( round( -v.z * scale ) ) +
|
||||
|
||||
"," + str( round( v.y * scale ) ) + " }" )
|
||||
"," + str( round( v.y * scale ) ) + ",0 }" )
|
||||
|
||||
if i != len(m.vertices) - 1:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user