Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2020-05-06 19:13:59 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-05-06 19:14:05 +0300
commita5ffc6309e0a8ad352d0fa711b94e910c7d80a1b (patch)
tree09cd458c6fc60fa9c36a594df632faf211b66a75 /source/blender/editors
parent3bc3b58e4c55a4d3acaac3a8d99836c6925ea206 (diff)
GPencil: Split Curve geometry functions to new file
This prepare the code for future curve editors
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/object/object_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index 64abd01983c..bd5ef23948d 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -64,7 +64,7 @@
#include "BKE_duplilist.h"
#include "BKE_effect.h"
#include "BKE_font.h"
-#include "BKE_gpencil_geom.h"
+#include "BKE_gpencil_curve.h"
#include "BKE_hair.h"
#include "BKE_key.h"
#include "BKE_lattice.h"