From 2fdca5bd1981cddad16715598b4892a2c6099e2f Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Mon, 22 Jun 2020 21:44:18 +0200 Subject: Refactoring: View2DScrollers memory allocation View2DScrollers used the memory manager to allocate memory. This isn't a problem but in a upcoming change the scrollers will be drawn more often than it used to (See {D8066}). To limit the number of allocations and frees this patch will use the stack for allocation. Reviewed By: Campbell Barton Differential Revision: https://developer.blender.org/D8076 --- release/scripts/addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/addons') diff --git a/release/scripts/addons b/release/scripts/addons index 8397b98b8cb..bc1262f4d61 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 8397b98b8cb6510869d28a84592b8d7213c3b6c2 +Subproject commit bc1262f4d61feeba235bb75046e65e0e8411241f -- cgit v1.2.3