tornavis/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
..
avi code cleanup: spelling 2012-05-20 21:23:26 +00:00
blenfont style cleanup: defines with braces 2012-05-27 20:13:59 +00:00
blenkernel Added frame offset slider to clip datablocks 2012-06-12 21:25:23 +00:00
blenlib yse BLI_math for the compositor in more places. 2012-06-12 20:04:55 +00:00
blenloader Bugfix [#28962] Changing actions via undo/delete all keyframes lacks UI refresh 2012-06-11 04:13:39 +00:00
bmesh Fix incorrectly deleted elements in array modifier caps. 2012-06-11 09:41:08 +00:00
collada fix: Collada build warning about inconsistent usage of Camera structure/class 2012-06-12 19:37:30 +00:00
compositor yse BLI_math for the compositor in more places. 2012-06-12 20:04:55 +00:00
editors Added frame offset slider to clip datablocks 2012-06-12 21:25:23 +00:00
gpu Add user preference "GPU Mipmap Generation" under the System/OpenGL 2012-06-11 16:23:10 +00:00
ikplugin Fix [#31430] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid. 2012-06-07 08:16:41 +00:00
imbuf optimize jpeg2000 loading. 2012-06-12 08:50:40 +00:00
makesdna Added frame offset slider to clip datablocks 2012-06-12 21:25:23 +00:00
makesrna Added frame offset slider to clip datablocks 2012-06-12 21:25:23 +00:00
modifiers Fix incorrectly deleted elements in array modifier caps. 2012-06-11 09:41:08 +00:00
nodes remove input socket of mask node, this wasnt used. 2012-06-12 18:36:49 +00:00
opencl ____ 2012-05-17 12:49:33 +00:00
python Fixing first part of [#31760] Assignments not working properly for Object.dimensions 2012-06-11 18:58:34 +00:00
quicktime Win32: Compilation fix for quicktime import 2012-05-29 20:06:31 +00:00
render code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather then defines. 2012-06-07 15:49:02 +00:00
windowmanager Add user preference "GPU Mipmap Generation" under the System/OpenGL 2012-06-11 16:23:10 +00:00
CMakeLists.txt mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and myself. 2012-06-04 16:42:58 +00:00
SConscript Massive Code cleanup: 2012-05-29 10:21:07 +00:00