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/__init__.py
parent77774b1f12f94a7dd5ee9b0f21f99cb7780f51be (diff)
various style edits, no functional changes
Diffstat (limited to 'io_mesh_ply/__init__.py')
-rw-r--r--io_mesh_ply/__init__.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index 26d701a1..7ef22e59 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -26,12 +26,15 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export PLY mesh data withs UV's and vertex colors",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
- "Scripts/Import-Export/Stanford_PLY",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "Scripts/Import-Export/Stanford_PLY",
"tracker_url": "",
"support": 'OFFICIAL',
"category": "Import-Export"}
+# Copyright (C) 2004, 2005: Bruce Merry, bmerry@cs.uct.ac.za
+# Contributors: Bruce Merry, Campbell Barton
+
# To support reload properly, try to access a package var,
# if it's there, reload everything
if "bpy" in locals():