Blender Git Commit Log
Git Commits -> Revision 89d4164
Revision 89d4164 by Joshua Leung (master) June 7, 2017, 15:23 (GMT) |
GPencil Copy/Paste Fix: Copying/Pasting strokes between datablocks would crash The problem was that newly pasted strokes were still using colours from the original datablock. As a result, you'd either get an immediate crash, or if you managed to save the file before it crashed, each stroke would get reloaded with a dummy colour. This commit fixes makes it possible to copy/paste strokes between datablocks again. However, there are still problems when trying to paste across file boundaries (i.e. copy strokes in one file, paste in another), which the next commit will address. |
Commit Details:
Full Hash: 89d4164f54d49e5ffeff6ce0ec46556a3b638a8d
Parent Commit: ed84388
Lines Changed: +61, -1
1 Modified Path:
/source/blender/editors/gpencil/gpencil_edit.c (+61, -1) (Diff)