Blender Git Commit Log

Git Commits -> Revision c32a671

Revision c32a671 by Antonis Ryakiotakis (master)
July 22, 2014, 19:06 (GMT)
Fix T41141, can't paint texture in cycles.

The issue is actually that creating a new image in texture paint mode
will set it always as a stencil image. Internally, the code checks if
the painted image is the same as the stencil and if it is, no painting
is done.

Solution is to expose a boolena to the operator for setting the image as
a stencil (could be an enum in th future for more uses)

Stencil UI is a bit weird here, will definitely redesign.

Commit Details:

Full Hash: c32a671b3a7f2908c03bcb60f46ca40250dd08fa
Parent Commit: 895f0f3
Lines Changed: +10, -6

3 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -1) (Diff)
/source/blender/editors/space_image/image_ops.c (+7, -4) (Diff)
/source/blender/makesrna/intern/rna_material.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021