Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-07-29 16:06:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-29 16:06:18 +0400
commitafdec492ceb51e77c2ac38bc584c7c69203c9257 (patch)
treeb929704574e920b4bd5fa12477eea49c259eae4c /io_mesh_ply
parent2c092f48975ff99b5ac1d46ccca5b825c1b8aa93 (diff)
style cleanup
Diffstat (limited to 'io_mesh_ply')
-rw-r--r--io_mesh_ply/import_ply.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_mesh_ply/import_ply.py b/io_mesh_ply/import_ply.py
index 98184307..f5c96d7b 100644
--- a/io_mesh_ply/import_ply.py
+++ b/io_mesh_ply/import_ply.py
@@ -356,6 +356,7 @@ def load_ply_mesh(filepath, ply_name):
return mesh
+
def load_ply(filepath):
import time