Fix: Geometry Nodes: packed baked volume grids can't be loaded

This commit is contained in:
Jacques Lucke
2025-10-03 11:43:28 +02:00
parent af0d98bf1d
commit 6e61eb9648

View File

@@ -205,7 +205,7 @@ BlobSlice MemoryBlobWriter::write_as_stream(const StringRef file_extension,
const int64_t size = stream.stream->tellp();
stream_by_name_.add_new(name, std::move(stream));
total_written_size_ += size;
return {base_name_, IndexRange(size)};
return {name, IndexRange(size)};
}
BlobWriteSharing::~BlobWriteSharing()