Blender Git Loki

Git Commits -> Revision bb9b29b

Revision bb9b29b by Sergey Sharybin (master)
October 19, 2011, 21:42 (GMT)
Camera tracking integration
===========================

Fixes for codereview issues pointed by Brecht:

- Replace use_default_clip with use_active_clip setting for
motion-tracking constraints.
- Removed unneeded Clip panel from toolshelf when no clip is opened.
- Put options in Display panel in one column.
Don't want properties region be wider and it should also be
a bit easier to find option you need. Maybe additional re-shuffle
would be good here.
- Reversed order of items in Clip menu
- Re-ordered selection operators in clip editor Select menu to
match 3d viewport order.
- Share common part of sensor/shift and so detection between
object_camera_matrix and Follow Track constraint.
- Fixed typos in translate mode caused by copying files.
- Movie clip angle output is now in radians. Transform node now
accepts rotation in radians too.
- Use scale-rotate-translate order for transformation node and
stabilization data.
Also makes sense when using transform node for non-tracking goals:
image would stay centered when applying only rotation and scale.
Think it's nicer.
- Fixed compilation error caused by recent node-update commit.

Commit Details:

Full Hash: bb9b29bd79faa4c2af36afadf4de5d59817f6999
SVN Revision: 41121
Parent Commit: 39ab569
Lines Changed: +121, -130

17 Modified Paths:

/release/scripts/startup/bl_operators/clip.py (+6, -0) (Diff)
/release/scripts/startup/bl_ui/properties_object_constraint.py (+4, -4) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+29, -39) (Diff)
/source/blender/blenkernel/BKE_object.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+16, -32) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/object.c (+31, -18) (Diff)
/source/blender/blenkernel/intern/tracking.c (+5, -9) (Diff)
/source/blender/editors/object/object_constraint.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+1, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_movieclip.c (+2, -2) (Diff)
/source/blender/nodes/composite/nodes/node_composite_transform.c (+9, -9) (Diff)
/source/blender/nodes/composite/node_composite_tree.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021