Block a user
Drawing with Smear or Average Vertex causes debug assert
A quick fix solution here could be to wrap this in a std::optional
, but that seems to indicate to me that the initial assert is in the wrong place, as even the GMutableSpan
explicitly allows…
Drawing with Smear or Average Vertex causes debug assert
The relevant line that causes this is in paint_vertex.cc
GMutableSpan g_previous_color = ss.cache->prev_colors_vpaint;
prev_colors_vpaint
can occasionally be null depending…
Drawing with Smear or Average Vertex causes debug assert
Regression: Blur in vertex paint does not work and stuck with Blur Weight brush
Taking a look at this
Cleanup: Remove edit info calculation from boundary preview
57c72b1556
Cleanup: Remove edit info calculation from boundary preview
972fadf5a4
Fix: Sculpt: Various tools not using crosshair cursor
cb4aecca80
Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc
2fa7e7eda3
Anim: call RNA_POINTER_INVALIDATE() when deleting things from RNA
935c49f1cf
Render tests: Use blocklist name for blocked tests
Refactor: Specialize flood_fill methods per PBVH type
Fix: Sculpt: Various tools not using crosshair cursor
Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc
Sculpt: Add stablize stroke section for lasso gesture tools
Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc