Re: [Bf-committers] help one script to clear all vertex groups of all models

2011-04-10 Thread Tom Edwards
for shape in obj.data.shape_keys.key_blocks:
 bpy.ops.object.shape_key_remove('EXEC_SCREEN')

On 09/04/2011 3:30, iozk hz wrote:
 hi i have a model that I link to new file but this have all vertex groups of
 the last skeleton and i want delete them quickly. somebody know how do it,
 without press the x button of the list to delete all groups
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


[Bf-committers] help one script to clear all vertex groups of all models

2011-04-09 Thread iozk hz
hi i have a model that I link to new file but this have all vertex groups of
the last skeleton and i want delete them quickly. somebody know how do it,
without press the x button of the list to delete all groups
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers