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:
authorAntonioya <blendergit@gmail.com>2016-10-02 21:19:42 +0300
committerAntonioya <blendergit@gmail.com>2016-10-02 21:19:42 +0300
commit53b5eca6013cce84ae8a82d248ee0242f722faed (patch)
treec4f63748cc42c3297a6fc132d2a91d4fb631a5e9 /archimesh/achm_gltools.py
parent63ec8445d1b320f8e26dd16bfff0798ffd6ee8cb (diff)
Archimesh: Remove unused parameters added in previous fix
Some parameters not used were included by error in previous commit
Diffstat (limited to 'archimesh/achm_gltools.py')
-rw-r--r--archimesh/achm_gltools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_gltools.py b/archimesh/achm_gltools.py
index 89e29542..b2811e50 100644
--- a/archimesh/achm_gltools.py
+++ b/archimesh/achm_gltools.py
@@ -155,7 +155,7 @@ def draw_line(v1, v2):
# -------------------------------------------------------------
def draw_room_data(myobj, op, region, rv3d, rgb, rgbw, fsize, wfsize, space, measure, dspname):
- verts, activefaces, activenormals = get_wall_points(myobj, op)
+ verts, activefaces, activenormals = get_wall_points(myobj)
# --------------------------
# Get line points and draw