Merge branch 'blender-v5.0-release'

This commit is contained in:
Sean Kim
2025-10-09 12:07:03 -07:00

View File

@@ -240,7 +240,7 @@ class TEXTURE_UL_texpaintslots(UIList):
# Hint that painting on linked images is prohibited
ima = _data.texture_paint_images.get(item.name)
if ima is not None and ima.is_editable:
if ima is not None and not ima.is_editable:
layout.enabled = False
layout.label(text=item.name, icon_value=item.icon_value)