added command line, added basic character
This commit is contained in:
@@ -52,7 +52,7 @@ def export_my_format(filepath):
|
||||
if uv_layer:
|
||||
uv = uv_layer[loop_index].uv
|
||||
f.write(f"({uv.x:.6f} {uv.y:.6f}) ")
|
||||
f.write(f"BRICK0\n");
|
||||
f.write(f"BRICK1\n");
|
||||
f.write("}\n")
|
||||
f.write("}\n")
|
||||
for obj in bpy.context.scene.objects:
|
||||
|
||||
Reference in New Issue
Block a user