[Bf-extensions-cvs] [62e685cc] blender-v2.79a-release: Comment another crashing menu entry in mesh extra tools addon, for 2.79a.

Bastien Montagne noreply at git.blender.org
Tue Feb 13 13:49:18 CET 2018


Commit: 62e685cc071fa4774f925bf5af7c4f68031966a0
Author: Bastien Montagne
Date:   Tue Feb 13 13:48:07 2018 +0100
Branches: blender-v2.79a-release
https://developer.blender.org/rBA62e685cc071fa4774f925bf5af7c4f68031966a0

Comment another crashing menu entry in mesh extra tools addon, for 2.79a.

Requested by @lijenstina over IRC.

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

M	mesh_extra_tools/mesh_offset_edges.py

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

diff --git a/mesh_extra_tools/mesh_offset_edges.py b/mesh_extra_tools/mesh_offset_edges.py
index 2168e76c..88bdb171 100644
--- a/mesh_extra_tools/mesh_offset_edges.py
+++ b/mesh_extra_tools/mesh_offset_edges.py
@@ -646,7 +646,7 @@ class OffsetEdges(Operator):
             row.prop(self, 'edge_rail_only_end', text="OnlyEnd", toggle=True)
 
         layout.prop(self, 'mirror_modifier')
-        layout.operator('mesh.offset_edges', text="Repeat")
+        # layout.operator('mesh.offset_edges', text="Repeat")  # for 2.79a, Crashing...
 
         if self.follow_face:
             layout.separator()



More information about the Bf-extensions-cvs mailing list