Hi, yes it works this way. But was expecting mask to work even when layer group property is disabled, no? (because layer has it enabled. Same way hide and lock works) I'm not aware of design…
You're fast 😅 Want me to ✅ the PR :)
Does this work Falk?:
diff --git a/source/blender/draw/intern/draw_cache_impl_grease_pencil.cc b/source/blender/draw/intern/draw_cache_impl_grease_pencil.cc
index 0da89e641f7..8ad5dfc94bb…
Unable to confirm the crash. Attached possible fix in other report. Will make PR for that if both are different ;)
Wait, this works in GN workspace but not in layout, strange...
I see now, different system info file from different blender version ran on different GPU. But you never said that :D Anyways, crash triggered when reading asset files. Does it happen when you…
Hi, this is actually a long standing bug, see: #76140
Hi, thanks for the report. This is same as #127835, closing
I see, confirming.
I see this happens due to locked layer. This creates small vertex buffer but later we try to access indices of vertex in buffer which is not even initialized. Possible fix would be to return early…