Files
test2/source/blender
Sergey Sharybin 5dc0b35a01 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)
2012-06-12 21:25:23 +00:00
..
2012-05-20 21:23:26 +00:00
2012-06-12 08:50:40 +00:00
2012-05-17 12:49:33 +00:00
2012-05-29 10:21:07 +00:00