Fix T58739: Camera Location, keyframe Bug

This was originally caused by fix for T53788. Not sure why extra
`where_is` is needed there, the object is supposed to be evaluated
already.
This commit is contained in:
Sergey Sharybin 2018-12-19 14:59:23 +01:00
parent d211c9aa0a
commit 259879e135
Notes: blender-bot 2023-02-14 04:42:44 +01:00
Referenced by issue #58739, Camera Location, keyframe Bug
1 changed files with 0 additions and 1 deletions

View File

@ -764,7 +764,6 @@ void view3d_viewmatrix_set(
if (rv3d->persp == RV3D_CAMOB) { /* obs/camera */
if (v3d->camera) {
Object *ob_camera_eval = DEG_get_evaluated_object(depsgraph, v3d->camera);
BKE_object_where_is_calc(depsgraph, scene, ob_camera_eval);
obmat_to_viewmat(rv3d, ob_camera_eval);
}
else {