Blender Git Commit Log

Git Commits -> Revision f43a733

Revision f43a733 by Sergey Sharybin (master)
June 6, 2012, 18:58 (GMT)
Changed semantic of recently added start_frame

Now it's indicates at which scene frame number movie clip starts playing back.
This this setting is still belongs to clip datavlock and used by all users of
clip such as movie compositor nodes, constraints and so.

After long discussion and thoughts about this it was decided that this would
match image's current behavior (which initially seen a bit crappy), but that's
actually allows:

- Keep semantics of start frame in image and clip datablocks in sync
- Allows to support features like support of loading image sequences
with crappy numbers in suffix which doesn't fit long int.
- Allows to eliminate extra boolean checkbox to control such kind of offset.

Hopefully from pipeline POV it wouldn't hurt because idea of having this things
implemented in original way was working only if sequence before processing
started naming form 001.

Commit Details:

Full Hash: f43a733f591377f2cdce0555443dba003c05fd30
SVN Revision: 47534
Parent Commit: 3e3e5b2
Lines Changed: +146, -112

14 Modified Paths:

/release/scripts/startup/bl_ui/space_clip.py (+1, -3) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_movieclip.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+9, -4) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+21, -18) (Diff)
/source/blender/blenkernel/intern/tracking.c (+7, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+32, -21) (Diff)
/source/blender/editors/include/ED_clip.h (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+11, -11) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+9, -10) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+44, -27) (Diff)
/source/blender/editors/transform/transform_conversions.c (+4, -3) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+1, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021