[Bf-extensions-cvs] [809b3771] master: Archimesh: Cleanup remove an unrecognised char from comment

lijenstina noreply at git.blender.org
Mon Jun 26 20:51:02 CEST 2017


Commit: 809b3771f95afcebd0db93d21ca36ecb05e9d524
Author: lijenstina
Date:   Mon Jun 26 20:50:07 2017 +0200
Branches: master
https://developer.blender.org/rBA809b3771f95afcebd0db93d21ca36ecb05e9d524

Archimesh: Cleanup remove an unrecognised char from comment

Very small cleanup - remove a char from comment
No functional changes

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

M	archimesh/achm_tools.py

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

diff --git a/archimesh/achm_tools.py b/archimesh/achm_tools.py
index bb23c039..704f350e 100644
--- a/archimesh/achm_tools.py
+++ b/archimesh/achm_tools.py
@@ -49,7 +49,7 @@ def set_normals(myobject, direction=False):
     bpy.ops.object.mode_set(mode='EDIT')
     # select all faces
     bpy.ops.mesh.select_all(action='SELECT')
-    # recalculate outside normals�
+    # recalculate outside normals
     bpy.ops.mesh.normals_make_consistent(inside=direction)
     # go object mode again
     bpy.ops.object.editmode_toggle()



More information about the Bf-extensions-cvs mailing list