Blender Git Loki
Git Commits -> Revision 0abe191
Revision 0abe191 by Campbell Barton (master) September 16, 2011, 06:47 (GMT) |
- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d) - remove redundant NULL checks on old code where it would crash if the result was NULL later on. - add some missing NULL checks. |
Commit Details:
Full Hash: 0abe1911d57b4d4a806a5de6f8cdf4f421abb7cf
SVN Revision: 40252
Parent Commit: 862aaba
Lines Changed: +39, -34
12 Modified Paths:
/source/blender/editors/interface/interface_regions.c (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+7, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_ops.c (+15, -12) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+1, -2) (Diff)
/source/blender/imbuf/intern/filter.c (+1, -1) (Diff)
/source/blender/imbuf/intern/iris.c (+7, -6) (Diff)
/source/blender/makesrna/intern/rna_texture_api.c (+1, -1) (Diff)
/source/blender/render/intern/source/shadeinput.c (+2, -1) (Diff)
/source/blender/render/intern/source/zbuf.c (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+7, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_ops.c (+15, -12) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+1, -2) (Diff)
/source/blender/imbuf/intern/filter.c (+1, -1) (Diff)
/source/blender/imbuf/intern/iris.c (+7, -6) (Diff)
/source/blender/makesrna/intern/rna_texture_api.c (+1, -1) (Diff)
/source/blender/render/intern/source/shadeinput.c (+2, -1) (Diff)
/source/blender/render/intern/source/zbuf.c (+1, -1) (Diff)