What you did this week:<br>--------------------------------------<br>* Implemented brush resize on zooming<br>* Started work on texture paint masks. The code works but there are still stuff to be taken care of, such as what properties to expose to the user and ways to do this right.<br>
* Looking at ways to unify sculpt and image paint brush display currently. The sculpt display code is dependent on a few Sculpt struct dependent data. I will probably move these to UnifiedPaintSettings.<br>I will also probably do some work during the weekend to cover for time that had to be dedicated elsewhere during the week.<br>
<br>Next Week:<br>-----------------<br>Taking care of TODOs for goals set so far. In particular:<br>* Still haven&#39;t tried anchored brushes<br>* Cleanup of GUI. Map modes are presented to user even though we don&#39;t support these for texpaint yet<br>
* Fix/Finish Correct UVs code.<br><br>Issues<br>------------<br>I keep thinking of ways to better separate the brush code from the tool code. I will probably post some patches for trunk for that.<br>