steel3d

Results 12 comments of steel3d

Unfortunately I don't know enough about the expected behavior to do effective debugging. This is my first contact with cython. And no time. I'll try to switch to multithreading instead.

Threading without GIL should be more efficient than spinning up processes, especially on windows without fork, and cross-thread communication should be simpler and possibly more efficient. But it's not easy...

I found that reload_support=False doesn't crash. I don't need that, so I'm good.

Well, I found a way to be able to scroll through mips and faces using the mouse wheel (takes a few tries of clicking on the combo header), but still...

My script is exactly as written, run from command line in python 3.6. So I assume I'm using the default backend. The performance is the same in notebook with %matplotlib...

Can't test on mac due to same bug. When will the fix be available though pip install?

I did pip uninstall and used setup.py install from master. The behavior is still the same as reported on windows python 3.8 and mac python 3.7. It's almost impossible to...

@joferkington Have you been able to repro the responsiveness and the accuracy problems?

Windows is not necessary, as my repro is exactly the same on Mac. You're sure you're running my script as written from command line and zooming to about that zoom...

Ok, well that's the issue. Your sample works well. sns "works" if I select very close to a pixel edge. But you have to have secret knowledge to know which...