Blender Git Commit Log

Git Commits -> Revision f111131

Revision f111131 by Sergey Sharybin (master)
April 30, 2012, 16:19 (GMT)
Camera tracking: initial commit of dopesheet view for clip editor

- Displays dopesheet information for selected tracks, and currently does not
support any kind of editing.
- Changed regions to use the whole main region for such views as curves and dopesheet.
This allows to have own panels with tools/properties in this area.
- Active clip is getting synchronized between different clip editor editors in the
same screen, so updating of curve/dopesheet views happens automatically when one
changes current clip in one of this editors.
- Panels in toolbox and properties panels are now separated to rely on current view
mode, but some operators and poll functions still need to be updated.
- Added new screen called "Movie Tracking" where layout is configured to
display timeline, main clip window, curves and dopesheet.

Commit Details:

Full Hash: f111131ca68359e928056eff09a03d0eee8c681a
SVN Revision: 46123
Parent Commit: 323aedb
Lines Changed: +7764, -6378

2 Added Paths:

/source/blender/editors/space_clip/clip_dopesheet_draw.c (+377, -0) (View)
/source/blender/editors/space_clip/clip_dopesheet_ops.c (+139, -0) (View)

23 Modified Paths:

/release/scripts/startup/bl_ui/space_clip.py (+72, -127) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+60, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+50, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+14, -0) (Diff)
/source/blender/editors/datafiles/startup.blend.c (+6658, -6195) (Diff)
/source/blender/editors/include/ED_clip.h (+4, -1) (Diff)
/source/blender/editors/interface/resources.c (+14, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+4, -2) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+34, -1) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+6, -8) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+21, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+2, -1) (Diff)
/source/blender/editors/space_clip/CMakeLists.txt (+8, -6) (Diff)
/source/blender/editors/space_clip/space_clip.c (+246, -31) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+17, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -3) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+13, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021