Peter Sobolewski

Results 684 comments of Peter Sobolewski

I made a 5000x5000 np.random.random and then tried painting with 100, 200, 400, 512 brushes. All were fine, though the last one (512) does show some stutter with faster movements.

I think @alisterburt had a PR to superqt to address this, but looks like it fizzled a bit on tests? https://github.com/pyapp-kit/superqt/pull/172

Work around for this is holding Alt/Option and moving the mouse. This will increase brush size regardless of the upper limit.

> Does this apply to vectors as well? I think maybe all these should be separate. It doesn't apply to vectors, largely because it wasn't requested in the issue and...

Got ya. Like I said I've never used vectors so not aware of the use cases. i see that vectors does have a different default (red) than shapes and points,...

> Hm. I do not like the current solution. The `napari.labels` should not depend on settings. Could we limit this solution only to layers created by buttons/shortcuts/actions? I agree, so...

Ok I got ya. I think in your earlier post you must have typed `labels` to mean `layers`? Anyhow I'm not opposed, it was actually my first thought but I...

So I went looking for where the highlight thickness default is used. This one that I immediately change to `2` in every napari and would find irksome if `add_shapes` used...