Blender Git Commit Log

Git Commits -> Revision 55f68c3

Revision 55f68c3 by Campbell Barton (master)
February 12, 2011, 16:54 (GMT)
fix for more warnings.
- modifier code was using sizeof() without knowing the sizeof the array when clearing the modifier type array.
- use BLI_snprintf rather then sprintf where the size of the string is known.
- particle drawing code kept a reference to stack float values (not a problem at the moment but would crash if accessed later).

Commit Details:

Full Hash: 55f68c36574779ae2fac3652466584628b22c633
SVN Revision: 34801
Parent Commit: 9eee1f9
Lines Changed: +114, -131

21 Modified Paths:

/intern/guardedalloc/intern/mallocn.c (+3, -2) (Diff)
/source/blender/blenkernel/intern/blender.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/deform.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/image.c (+22, -42) (Diff)
/source/blender/blenkernel/intern/library.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/modifier.c (+4, -3) (Diff)
/source/blender/blenlib/intern/fileops.c (+7, -7) (Diff)
/source/blender/editors/animation/anim_markers.c (+12, -12) (Diff)
/source/blender/editors/interface/interface_regions.c (+2, -1) (Diff)
/source/blender/editors/space_image/image_draw.c (+12, -10) (Diff)
/source/blender/editors/space_info/info_stats.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+7, -1) (Diff)
/source/blender/imbuf/intern/thumbs.c (+15, -15) (Diff)
/source/blender/makesrna/intern/rna_access.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+0, -1) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+0, -3) (Diff)
/source/blender/render/intern/source/pipeline.c (+3, -3) (Diff)
/source/blender/render/intern/source/volume_precache.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+7, -7) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -6) (Diff)
/source/creator/creator.c (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021