Blender Git Commit Log
Git Commits -> Revision 5dc0b35
Revision 5dc0b35 by Sergey Sharybin (master) June 12, 2012, 21:25 (GMT) |
Added frame offset slider to clip datablocks In contrast to start_frame (which affects on where footage actually starts to play and also affects on all data associated with a clip such as motion tracking, reconstruction and so on) this slider only affects on a way how frame number is mapping to a filename, without touching any kind of tracking data. The formula is: file_name = clip_file_name + frame_offset - (start_frame - 1) |
Commit Details:
Full Hash: 5dc0b35a019651e052c7770330aafc7f2d7fb690
SVN Revision: 47802
Parent Commit: 92d9483
Lines Changed: +24, -7
5 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+4, -3) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+8, -2) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+4, -3) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+8, -2) (Diff)