diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index 3711bc34fdf..baa6ef4bbd2 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -572,8 +572,8 @@ static int parent_set_exec(bContext *C, wmOperator *op) 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;