Conversation
|
🚀 New build available for commit |
|
🚀 New build available for commit |
|
🚀 New build available for commit |
|
Something wrong with github - these "download installer here" links don't work and if I go to actions to get them from there - also not working. Instead I have to build these myself. No big deal but I've heard that github has lots of new bugs related to AI somehow? |
|
Very strange. I can download the installers (I did not even build once on my own computer this week). |
|
It's probably easier you just wait for it to work again. |
| // Right now we shrink outer outline by 2 pixels and enlarge inner outline by 1 pixel. As far as I can tell, this is an arbitrary | ||
| // hack. These values should at a minimum be in some constant somewhere or better, part of the outline class or maybe we should | ||
| // get rid of these alltogether? For now, know that if you mess with it one one place in DFTFringe, you have to mess with it | ||
| // in other places as well. |
There was a problem hiding this comment.
Yes. Probably. It's tough to know if one caught all the spots.
fix #333
Problem was due to Gaussian blur not using same inclusive/exclusive boundaries as cicle mask code (second commit)
I also changed some float to int truncature into rounding as small epsilon could cause issues with sin/cos (first commit).
Fix #319
Fix #317