[Bf-extensions-cvs] [c8df191] master: Fix: remove old argument

Eugenio Pignataro noreply at git.blender.org
Mon Feb 17 15:54:25 CET 2014


Commit: c8df191565aefd66b2d812b7c4d668bb16a2768d
Author: Eugenio Pignataro
Date:   Mon Feb 17 11:48:20 2014 -0300
https://developer.blender.org/rBACc8df191565aefd66b2d812b7c4d668bb16a2768d

Fix: remove old argument

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

M	oscurart_tools/oscurart_meshes.py

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

diff --git a/oscurart_tools/oscurart_meshes.py b/oscurart_tools/oscurart_meshes.py
index 0060110..8e08161 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -119,7 +119,7 @@ class resymVertexGroups (bpy.types.Operator):
         bpy.ops.mesh.select_all(action='DESELECT')
         for VERT in INL:
             BM.verts[VERT].select = True
-        bpy.ops.object.vertex_group_assign(new=False)    
+        bpy.ops.object.vertex_group_assign()    
         bpy.ops.object.mode_set(mode='WEIGHT_PAINT')        
         for VERT in INL:
             for i, GRA in enumerate(OBACTIVO.data.vertices[SYMAP[VERT]].groups[:]):



More information about the Bf-extensions-cvs mailing list