February 8, 2021, 14:08 (GMT) |
Merge branch 'master' into temp-gpencil-fill |
February 8, 2021, 09:58 (GMT) |
GPencil: For Invert filling be sure there are two pixels thickness Now a pixel is added to get a minimum thickness of 2 pixels. This avoid false contacts with empty pixels. |
February 8, 2021, 09:47 (GMT) |
GPencil: Small adjust to zoom calculation Old value was too high |
February 8, 2021, 09:37 (GMT) |
GPencil: Avoid infinite loop checking first pixel |
February 7, 2021, 18:14 (GMT) |
GPencil: Change how processed areas cleared |
February 7, 2021, 12:26 (GMT) |
GPencil: Try to solve corner case infinite loop In some cases the outline algoritm cannot detect pixels and the loop keeps running. Now there is a check to avoid the same loop more than 3 times. |
February 7, 2021, 12:09 (GMT) |
Merge branch 'master' into temp-gpencil-fill |
February 6, 2021, 16:23 (GMT) |
Merge branch 'master' into temp-gpencil-fill |
February 6, 2021, 16:17 (GMT) |
GPencil: Fix infinite loop for very small filling areas |
February 6, 2021, 15:45 (GMT) |
GPencil: Fix Autofit zoom The viewplane was not propertly calculated. |
February 6, 2021, 11:57 (GMT) |
GPencil: Change ibuf planes to default This is not used (deprecated) and better keep as default to avoid problems. |
February 6, 2021, 11:24 (GMT) |
GPencil: Fix bug in view size and change Extend UI factor The factor in UI was too small |
February 5, 2021, 19:01 (GMT) |
GPencil: Reduce minimum size for internal stroke drawing used in Fill |
February 5, 2021, 18:26 (GMT) |
Merge branch 'master' into temp-gpencil-fill |
February 5, 2021, 17:47 (GMT) |
Merge branch 'master' into temp-gpencil-fill |
February 5, 2021, 16:25 (GMT) |
GPencil: Reduce Ibuf size |
February 5, 2021, 16:17 (GMT) |
GPencil: Optimize get_pixel, set_pixel and is_leak_narrow |
February 5, 2021, 15:40 (GMT) |
GPencil: Fill optimizations |
February 4, 2021, 10:19 (GMT) |
GPencil: Improve dilate Fill Now when increase resolution there is no gaps. ToDo: Keep this an option to disable the dilate? |
February 3, 2021, 21:51 (GMT) |
GPencil: Fix bug in Bound box calculation The size was wrongly calculated because was not using the window size, only stroke size. |
|