[Bf-extensions-cvs] [a977883] master: Archimesh: Cleanup style

Antonioya noreply at git.blender.org
Wed Aug 10 13:37:21 CEST 2016


Commit: a9778838a1d85784d603dcff41c577adbf02daec
Author: Antonioya
Date:   Wed Aug 10 13:34:01 2016 +0200
Branches: master
https://developer.blender.org/rBAa9778838a1d85784d603dcff41c577adbf02daec

Archimesh: Cleanup style

===================================================================

M	archimesh/achm_lamp_maker.py

===================================================================

diff --git a/archimesh/achm_lamp_maker.py b/archimesh/achm_lamp_maker.py
index 724f21a..0a250bb 100644
--- a/archimesh/achm_lamp_maker.py
+++ b/archimesh/achm_lamp_maker.py
@@ -222,8 +222,8 @@ class AchmLamp(Operator):
             description='lampshade bottom radio',
             )
     tr02 = FloatProperty(name='R2', min=0.001, max=10,
-            default=0.08, precision=3,
-                                   description='lampshade top radio')
+                         default=0.08, precision=3,
+                         description='lampshade top radio')
     pleats = BoolProperty(
             name="Pleats", description="Create pleats in the lampshade",
             default=False,



More information about the Bf-extensions-cvs mailing list