Blender Git Commit Log

Git Commits -> Revision bd6ca05

Revision bd6ca05 by Joerg Mueller (master)
July 28, 2011, 13:58 (GMT)
3D Audio GSoC:
Implemented basic audio animation.

* AnimatableProperty: Propper cache writing and spline interpolation for reading (the solution for stair steps in audio animation)
* Animatable properties so far are: volume, pitch, panning
* Users note: Changing the pitch of a sound results in wrong seeking, due to the resulting playback length difference.
* Users note: Panning only works for mono sources, values are in the range [-2..2], this basically controls the angle of the sound, 0 is front, -1 left, 1 right and 2 and -2 are back. Typical stereo panning only supports [-1..1].
* Disabled animation of audio related ffmpeg output parameters.
* Scene Audio Panel: 3D Listener settings also for Renderer, new Volume property (animatable!), Update/Bake buttons for animation problems, moved sampling rate and channel count here

Commit Details:

Full Hash: bd6ca0570e089afc1d29b4f18b8bb6cc086545ea
SVN Revision: 38788
Parent Commit: 90b6473
Lines Changed: +439, -62

29 Modified Paths:

/intern/audaspace/intern/AUD_AnimateableProperty.cpp (+77, -4) (Diff)
/intern/audaspace/intern/AUD_AnimateableProperty.h (+1, -1) (Diff)
/intern/audaspace/intern/AUD_C-API.cpp (+18, -0) (Diff)
/intern/audaspace/intern/AUD_C-API.h (+4, -0) (Diff)
/intern/audaspace/intern/AUD_SequencerEntry.cpp (+27, -5) (Diff)
/intern/audaspace/intern/AUD_SequencerEntry.h (+2, -0) (Diff)
/intern/audaspace/intern/AUD_SequencerFactory.cpp (+2, -0) (Diff)
/intern/audaspace/intern/AUD_SequencerHandle.cpp (+11, -2) (Diff)
/intern/audaspace/intern/AUD_SequencerHandle.h (+1, -1) (Diff)
/intern/audaspace/intern/AUD_SequencerReader.cpp (+11, -3) (Diff)
/intern/audaspace/intern/AUD_SoftwareDevice.cpp (+9, -3) (Diff)
/intern/audaspace/intern/AUD_SoftwareDevice.h (+6, -0) (Diff)
/release/scripts/startup/bl_ui/properties_game.py (+0, -15) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+0, -3) (Diff)
/release/scripts/startup/bl_ui/properties_scene.py (+26, -0) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_sound.h (+10, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+8, -4) (Diff)
/source/blender/blenkernel/intern/scene.c (+6, -3) (Diff)
/source/blender/blenkernel/intern/seqeffects.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+27, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -7) (Diff)
/source/blender/editors/sound/sound_ops.c (+97, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+6, -3) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+42, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021