Block a user
Corrupt mesh with Subdivision Surface level 6 + GPU Subdivision
Ran with --log "*,^wm.msgbus.*" --log-level -1
but didn't get anything interesting in particular from the output
Subdiv: Remove evaluator C-API wrapper
So, I mainly did manual testing here on a few different meshes:
Corrupt mesh with Subdivision Surface level 6 + GPU Subdivision
c3e7be8504
WIP: Refactor: Remove PBVHFrustumPlanes
dd7064b2e1
Cleanup: Various non-functional changes for paint_stroke.cc
3ff2733279
Cleanup: Sculpt: Remove PBVH frustum plane and related calculation
77a7671f54
Cleanup: Avoid writing sculpt session runtime pointer to files
00319f70d0
Merge branch 'blender-v4.3-release'
Cleanup: Various non-functional changes for paint_stroke.cc
Cleanup: Sculpt: Remove PBVH frustum plane and related calculation
Fix #129645: Sculpt color attribute popover never active
I'm not sure what the best practice here is, but I couldn't see a way to access this data inside the C++ code for this property, as the RNA runtime for this passes in nullptr
for the ED_image_paint_brush_type_use_canvas
bContext
parameter, and there doesn't appear to be a way to keep this a property and also pass that parameter in, nor does it seem possible to access the currently active brush type from just a bToolRef
Fix #129645: Color attribute element does not display as active