GPencil: Split Curve geometry functions to new file

This prepare the code for future curve editors
This commit is contained in:
2020-05-06 18:13:59 +02:00
parent 3bc3b58e4c
commit a5ffc6309e
7 changed files with 500 additions and 414 deletions

View File

@@ -122,6 +122,7 @@ set(SRC
intern/font.c
intern/freestyle.c
intern/gpencil.c
intern/gpencil_curve.c
intern/gpencil_geom.c
intern/gpencil_modifier.c
intern/hair.c
@@ -308,6 +309,7 @@ set(SRC
BKE_freestyle.h
BKE_global.h
BKE_gpencil.h
BKE_gpencil_curve.h
BKE_gpencil_geom.h
BKE_gpencil_modifier.h
BKE_hair.h