<div dir="ltr">Hi everyone,<div><br></div><div>This week I was able to:</div><div>* Get full PBVH based vertex painting implemented. At this point, an artist could choose either one and be able to get their work done. </div><div><br></div><div>* Add back in vpaint blur. I need to talk to my mentor a bit on how things are working now with blur. The old vertex blurring would average every loop in the mesh, regardless of if the loop was under the brush region or not. The PBVH blur now averages only the vertices under the brush region. I really like how the new brush works compared to the old brush, but I&#39;m concerned what I created is more like photoshop&#39;s &quot;smudge&quot; brush, rather than a gausian blur type brush. I think what I&#39;ll do is add smudge as another vertex painting option, and recreate the old blur tool by averaging every vertex loop color, not just the ones under the brush.</div><div><br></div><div>*Optimize vertex to loop map creation. </div><div><br></div><div>Next week: </div><div>* Fix a bug with PBVH brush strength. </div><div>* Add smudge as an additional option (on mentor approval)</div><div>* I&#39;d like to look a bit more into implementing a &quot;nearest to ray&quot; PBVH raycast similar to the current BVH &quot;nearest to ray&quot; raycast. If I get this working, we can paint a mesh without the cursor being directly over a poly.</div><div>* Midterm stuff.</div><div><br></div><div>Here&#39;s a gif of PBVH Blur. (Framerate is much faster outside screen capture):</div><div><a href="https://goo.gl/ei3MRW">https://goo.gl/ei3MRW</a><br></div><div><br></div></div>