Blender Git Loki

Git Commits -> Revision d310f20

Revision d310f20 by Joshua Leung (master)
November 30, 2006, 01:57 (GMT)
Big Commit.

Now time-markers work in all time-related spaces (i.e. Ipo,
Action Editor, NLA editor, TimeLine, Sound). The hotkeys and
functionality set should be the same for each of these modes
(with a few exceptions still). I've had to change a few hotkeys
here and there, so hopefully they aren't too bad.

Marker Operations:
MKEY - Add Marker
SHIFT MKEY - Rename marker (was CTRL MKEY)
XKEY - Delete Marker
PAGE UP - Jump to next marker
PAGE DOWN - Jump to previous marker
CTRL A - Select all markers
SHIFT G - Transform markers (NLA, IPO, Action)
G - Transform markers (Sound, Timeline)
CTRL SHIFT D - Duplicate markers (NLA, IPO, Action)
SHIFT D - Duplicate markers (Sound, Timeline)
BKEY - select markers and other keyframes (if any)

I've also made a few little tool additions to NLA and Action editors:
* NLA editor - Snap To Frame.
Now with the option to offset strip so that it starts at the current frame.
Added menus for this.
* Action editor - Snap To Frame
A few new menus for this too

Commit Details:

Full Hash: d310f203da61eedf01d43f5c8690e8a58d5a584c
SVN Revision: 9116
Parent Commit: 2572b9f
Lines Changed: +1230, -790

23 Modified Paths:

/source/blender/include/BIF_editaction.h (+4, -14) (Diff)
/source/blender/include/BIF_editnla.h (+1, -1) (Diff)
/source/blender/include/BSE_editipo.h (+1, -1) (Diff)
/source/blender/include/BSE_time.h (+19, -10) (Diff)
/source/blender/include/transform.h (+3, -0) (Diff)
/source/blender/src/drawaction.c (+1, -1) (Diff)
/source/blender/src/drawipo.c (+4, -0) (Diff)
/source/blender/src/drawnla.c (+5, -0) (Diff)
/source/blender/src/drawsound.c (+5, -1) (Diff)
/source/blender/src/drawtime.c (+8, -7) (Diff)
/source/blender/src/drawview.c (+1, -1) (Diff)
/source/blender/src/editaction.c (+115, -442) (Diff)
/source/blender/src/editipo.c (+34, -6) (Diff)
/source/blender/src/editipo_mods.c (+10, -2) (Diff)
/source/blender/src/editnla.c (+149, -27) (Diff)
/source/blender/src/editsound.c (+103, -6) (Diff)
/source/blender/src/edittime.c (+306, -162) (Diff)
/source/blender/src/header_action.c (+102, -60) (Diff)
/source/blender/src/header_ipo.c (+73, -6) (Diff)
/source/blender/src/header_nla.c (+115, -10) (Diff)
/source/blender/src/header_sound.c (+84, -0) (Diff)
/source/blender/src/header_time.c (+13, -9) (Diff)
/source/blender/src/space.c (+74, -24) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021