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:
authorEugenio Pignataro <info@oscurart.com.ar>2017-01-09 18:32:27 +0300
committerEugenio Pignataro <info@oscurart.com.ar>2017-01-09 18:32:27 +0300
commit071aa3e5450991563a5ffe25d442ba06344bdcf6 (patch)
treea4aaf01e3db5dbbd0a4bf82428c38d6bf9882b52 /oscurart_tools/__init__.py
parent07c0cab22450cf1f6f81f4b3d5a3549a289f0ad2 (diff)
add new tool: Select Doubles. Search and select doubles verts
Diffstat (limited to 'oscurart_tools/__init__.py')
-rw-r--r--oscurart_tools/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/oscurart_tools/__init__.py b/oscurart_tools/__init__.py
index 15321f08..57082182 100644
--- a/oscurart_tools/__init__.py
+++ b/oscurart_tools/__init__.py
@@ -172,6 +172,7 @@ class OscPanelMesh(Panel):
col.operator("mesh.object_to_mesh_osc", icon="MESH_MONKEY")
col.operator("mesh.select_side_osc", icon="VERTEXSEL")
+ col.operator("mesh.select_doubles", icon="VERTEXSEL")
colrow = col.row(align=1)
colrow.operator("mesh.resym_save_map", icon="UV_SYNC_SELECT")
colrow = col.row(align=1)