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>2019-04-05 12:26:04 +0300
committerAntonioya <blendergit@gmail.com>2019-04-05 12:26:04 +0300
commitd40581a71492c9d488dd68bb7fbd004881f9113d (patch)
tree2e6039576a2e6f7a2d2e16b023d05701b6e7da3e /.editorconfig
parentb2e2db94bdae25b4505df563ae9e56a37d89cb7a (diff)
GPencil: Improve drawing feeling in big files
When drawing in big files, the first points of the stroke were not smooth because the system was doing a copy of the depsgraph datablock. Now, the depsgraph is not updated at the beginning and the feeling is far better, especially for big files. To avoid the copy, the original datablock is used while drawing, because it's faster the lookup of the original data, than a full datablock copy. Also some cleanup of the code.
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions