Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton 2021-01-27 20:26:19 +11:00
commit 75c426a60a
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ class ShaderImageTextureWrapper():
image = image.copy()
image.colorspace_settings.is_data = self.colorspace_is_data
if self.colorspace_name is not ...:
if image.colorspace_settings.is_data != self.colorspace_is_data and image.users >= 1:
if image.colorspace_settings.name != self.colorspace_name and image.users >= 1:
image = image.copy()
image.colorspace_settings.name = self.colorspace_name
if self.use_alpha: