mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/settings/entities/color_entity.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
a3d358a661
commit
c290422fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -66,6 +66,6 @@ class ColorEntity(InputEntity):
|
|||
new_value.append(item)
|
||||
|
||||
# Make sure
|
||||
if hasattr(self, "use_alpha") and not self.use_alpha:
|
||||
if not self.use_alpha:
|
||||
new_value[3] = 255
|
||||
return new_value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue