Blender Git Loki
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