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>2018-04-17 15:41:11 +0300
committerEugenio Pignataro <info@oscurart.com.ar>2018-04-17 15:41:11 +0300
commitf8a43cda938c0e037c084f15d410d18dabc31b60 (patch)
tree836dc69f20845c2ec8a3f5f75dac6b7f2b1fa94a
parent443c0007998401d3783f817005e1fe806f8c3c9f (diff)
bugfix: resym VG
-rw-r--r--oscurart_tools/oscurart_meshes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oscurart_tools/oscurart_meshes.py b/oscurart_tools/oscurart_meshes.py
index c2abb710..3282c66a 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -154,7 +154,7 @@ class SelectMenor(Operator):
# -------------------------RESYM VG----------------------------------
-class resymVertexGroups(Operator):
+class rvg(Operator):
bl_idname = "mesh.resym_vertex_weights_osc"
bl_label = "Resym Vertex Weights"
bl_description = ("Copies the symetrical weight value of the vertices on the X axys\n"