Skip to content
Snippets Groups Projects
Commit c993c924 authored by Eugenio Pignataro's avatar Eugenio Pignataro
Browse files

Code Cleanup

parent b1f4e358
No related branches found
No related tags found
No related merge requests found
......@@ -87,13 +87,7 @@ def OscFuncExportPc2(self):
me.calc_normals()
#creo archivo
for vert in me.vertices[:]:
i = (
float(vert.co[0]),
float(vert.co[1]),
float(vert.co[2])
)
file.write(struct.pack("<3f", *i))
file.write(struct.pack("<3f", *vert.co))
#dreno mesh
bpy.data.meshes.remove(me)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment