Blender Git Commit Log

Git Commits -> Revision ba16e7d

Revision ba16e7d by Sergey Sharybin (master)
December 15, 2011, 16:09 (GMT)
Object tracking: object with object solver constraint is now parented to scene's camera

Made Object Solver operator parent object to scene's camera. Behavior is pretty much
familiar to Child Of constraint -- it stores inverted transformation matrix which gives
constant offset in parent's space.
Current files would open incorrect, to make object aligned well again, just press
"Set Inverse" button in Object Solver constraint.
Fixed orientation operators so now they should work in all cases.
Also changed behavior of Set Origin operator which now sets origin to the median
point of all selected tracks/

Commit Details:

Full Hash: ba16e7d631ad0fa5ae7add9bc5f0590c3d23e778
SVN Revision: 42650
Parent Commit: deb95dd
Lines Changed: +223, -41

11 Modified Paths:

/release/scripts/startup/bl_ui/properties_object_constraint.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+4, -3) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+7, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+18, -0) (Diff)
/source/blender/editors/object/object_constraint.c (+112, -16) (Diff)
/source/blender/editors/object/object_intern.h (+2, -0) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+58, -20) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+14, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021