Files
blender/scripts
T0MIS0N 02164f0435 Fix #150394: Using image mode in canvas selector causes Python error
The `have_image` boolean was checking the wrong object to find if there
was a `canvas_image`. The `settings` variable is an ImagePaint object,
which has no `canvas_image` variable. The `mode_settings` variable is a
PaintMode object, which does have the `canvas_image` variable.

Pull Request: https://projects.blender.org/blender/blender/pulls/150437
2025-11-23 02:04:19 +01:00
..
2025-11-20 19:18:15 +01:00