bugfix [#23577] Parenting scaled objects transforms them
commented so this line isn't added back.
This commit is contained in:
@@ -572,8 +572,8 @@ static int parent_set_exec(bContext *C, wmOperator *op)
|
|||||||
Object workob;
|
Object workob;
|
||||||
|
|
||||||
/* apply transformation of previous parenting */
|
/* 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) */
|
/* set the parent (except for follow-path constraint option) */
|
||||||
if(partype != PAR_PATH_CONST)
|
if(partype != PAR_PATH_CONST)
|
||||||
ob->parent= par;
|
ob->parent= par;
|
||||||
|
|||||||
Reference in New Issue
Block a user