Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/imagepaint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/imagepaint.c b/source/blender/src/imagepaint.c
index 23cd624703e..3aed860442f 100644
--- a/source/blender/src/imagepaint.c
+++ b/source/blender/src/imagepaint.c
@@ -89,7 +89,7 @@ static int imagepaint_init(IMG_BrushPtr **brush, IMG_CanvasPtr **canvas, IMG_Can
ImagePaintTool *tool= &Gip.tool[Gip.current];
/* verify that we can paint */
- if(!G.sima->image || !G.sima->image->ibuf)
+ if(!G.sima->image || !G.sima->image->ibuf || !G.sima->image->ibuf->rect)
return 0;
else if(G.sima->image->packedfile) {
error("Painting in packed images not supported");