Another question after getting it mostly working - currently moving left when selecting detail size on the Constant / Manual mode lowers the value which makes a larger resulting triangle and…
@JulienKaspar - Just a few notes here about this
The important part is that it works with a limited range of values. Relative detail goes from 0-40 and Brush detail from 0.5-100%. Constant…
Copying this list from the current PR, the following operators all need to still be changed to cancel when interacting with hidden geometry
SCULPT_OT_expand
SCULPT_OT_trim_box_gesture
…
Edited the title of the PR slightly to reflect some findings after testing the most recent change, I'll put this update in #112371, but the summary of it is that the following operators currently…
Made the change, manually tested the various operators that call into the method and didn't find any crashes for them when operating on invisible geometry, though they do still perform the…
Admittedly, I cut the investigation of moving this into SCULPT_cursor_geometry_info_update
rather short after seeing it referenced from the SCULPT_OT_sample_detail_size
and `SCULPT_OT_cloth_fil…
Starting to work on this, one clarifying question I have right now @JulienKaspar:
When replacing the existing brush mode detail type with the new display, should the percentage (24.8% in the…
Ok, addressed changes so far and updated the description with a new GIF, I think the PR is now in a state where the functionality can be tested @JulienKaspar
Marking this as WIP for now since there's a fair amount of feedback to address.
@JulienKaspar - Makes sense, I'll keep that in mind for how the feature is intended to work. I'll investigate…