Skip to content
Snippets Groups Projects
Commit 321c31b6 authored by Constantin Rahn's avatar Constantin Rahn
Browse files

Fix for indentation bug in uv indices

parent 67e425a4
No related branches found
No related tags found
No related merge requests found
...@@ -1153,7 +1153,7 @@ def write_pov(filename, scene=None, info_callback=None): ...@@ -1153,7 +1153,7 @@ def write_pov(filename, scene=None, info_callback=None):
uniqueUVs[uvs[i2]][0],\ uniqueUVs[uvs[i2]][0],\
uniqueUVs[uvs[i3]][0])) uniqueUVs[uvs[i3]][0]))
file.write('\n') file.write('\n')
file.write('}\n') tabWrite('}\n')
if me.materials: if me.materials:
try: try:
......
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