From 7d8f43911a7fd96d1ce5bf8d9e9e87784a01d34b Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" <gsr.b3d@infernal-iceberg.com> Date: Fri, 17 Sep 2010 18:55:35 +0000 Subject: [PATCH] SVN maintenance. --- add_curve_aceous_galore.py | 2 +- add_curve_torus_knots.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 838f07305..f1414b8c2 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -1115,4 +1115,4 @@ def unregister(): bpy.types.INFO_MT_curve_add.remove(Curveaceous_galore_button) if __name__ == "__main__": - register() \ No newline at end of file + register() diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py index 69b0817c3..1bf47cdaa 100644 --- a/add_curve_torus_knots.py +++ b/add_curve_torus_knots.py @@ -317,4 +317,4 @@ def unregister(): bpy.types.INFO_MT_curve_add.remove(torus_knot_plus_button) if __name__ == "__main__": - register() \ No newline at end of file + register() -- GitLab