Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2022-03-16 18:18:42 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-03-16 18:30:53 +0300
commit79e74b14861e996bbb1d858409f527908b18d3e0 (patch)
tree366e6e1a94d463b9c41772ab5be9b998fac8f1d5 /release/scripts/startup/bl_ui
parent943b919fe807b53558631bcbc688c2d712d6b0cc (diff)
Fix T96518: Gpencil Fill freezes when use invert and click inside areas
When using inverted filling and click inside a closed area and not outside as is expected, the algorithm to detect the contour to fill is unable to find the filling shape and try to fill outside of the valid index. The infinite loop was adding more memory for each loop and the process continued while there was system resources and finally crashed the system. As the tool in negative mode is designed to fill all areas when you click outside of any shape, now the algorithm check if the outline is not working as expected and cancels the filling process.
Diffstat (limited to 'release/scripts/startup/bl_ui')
0 files changed, 0 insertions, 0 deletions