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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-02-13 15:48:07 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-02-13 15:48:07 +0300
commit62e685cc071fa4774f925bf5af7c4f68031966a0 (patch)
treebc5f0c3d95fdd9483a1e6779e2b66cd6d9a55b5a
parent1118da4c302fa56c6f9715754bf217925817b3df (diff)
Comment another crashing menu entry in mesh extra tools addon, for 2.79a.
Requested by @lijenstina over IRC.
-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()