From 26fa13e6f8d9a6bf64aa50070c5f146461520f96 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 2 Apr 2015 16:29:33 +1300 Subject: 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) --- source/blender/editors/gpencil/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/gpencil/CMakeLists.txt') diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt index 58192f59219..56b8d284386 100644 --- a/source/blender/editors/gpencil/CMakeLists.txt +++ b/source/blender/editors/gpencil/CMakeLists.txt @@ -39,6 +39,8 @@ set(INC_SYS set(SRC drawgpencil.c editaction_gpencil.c + gpencil_convert.c + gpencil_data.c gpencil_edit.c gpencil_ops.c gpencil_paint.c -- cgit v1.2.3