Blender Git Loki
Git Commits -> Revision 9ac68ad
Revision 9ac68ad by Ton Roosendaal (master) December 14, 2010, 18:02 (GMT) |
Bugfix #22040 Old bug report: Image Editor, Painting: crash when texture was visible in Material or Texture preview. Was caused by paint code freeing mipmaps. Now replaced with a mipmap tag (to be done again), and a new mipmap function that doesn't re-allocate. |
Commit Details:
Full Hash: 9ac68ad4abf2f4bb4fc92c292170a7cf6c29b319
SVN Revision: 33665
Parent Commit: 73ea636
Lines Changed: +92, -35
7 Modified Paths:
/source/blender/editors/sculpt_paint/paint_image.c (+2, -1) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+2, -1) (Diff)
/source/blender/imbuf/intern/filter.c (+37, -0) (Diff)
/source/blender/imbuf/intern/IMB_filter.h (+2, -0) (Diff)
/source/blender/imbuf/intern/scaling.c (+20, -13) (Diff)
/source/blender/render/intern/source/imagetexture.c (+28, -20) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+2, -1) (Diff)
/source/blender/imbuf/intern/filter.c (+37, -0) (Diff)
/source/blender/imbuf/intern/IMB_filter.h (+2, -0) (Diff)
/source/blender/imbuf/intern/scaling.c (+20, -13) (Diff)
/source/blender/render/intern/source/imagetexture.c (+28, -20) (Diff)