This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Antonio Vazquez d40581a714 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.
2019-04-05 11:26:04 +02:00
..
2019-03-15 09:54:30 +11:00
2019-04-02 17:02:10 +02:00
2019-03-22 20:36:30 +01:00
2019-03-19 15:17:46 +11:00
2019-04-04 08:13:13 +11:00
2019-03-25 11:42:28 +11:00
2019-02-18 08:22:12 +11:00
2019-02-18 08:22:12 +11:00
2019-03-25 11:55:36 +11:00