blender/release/scripts
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
..
modules remove duplicate import 2012-06-10 00:22:18 +00:00
presets [#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' Option 2012-05-26 22:46:28 +00:00
startup Added frame offset slider to clip datablocks 2012-06-12 21:25:23 +00:00
templates minor fixes 2012-06-11 12:13:41 +00:00