From 954aefbb696b9e774435335845a8c3f666549868 Mon Sep 17 00:00:00 2001
From: "Guillermo S. Romero" <gsr.b3d@infernal-iceberg.com>
Date: Wed, 24 Aug 2011 17:43:32 +0000
Subject: [PATCH] SVN maintenance.

---
 add_curve_sapling/__init__.py | 2 +-
 add_curve_sapling/utils.py    | 2 +-
 io_import_scene_lwo.py        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 6b5667cd6..2192b6174 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -604,4 +604,4 @@ def unregister():
     bpy.types.INFO_MT_curve_add.remove(menu_func)
 
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()
diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py
index 75dd1bcd6..98b6f741f 100644
--- a/add_curve_sapling/utils.py
+++ b/add_curve_sapling/utils.py
@@ -926,4 +926,4 @@ def addTree(props):
             for p in armOb.pose.bones:
                 p.rotation_mode = 'XYZ'
             treeOb.parent = armOb
-        #print(time.time()-startTime)
\ No newline at end of file
+        #print(time.time()-startTime)
diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index 41684afe1..927d893b2 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -1255,4 +1255,4 @@ def unregister():
     bpy.types.INFO_MT_file_import.remove(menu_func)
 
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()
-- 
GitLab