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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2012-05-03 07:03:45 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2012-05-03 07:03:45 +0400
commit1ac408a65ea885d04eec41c48c2ceb16edf7fc15 (patch)
tree20bac0aaf23b4624304fd2692691c948b44fa82f /add_mesh_extra_objects
parentb3f79b0aa1286944bf1b586e3866baa751254e6b (diff)
SVN maintenance.
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/add_mesh_honeycomb.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_pyramid.py2
-rw-r--r--add_mesh_extra_objects/add_mesh_torusknot.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/add_mesh_extra_objects/add_mesh_honeycomb.py b/add_mesh_extra_objects/add_mesh_honeycomb.py
index ad2ee3d7..f58cd552 100644
--- a/add_mesh_extra_objects/add_mesh_honeycomb.py
+++ b/add_mesh_extra_objects/add_mesh_honeycomb.py
@@ -281,4 +281,4 @@ def unregister():
if __name__ == "__main__":
register()
-''' \ No newline at end of file
+'''
diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py
index 0b961b14..da14e998 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -159,4 +159,4 @@ def unregister():
if __name__ == "__main__":
register()
-''' \ No newline at end of file
+'''
diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py
index 15f91f53..b3ae6518 100644
--- a/add_mesh_extra_objects/add_mesh_torusknot.py
+++ b/add_mesh_extra_objects/add_mesh_torusknot.py
@@ -147,4 +147,4 @@ def unregister():
if __name__ == "__main__":
register()
-''' \ No newline at end of file
+'''