Blender Git Loki
Git Commits -> Revision 731f347
Revision 731f347 by Joshua Leung (master) November 22, 2014, 05:05 (GMT) |
Fix for previous commit gpencil_data_duplicate() was being used for gp drawing undo buffers, where using an exact copy is exactly what we want/need. Instead, the code here now has an additional arg for determining whether a direct copy is warranted or not. |
Commit Details:
Full Hash: 731f3476b7b4660adc446bfb1c6061c20a7d0c1b
Parent Commit: 8319a91
Lines Changed: +12, -9