[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53041] trunk/blender/source/blender/ editors/object/object_vgroup.c: Bugfix: [#33513] Transfer weights mixing up .

Ove Murberg Henriksen sorayasilvermoon at hotmail.com
Sat Dec 15 21:32:33 CET 2012


Revision: 53041
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53041
Author:   cyborgmuppet
Date:     2012-12-15 20:32:32 +0000 (Sat, 15 Dec 2012)
Log Message:
-----------
Bugfix: [#33513] Transfer weights mixing up.
Removal of this line fixed the bug. 

But!

I suspect it opens up for an excaption.
I will try to identify the exception and handle it in a different way.
 

Modified Paths:
--------------
    trunk/blender/source/blender/editors/object/object_vgroup.c

Modified: trunk/blender/source/blender/editors/object/object_vgroup.c
===================================================================
--- trunk/blender/source/blender/editors/object/object_vgroup.c	2012-12-15 19:56:25 UTC (rev 53040)
+++ trunk/blender/source/blender/editors/object/object_vgroup.c	2012-12-15 20:32:32 UTC (rev 53041)
@@ -467,7 +467,6 @@
 
 	/* Create new and overwrite vertex group on destination without data.*/
 	if (!defgroup_find_name(ob_dst, dg_src->name)) {
-		ED_vgroup_delete(ob_dst, defgroup_find_name(ob_dst, dg_src->name));
 		ED_vgroup_add_name(ob_dst, dg_src->name);
 	}
 




More information about the Bf-blender-cvs mailing list