Blender Git Loki
Git Commits -> Revision 28b671d
Revision 28b671d by Sergey Sharybin (master) December 25, 2013, 13:24 (GMT) |
Implement per-frame track reprojection error visualization It is now possible to display per-frame track reprojection error in curve view of clip editor. Simply enable corresponding option in filter buttons. Currently displayed using blue color which might confuse with average reprojection error, further color tweaks are possible and easy. Also changed icon track x/y curves. Better icons here are really appreciated. |
Commit Details:
Full Hash: 28b671d98f028450804fec7b88fd02959c5884cf
Parent Commit: 122e2b4
Lines Changed: +152, -38
8 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+2, -1) (Diff)
/source/blender/editors/space_clip/clip_graph_draw.c (+109, -4) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+2, -2) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+4, -4) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+22, -21) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -4) (Diff)
/source/blender/editors/space_clip/clip_graph_draw.c (+109, -4) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+2, -2) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+4, -4) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+22, -21) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -4) (Diff)