[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32065] trunk/blender/source/blender/ editors/object/object_relations.c: bugfix [#23577] Parenting scaled objects transforms them

Campbell Barton ideasman42 at gmail.com
Wed Sep 22 18:47:46 CEST 2010


Revision: 32065
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32065
Author:   campbellbarton
Date:     2010-09-22 18:47:46 +0200 (Wed, 22 Sep 2010)

Log Message:
-----------
bugfix [#23577] Parenting scaled objects transforms them
commented so this line isn't added back.

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

Modified: trunk/blender/source/blender/editors/object/object_relations.c
===================================================================
--- trunk/blender/source/blender/editors/object/object_relations.c	2010-09-22 16:30:57 UTC (rev 32064)
+++ trunk/blender/source/blender/editors/object/object_relations.c	2010-09-22 16:47:46 UTC (rev 32065)
@@ -572,8 +572,8 @@
 				Object workob;
 				
 				/* apply transformation of previous parenting */
-				object_apply_mat4(ob, ob->obmat);
-				
+				/* object_apply_mat4(ob, ob->obmat); */ /* removed because of bug [#23577] */
+
 				/* set the parent (except for follow-path constraint option) */
 				if(partype != PAR_PATH_CONST)
 					ob->parent= par;





More information about the Bf-blender-cvs mailing list