Blender Git Loki
Git Commits -> Revision dd0d761
Revision dd0d761 by Sergey Sharybin (master) July 13, 2011, 10:30 (GMT) |
Camera tracking integration =========================== Previous solution to make bundles work for parented camera wasn't very nice. It could totally confuse depsgraph and it's quite slow. Now i've implemented function where_is_object_mat which makes almost the same as where_is_object_time, but it: - Does not applies constraints. - Assumes matrices for all dependencies are valie already (handles by depsgraph). - Doesn't make any changes to object itself or it's dependencies. |
Commit Details:
Full Hash: dd0d761f488b49a73a8985316f3a40d57cdc51a6
SVN Revision: 38355
Parent Commit: fa34bcf
Lines Changed: +39, -36
5 Modified Paths:
/source/blender/blenkernel/BKE_object.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+0, -3) (Diff)
/source/blender/blenkernel/intern/object.c (+33, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+4, -31) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -2) (Diff)
/source/blender/blenkernel/intern/constraint.c (+0, -3) (Diff)
/source/blender/blenkernel/intern/object.c (+33, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+4, -31) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -2) (Diff)