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:
-rw-r--r--mesh_extra_tools/mesh_offset_edges.py2
1 files changed, 1 insertions, 1 deletions
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()