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:
authorAntonioya <blendergit@gmail.com>2018-09-10 21:24:05 +0300
committerAntonioya <blendergit@gmail.com>2018-09-10 21:24:37 +0300
commit3319f80e034e9994826898c537722c6d664b35f5 (patch)
tree23125646f2f65fc837cb261cbb780b77c524c1b4 /release
parent89295c7f6b47ff3c2837a884c2377f26c1f959d0 (diff)
GP: Fix performance problem with big files
During drawing, the depsgrah was tagged to update and this produced a full copy of the datablock. This tag was done in order to get the right data in drawing engine, but this added a great overhead while drawing and the response of the pen was not good. Now, the depsgraph is not tagged and the drawing engine uses the original copy data of the buffer datablock. This is not a problem because only can draw in one window at time.
Diffstat (limited to 'release')
m---------release/scripts/addons0
1 files changed, 0 insertions, 0 deletions
diff --git a/release/scripts/addons b/release/scripts/addons
-Subproject 6c3a46dc113de870a03191e4c0685238b0823ac
+Subproject 371960484a38fc64e0a2635170a41a0d8ab2f6b