[Bf-extensions-cvs] [3621a22] master: Archimesh: fix normals of wall with peaks

Antonioya noreply at git.blender.org
Thu Aug 18 19:00:30 CEST 2016


Commit: 3621a2246905efc3258edf91afea99e9e75a4d5d
Author: Antonioya
Date:   Thu Aug 18 18:45:29 2016 +0200
Branches: master
https://developer.blender.org/rBA3621a2246905efc3258edf91afea99e9e75a4d5d

Archimesh: fix normals of wall with peaks

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

M	archimesh/achm_room_maker.py

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

diff --git a/archimesh/achm_room_maker.py b/archimesh/achm_room_maker.py
index 33e9045..2b09473 100644
--- a/archimesh/achm_room_maker.py
+++ b/archimesh/achm_room_maker.py
@@ -717,7 +717,7 @@ def make_wall(prv, wall, baseboard, lastface, lastx, lasty, height, myvertex, my
                              (lastx + sizex, lasty + sizey, height)])
             if check_visibility(hide, baseboard):
                 if fabs(factor) != 1:
-                    myfaces.extend([(lastface + 2, lastface + 3, lastface + 4, lastface + 5)])
+                    myfaces.extend([(lastface + 2, lastface + 5, lastface + 4, lastface + 3)])
                 else:
                     if prv is False:
                         myfaces.extend([(lastface, lastface + 5, lastface + 4, lastface + 1),



More information about the Bf-extensions-cvs mailing list