Blender Git Commit Log
Git Commits -> Revision f1b8066
Revision f1b8066 by Sergey Sharybin (master) August 7, 2011, 12:09 (GMT) |
Camera tracking integration =========================== Request from some artists and initial idea: own frame scrubber for clip editor. - Display current frame number in small rectangle near current frame marker in clip editor. - Mouse can be used to change current frame. It is almost the same as for timeline. Changing of frame happens when mouse is slidding in 16px height area in the bottom of clip editor. |
Commit Details:
Full Hash: f1b80669bd88cf08d643f66db5693e261bdad080
SVN Revision: 39136
Parent Commit: a2db93d
Lines Changed: +130, -3
5 Modified Paths:
/source/blender/editors/space_clip/clip_draw.c (+24, -2) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+101, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+101, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -1) (Diff)