Blender Git Loki

Git Commits -> Revision ed4d973

Revision ed4d973 by Sergey Sharybin (master)
July 1, 2011, 17:12 (GMT)
Camera tracking integration
===========================

- Removed unneeded checking of marker==NULL
- Tracks could be named now.
- Implemented "Follow Track" constraint to "parent"
objects to tracks from movie clip.
- Added operator to create such constraint for active object
using clip and track from current context.

Commit Details:

Full Hash: ed4d973da3faa841b6e38b31385231a6bf1433d9
SVN Revision: 38024
Parent Commit: f141b59
Lines Changed: +274, -48

15 Modified Paths:

/release/scripts/startup/bl_ui/properties_object_constraint.py (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+41, -3) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+61, -0) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+39, -10) (Diff)
/source/blender/blenkernel/intern/tracking.c (+21, -0) (Diff)
/source/blender/editors/object/object_constraint.c (+10, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+7, -12) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+18, -22) (Diff)
/source/blender/editors/transform/transform.c (+3, -0) (Diff)
/source/blender/editors/transform/transform_generics.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+6, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+27, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+30, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021