Blender Git Commit Log

Git Commits -> Revision a605775

Revision a605775 by Sergey Sharybin (master)
February 10, 2020, 11:48 (GMT)
Tracking: Fix usage PLACEHOLDER function

Don't use BKE_view_layer_context_active_PLACEHOLDER which is marked
as "never use this".

In fact, it isn't needed to lookup for camera in the tracking function
at all: camera object is always explicitly passed to it.

Commit Details:

Full Hash: a605775298f3f335b33270be7686c52ada10a45d
Parent Commit: 379ee3e
Lines Changed: +12, -27

7 Modified Paths:

/source/blender/blenkernel/BKE_tracking.h (+1, -3) (Diff)
/source/blender/blenkernel/intern/constraint.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+3, -16) (Diff)
/source/blender/draw/engines/overlay/overlay_extra.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops_orient.c (+4, -4) (Diff)
/source/blender/editors/space_view3d/view3d_snap.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_snap_object.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021