From 92b7bf4856022bc27f21c5c60be717605d47930e Mon Sep 17 00:00:00 2001 From: Jesse Yurkovich Date: Wed, 13 Oct 2021 16:12:53 +0200 Subject: Cleanup: Remove data duplication from SMAA lookup tables These 2 large tables, `areaTexBytes` and `searchTexBytes`, contributed ~176kb worth of duplicate data into the `blender` executable due to the header being used in multiple places. We were lucky that only 2 translation units had included this header so only 1 duplicate copy of each was wasted. Define the tables as `extern` to address this. Reviewed By: fclem Differential Revision: https://developer.blender.org/D12723 --- release/scripts/addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/addons b/release/scripts/addons index f86f25e6221..67f1fbca148 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit f86f25e62217264495d05f116ccb09d575fe9841 +Subproject commit 67f1fbca1482d9d9362a4001332e785c3fd5d230 -- cgit v1.2.3