Blender Git Loki
Git Commits -> Revision 256d0be
Revision 256d0be by Jason Wilkins (soc-2010-jwilkins) July 2, 2010, 17:37 (GMT) |
== Brush Preview Icon Fixed == Fixed crash with brush preview icons, problem was that an address translation for the image icon was needed when loading the brush into memory. This explains why the pointer causing the crash was not a null pointer. Instead it was an old pointer from the previous session. |
Commit Details:
Full Hash: 256d0beb4d29eb6f7574486a75cfc201716eaeab
SVN Revision: 29874
Parent Commit: 6b55991
Lines Changed: +37, -51
10 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+3, -3) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -4) (Diff)
/source/blender/blenkernel/intern/icons.c (+2, -25) (Diff)
/source/blender/blenkernel/intern/image.c (+3, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_icons.c (+11, -1) (Diff)
/source/blender/editors/render/render_preview.c (+7, -7) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -5) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -4) (Diff)
/source/blender/blenkernel/intern/icons.c (+2, -25) (Diff)
/source/blender/blenkernel/intern/image.c (+3, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_icons.c (+11, -1) (Diff)
/source/blender/editors/render/render_preview.c (+7, -7) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -5) (Diff)