Do not change properties inside of an editable callback, these are meant to be mere queries and not modify data.
I find it generally more readable if error conditions are checked individually first. I.e.:
Why is this change done here, it seems unrelated to the patch?
For now I think it's enough to implement this for the grid view only, it can be generalized easily later.
Notes on how this could be implemented:
- Store a filter string in
AssetShelfSettings
…
Here's some content written by @Jeroen-Bakker, as a live demo: https://julianeisel.github.io/devdocs/eevee_and_viewport/gpu/ Feel free to browse around some more, but most pages are dummies.
Developers prefer to write code than docs, so I'm not convinced the technology used will make a significant difference. I'd disagree, I think the technology used can have a large impact on the…
For me Markdown (together with a generator like MkDocs and the extentions it provides) is clearly the preferable choice. Some points for it:
- The obvious one: More widely adopted & better known.…