Stefan B.
Stefan B.
I forgot to expose the flow arrow dimensions of add_flow_mesh when I first implemented it. This is inconvenient, as you have to edit the source code to get different arrow...
Hi, thank you for publishing the code to your very interesting paper! Could you please kindly look at my steps that I did to try to reproduce the results in...
Happy to take feedback! I had to change `scene.view_layers["View Layer"]` to `scene.view_layers["ViewLayer"]`, since `View Layer` is for some reason not in that dict.
Hi, thank you for your great work, and thank you for publishing the code! I have a question regarding your baseline MODEST-PP (R0), which you mention in your paper (the...
Thanks a lot for this pure python port of potrace! Looking at cProfile results, I saw that `findnext()` is a performance hotspot. By introducing numba, and adding a single `numba.njit()`...