Blender Git Loki
Git Commits -> Revision ebb8628
Revision ebb8628 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 15, 2017, 14:55 (GMT) |
Implement a hash to relink palettes Add a hash system when relink the colors to strokes to avoid the loop of all colors for each stroke. Could use a hash for palettes, but as usually the number of palettes is very low, the speed up using hash doesn't worth the code complexity. |
Commit Details:
Full Hash: ebb8628e1ab70ec30e1fd32966df1b90514e5619
Parent Commit: 845c325
Lines Changed: +29, -5
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+29, -5) (Diff)