Draft: revert Draft WB changes from #13294

Revert the Draft WB related changes of #13294.
This commit is contained in:
Roy-043
2024-04-24 21:25:47 +02:00
parent 1ec93fdbc2
commit 7407eee427
4 changed files with 13 additions and 13 deletions

View File

@@ -227,7 +227,7 @@ def upgrade(objects, delete=False, force=None):
# of downgrade, nor do they have the same hashCode().
# Nevertheless, they still keep reference to their original
# colors, capture that in facecolors.
# Also, cannot use ShapeAppearance here, we need a whole array
# Also, cannot use ShapeColor here, we need a whole array
# matching the colors of the array of faces per object,
# only DiffuseColor has that
facecolors[0].extend(obj.ViewObject.DiffuseColor)