Blender Git Commit Log

Git Commits -> Revision 604b423

Revision 604b423 by Ton Roosendaal (master)
November 25, 2006, 13:07 (GMT)
- Library linking feature: global undo/redo now doesn't read the linked
library .blend files anymore, making it a load faster to use.

- Fixed ancient annoyance; samples were not properly freed, giving a lot
"Error Totblock" when using sound.
This fix also involves removing an ancient NaN hack, which treated the
samples as fake Library data in the Main database.
But still, the Blender Sound and Sample code is horrible... :/

Commit Details:

Full Hash: 604b4230325aa012efb063e0a3fd2ac23809e393
SVN Revision: 9055
Parent Commit: b78b3a4
Lines Changed: +205, -197

11 Modified Paths:

/source/blender/blenkernel/BKE_sound.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+10, -1) (Diff)
/source/blender/blenkernel/intern/library.c (+4, -15) (Diff)
/source/blender/blenkernel/intern/sound.c (+19, -1) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+21, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+35, -24) (Diff)
/source/blender/blenloader/intern/readfile.h (+3, -2) (Diff)
/source/blender/blenloader/intern/writefile.c (+11, -23) (Diff)
/source/blender/makesdna/DNA_ID.h (+4, -3) (Diff)
/source/blender/src/buttons_scene.c (+33, -17) (Diff)
/source/blender/src/editsound.c (+62, -108) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021