Blender Git Loki
Git Commits -> Revision cd84a43
Revision cd84a43 by Sergey Sharybin (master) January 4, 2012, 17:20 (GMT) |
Camera tracking: added depth object to Follow Track constraint If this object is defined, object with Follow Track constraint would be projected into surface of this depth object. If object is not set or there's no projection onto it, projection plane calculated based on original object position would be used. This allows to make cheap facial mocap. |
Commit Details:
Full Hash: cd84a43334f59d9ff613a240467bbec5c882b7da
SVN Revision: 43134
Parent Commit: 8292163
Lines Changed: +79, -5
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_object_constraint.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+33, -5) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+36, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+33, -5) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+36, -0) (Diff)