Blender Git Loki

Git Commits -> Revision b1006fb

Revision b1006fb by Sergey Sharybin (master)
May 3, 2012, 19:28 (GMT)
Clip editor: sort order for dopesheet channels

Supported sorting by name, longest tracked segment and total tracked frames.

Internally tracks are stored in Tracking datablock, but sort order is
a clip editor space property and sorting happens on clip editor draw.
If there's no dopesheet opened with different sort orders it's not
a problem due to re-sorting wouldn't happen.

Also fixed draw issue of tracked segments introduced in previous commit.

Commit Details:

Full Hash: b1006fb949d5b437f7ab0514ee779ba24fcfc1f8
SVN Revision: 46238
Parent Commit: 5821c29
Lines Changed: +144, -5

9 Modified Paths:

/release/scripts/startup/bl_ui/space_clip.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+82, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_dopesheet_draw.c (+5, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+13, -2) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+21, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021