Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_relations.c
| Context not available. | |||||
| /* apply transformation of previous parenting */ | /* apply transformation of previous parenting */ | ||||
| if (keep_transform) { | if (keep_transform) { | ||||
| /* was removed because of bug [#23577], | oke = WM_op /* was removed because of bug [#23577], | ||||
| * but this can be handy in some cases too [#32616], so make optional */ | * but this can be handy in some cases too [#32616], so make optional */ | ||||
| BKE_object_apply_mat4(ob, ob->obmat, FALSE, FALSE); | BKE_object_apply_mat4(ob, ob->obmat, FALSE, FALSE); | ||||
| } | } | ||||
| Context not available. | |||||