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

@@ -36,7 +36,7 @@
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
#include "BKE_gpencil_geom.h"
#include "BKE_gpencil_curve.h"
#include "BKE_layer.h"
#include "DEG_depsgraph.h"