Blender Git Commit Log

Git Commits -> Revision 0d61876

Revision 0d61876 by Sergey Sharybin (master)
June 5, 2012, 18:38 (GMT)
Configurable start frame for movie clip datablocks as alternative to automatic start frame number

Number of start frame in opened image sequence used to be distinguished automatically
in a way that file name used on open would be displayed at scene frame #1.

But sometimes it's useful to have it manually configurable (like in cases when you're
processing image sequence and replacing clip's filepath to postprocessed image sequence
and want new clip to show at the same frame range as it was rendered from).

Added Custom Start Frame flag to movie clip (could be accessed from Footage panel in
clip editor) and Start Frame which means number of frame from sequence which would
be displayed at scene frame #1.

For example if you've got clip pointing to file render_00100.png and Start Frame of 100
this file would be displayed at scene frame #1, if Start Frame is 1 then this image
would be displayed at scene frame #100,

Commit Details:

Full Hash: 0d61876ed05af04fa0c19413e669c8b8a255dcf4
SVN Revision: 47472
Parent Commit: da38a03
Lines Changed: +51, -9

5 Modified Paths:

/release/scripts/startup/bl_ui/space_clip.py (+5, -5) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+15, -3) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+15, -1) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+13, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021