Blender Git Loki
Git Commits -> Revision cd8cde1
Revision cd8cde1 by Joshua Leung (master) January 18, 2017, 06:41 (GMT) |
Code Cleanup: Move GPencil Interpolation operators into their own file The interpolation operators (and their associated code) occupied a significant portion of gpencil_edit.c (which was getting a bit heavy). So, it's best to split these out into a separate file to make things easier to handle, in preparation for some further dev work. |
Commit Details:
Full Hash: cd8cde1a6a4a8294c0c63cf4962a8292a2cda61d
Parent Commit: af9f6fd
Lines Changed: +754, -670
1 Added Path:
/source/blender/editors/gpencil/gpencil_interpolate.c (+753, -0) (View)