Almar Klein
Almar Klein
I think there's still a few problems with this PR, like using the settings to set `next_random_color`, which is not what settings are for, and also fails when creating multiple...
> What are the steps to reproduce this? * Change the setting to use random colors. * Create a new record with a new tag, it will be a ramdom...
>> The new tag will still be the random color that was assigned when created. > > This part however was intentional, so I'd like to keep that behavior, Well,...
> from my POV as a user, this setting serves the purpose to change how new tags have their initial color set. [...] I don't think that previously created tags...
So IIUC the first subplot gets like "delayed" pointer_move events? Could it be related to this? https://github.com/pygfx/wgpu-py/pull/569 That's the only change I can think of, but I'm not sure how...
Might be the multitext. The way that the positions of the individual tick labels is updated follows a completely different path. A more direct path, actually, so it makes sense!
Thanks! I forgot about this PR. I fixed the formatting and merged. In the future, you can run `black .` on the repo to fix formatting.
I cannot reproduce the bug, and also don't see how that could be happening. For good measure I did #497 so `._tag_bars_dict` is also reset.
First thing that comes to mind is that could easily lead to people accidentally closing a running record when they click the dot. A solution might be similar to how...
Hi 👋, we have a few examples that demonstrate instanced meshes: * https://github.com/pygfx/pygfx/blob/main/examples/feature_demo/instancing_mesh.py * https://github.com/pygfx/pygfx/blob/main/examples/feature_demo/look_at_instanced.py * https://github.com/pygfx/pygfx/blob/main/examples/feature_demo/pbr_instanced.py But currently not one that also demonstrates instancing in relation to custom shaders....