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>2011-12-31 14:57:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-31 14:57:35 +0400
commitaff35474fc25df21447d031f664da333889aed9e (patch)
tree07140e05c8629f2f5b3d6ae9d4915bcce646d715 /io_mesh_ply/export_ply.py
parent77774b1f12f94a7dd5ee9b0f21f99cb7780f51be (diff)
various style edits, no functional changes
Diffstat (limited to 'io_mesh_ply/export_ply.py')
-rw-r--r--io_mesh_ply/export_ply.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/io_mesh_ply/export_ply.py b/io_mesh_ply/export_ply.py
index 84d9a45c..89eade75 100644
--- a/io_mesh_ply/export_ply.py
+++ b/io_mesh_ply/export_ply.py
@@ -18,9 +18,6 @@
# <pep8-80 compliant>
-# Copyright (C) 2004, 2005: Bruce Merry, bmerry@cs.uct.ac.za
-# Contributors: Bruce Merry, Campbell Barton
-
"""
This script exports Stanford PLY files from Blender. It supports normals,
colours, and texture coordinates per face or per vertex.