Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jbakker>2020-06-22 22:44:18 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2020-06-22 22:46:04 +0300
commit2fdca5bd1981cddad16715598b4892a2c6099e2f (patch)
tree69853ccb8f442a58fce086e88adccf78ff9b96a4 /release/datafiles
parent9335daac2a368ad137156f6e656f3654b4db07b9 (diff)
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
Diffstat (limited to 'release/datafiles')
m---------release/datafiles/locale0
1 files changed, 0 insertions, 0 deletions
diff --git a/release/datafiles/locale b/release/datafiles/locale
-Subproject 72e5040232a544b293dca05dac5707bd4e4bffa
+Subproject caf68fed42f55e606b14c7105f5df694957ce03