Blender Git Commit Log

Git Commits -> Revision 55edb01

Revision 55edb01 by Brecht Van Lommel (master)
August 16, 2009, 20:37 (GMT)
2.5: Sound

* Move sound_init to make sure it gets called everytime user
preferences is reloaded.
* Merged sound_reinit and sound_init. One used user preferences
while the other did not, don't see the point of this, so just
made it always use user preferences now.
* Timeline header audio sync option now controls scene flag
rather than timeline flag. Since it uses the same playback
operator now, there is no distinction anymore.
* Added boolean property sync to animation play operator, to sync
with audio or not. Uses scene setting if property is not set.
* Playback stop button in info header now calls operator, so sounds
stop playing too.

Commit Details:

Full Hash: 55edb016b198dbfbd94612348a70ea9bb26ef558
SVN Revision: 22534
Parent Commit: 19babf9
Lines Changed: +46, -38

12 Modified Paths:

/source/blender/blenkernel/BKE_sound.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/sound.c (+10, -15) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -1) (Diff)
/source/blender/editors/include/ED_screen_types.h (+6, -2) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_edit.c (+3, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+19, -6) (Diff)
/source/blender/editors/space_time/time_header.c (+2, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+0, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021