[Bf-extensions-cvs] [77fbc645] master: mesh tools - replace special char with regular

NBurn noreply at git.blender.org
Tue May 21 07:45:16 CEST 2019


Commit: 77fbc645af34459aa0472ff076ef488f1874b55e
Author: NBurn
Date:   Tue May 21 01:44:21 2019 -0400
Branches: master
https://developer.blender.org/rBAC77fbc645af34459aa0472ff076ef488f1874b55e

mesh tools - replace special char with regular

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

M	mesh_tools/__init__.py

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

diff --git a/mesh_tools/__init__.py b/mesh_tools/__init__.py
index 56486fd3..cecb6acf 100644
--- a/mesh_tools/__init__.py
+++ b/mesh_tools/__init__.py
@@ -340,7 +340,7 @@ class ME_OT_MExtrude(Operator):
                     nf.normal_update()
                     no = nf.normal.copy()
 
-                    # face/obj co�rdinates
+                    # face/obj coordinates
                     if self.opt1 is True:
                         ce = nf.calc_center_bounds()
                     else:



More information about the Bf-extensions-cvs mailing list