Blender Git Commit Log
Git Commits -> Revision e72c6f1
Revision e72c6f1 by Sergey Sharybin (master) September 10, 2013, 12:46 (GMT) |
Tweaks to plane track - Do plane re-evaluation only when transform is actually done. Before this re-evaluation happened on every mouse move. - Added a flag "Auto Keyframe" for the plane track, which does: * If Auto Keyframe is enabled, then every manual edit of the plane will create a new keyframe at current frame and update plane motion between current frame and previous/next keyframe. This now also implies blending detected motion with neighbor keyframes, so there's no jump happening. No automatic update on manual point tracks edit will happen. * If auto Keyframe is disabled, then no keyframes are adding to the plane and every plane tweak will re-evaluate in on the whole frame range. In this case manual tweaks to point tracks and re-tracking them implies plane re-evaluation. |
Commit Details:
Full Hash: e72c6f191f296ee772562b00b5de72688ca6f4cf
SVN Revision: 60002
Parent Commit: 97e8234
Lines Changed: +171, -27
8 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+80, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+36, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+43, -9) (Diff)
/source/blender/editors/transform/transform_generics.c (+0, -11) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+80, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+36, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+43, -9) (Diff)
/source/blender/editors/transform/transform_generics.c (+0, -11) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)