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>2011-07-31 10:03:00 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-07-31 10:03:00 +0400
commit995e6d5808eda44737d0737e02c817bb29213d8a (patch)
tree696a6e11ac31bcb0ddf2f263c4e7358250951007 /add_curve_sapling
parent09e37c1f7048648952f3445b2e2e12445a653c8b (diff)
SVN maintenance.
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py2
-rw-r--r--add_curve_sapling/utils.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index b8403988..00247beb 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -592,4 +592,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 7db6a34e..d9868749 100644
--- a/add_curve_sapling/utils.py
+++ b/add_curve_sapling/utils.py
@@ -915,4 +915,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)