Blender Git Commit Log

Git Commits -> Revision 7b6ec97

Revision 7b6ec97 by Ton Roosendaal (master)
March 24, 2005, 09:37 (GMT)
Bug fix #2311

File name (40) and dirname (80) were too short in sequence data. Made it
compliant using defines FILE_MAXFILE and FILE_MAXDIR.
Also replaced all strcpy() and strcat() with strncpy/strncat, with the
defines in it.
Oh, also fixed plugin path length for sequence, was just 80!

Bug fix #2366

Restored old convention that made using SHIFT+CTRL while using button-
sliders go with 0.1 stepsize of CTRL.
(noticed too late that Chris Burt assigned to self... sorry!)

Commit Details:

Full Hash: 7b6ec97182f0c4a3dbc53ed09c6cb50168c5812f
SVN Revision: 4035
Parent Commit: 8b69f0c
Lines Changed: +65, -45

6 Modified Paths:

/source/blender/makesdna/DNA_sequence_types.h (+5, -3) (Diff)
/source/blender/src/drawseq.c (+3, -3) (Diff)
/source/blender/src/editseq.c (+21, -21) (Diff)
/source/blender/src/interface.c (+27, -9) (Diff)
/source/blender/src/sequence.c (+8, -8) (Diff)
/source/blender/src/transform.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021