Blender Git Commit Log
Git Commits -> Revision c541cee
Revision c541cee by Antonis Ryakiotakis (soc-2012-bratwurst) June 8, 2012, 16:26 (GMT) |
Texture rake brushes for texture paint mode =========================================== * Reading into the code, i am starting to get the hang of what is going on :) * I disabled the texture rake for projection paint because it didn't work too well (will check why next). I suspect a sampling offset issue. So I started implementing rake brushes for regular non-projective texturing and uv/image viewwer. This commit makes this work :). I will probably have to move the rotation part from the BKE_brush_sample_tex function and modify the coordinates directly. This will ensure that for projective or even fixed mode texturing this will work as expected (?) |
Commit Details:
Full Hash: c541cee5c5385a31a37bcd1334ed43f66c8557a7
SVN Revision: 47617
Parent Commit: ebe84e5
Lines Changed: +39, -47