From b44f859338be3b380dcd9a3ab101effbd89cabc8 Mon Sep 17 00:00:00 2001 From: HENDRIX-ZT2 <28632661+HENDRIX-ZT2@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:51:27 +0100 Subject: [PATCH] tex - fix for pc2 2 --- __version__.py | 4 ++-- modules/formats/DDS.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/__version__.py b/__version__.py index 6542d836b..9b098b678 100644 --- a/__version__.py +++ b/__version__.py @@ -1,4 +1,4 @@ # this file is auto-generated by the pre-commit hook increment_version.py VERSION = "2024.12.03" -COMMIT_HASH = "975ae94db" -COMMIT_TIME = "Tue Dec 3 15:21:16 2024 +0100" +COMMIT_HASH = "d9dee66ca" +COMMIT_TIME = "Tue Dec 3 15:50:12 2024 +0100" diff --git a/modules/formats/DDS.py b/modules/formats/DDS.py index ab6fd927c..7b5d56171 100644 --- a/modules/formats/DDS.py +++ b/modules/formats/DDS.py @@ -75,8 +75,8 @@ def prepare_buffers_and_streams(self, basename, buffer_bytes, name_ext): if self.context.is_pc_2: logging.warning("super experimental") texel_loader = self.get_texel() - self.aux_data = {} - self.aux_data[""] = buffer_bytes[0] + texel_loader.aux_data = {} + texel_loader.aux_data[""] = buffer_bytes[0] # todo update offsets in mip infos accordingly # for buf, mip in zip(buffer_bytes, self.texbuffer.mip_maps): # pass