Blender Git Commit Log
Git Commits -> Revision 26fa13e
Revision 26fa13e by Joshua Leung (master) April 2, 2015, 03:29 (GMT) |
Code Cleanup: Reshuffling some of the GPencil code * Moved the context handling stuff into gpencil_utils.c * Moved the datablock and layer operators out into their own file too. Again, these weren't related to the other stuff that much * Split the GPencil to Curves operator out into its own file (gpencil_convert.c). This was quite a massive blob of code (48kb) that was not that related to the other operators still in that file (gpencil_edit.c) |
Commit Details:
Full Hash: 26fa13e6f8d9a6bf64aa50070c5f146461520f96
Parent Commit: b6d878f
Lines Changed: +2040, -1838
2 Added Paths:
/source/blender/editors/gpencil/gpencil_convert.c (+1484, -0) (View)
/source/blender/editors/gpencil/gpencil_data.c (+366, -0) (View)
/source/blender/editors/gpencil/gpencil_data.c (+366, -0) (View)