[Bf-extensions-cvs] [f8a43cda] master: bugfix: resym VG

Eugenio Pignataro noreply at git.blender.org
Tue Apr 17 14:41:17 CEST 2018


Commit: f8a43cda938c0e037c084f15d410d18dabc31b60
Author: Eugenio Pignataro
Date:   Tue Apr 17 09:41:11 2018 -0300
Branches: master
https://developer.blender.org/rBAf8a43cda938c0e037c084f15d410d18dabc31b60

bugfix: resym VG

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

M	oscurart_tools/oscurart_meshes.py

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

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"



More information about the Bf-extensions-cvs mailing list