Got this assert when running debug build
BLI_assert failed: source/blender/blenkernel/BKE_grease_pencil.hh:1016, drawing(), at 'index >= 0 && index < this->drawings().size()'
Just checked an older daily build I had lying around. In daily build c2816eb976d5 (21 Oct) this leak is not present. Checking to see if I can find the daily build this was introduced in.
Ah of course! Didn't even think I'd have to enable masking separately in layer groups. Went back and tested and it did indeed work. But the modification you made does seem to make sense usability-w…
I also had some severe instability with the daily build marked 5fff95f5193e
and with the current ef6a0358842c
build.
Would you mind trying the older daily build c2816eb976d5
, and seeing…
I was trying to make sense of what's going on with layer groups in this situation. It looks like when when layer groups are involved, on all levels of the hierarchy, the groups get but on the…
At least in 4.2 you are able to manually unlock layers regardless or Autolocking being enabled. As I understand it, Autolocking only locks layers when the active layer is changed. It doesn't stop…
Actually it looks like that the layers are editable, but the selection gizmos aren't being drawn. Edited the original post.
Looks like the click selecting works now. Was probably fixed by the PR you made for blender/blender#129142. Closing