diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py index b840398862419c8b26eb8021ed195a5f1735d182..00247bebfd5553b2f8b56005804addf000977401 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 7db6a34e7987d67ed06c7a224daec8d20c212dfb..d9868749b0ff4044db1b056b194d36a322e3afa7 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)