fix for error caused with module relocation - broke loading ngons in OBJ files
This commit is contained in:
@@ -267,6 +267,7 @@ def ngon_tesselate(from_data, indices, fix_loops=True):
|
||||
fix_loops: If this is enabled polylines that use loops to make multiple polylines are delt with correctly.
|
||||
'''
|
||||
|
||||
from mathutils.geometry import tesselate_polygon
|
||||
from mathutils import Vector
|
||||
vector_to_tuple = Vector.to_tuple
|
||||
|
||||
|
Reference in New Issue
Block a user