Skip to content
Snippets Groups Projects
Commit c2f763d3 authored by Campbell Barton's avatar Campbell Barton
Browse files

attempted quick fix was quick bug.

parent 98705849
No related branches found
No related tags found
No related merge requests found
...@@ -445,7 +445,7 @@ def write_file(filepath, objects, scene, ...@@ -445,7 +445,7 @@ def write_file(filepath, objects, scene,
# UV # UV
if faceuv: if faceuv:
# in case removing some of these dont get defined. # in case removing some of these dont get defined.
uv = uvkey = uv_dict = f_index = uv_index = uv_ls, uv_k = None uv = uvkey = uv_dict = f_index = uv_index = uv_ls = uv_k = None
uv_face_mapping = [None] * len(face_index_pairs) uv_face_mapping = [None] * len(face_index_pairs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment