Nice, quite a bit simpler this way :)
Would use blender::StringRef
here, it better reflects the intention of a read-only string reference.
Likely the same issue as #128138. Brushes are now linked, but editable data. RNA forbids the search menu UI from assigning local data to linked data-blocks, this could break a fair amount of…
Thanks for the contribution. Our MathJax integration follows the Material for MkDocs documentation with minimal changes to reduce…
I somehow ended up with main as blender-v4.3-release
branch, hard to hard reset and force push, sorry about that. Should be all fine now.
You should be able to add
case ID_BR: BKE_brush_tag_unsaved_changes((Brush *)id)
inED_render_id_flush_update()
to solve the limitation.
That doesn't seem to do the trick for me, brushes…
I was thinking about it, but then you kinda have to add value comparisons almost everywhere before calling BKE_brush_tag_unsaved_changes()
. And then it still doesn't catch cases where we…
I'm not keen on setting the tooltip in the poll()
function, that should not modify data really. We could make sure the context is setup to match the poll context when querying the tooltip…
Opened #128845 to propose this for the 4.3 release branch instead of main
. I also created a quick design task to discuss the UI design further: !128846. Closing this.
Yes, these have been renamed, thanks!