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/makesrna/intern/rna_object_api.c
parent3bc3b58e4c55a4d3acaac3a8d99836c6925ea206 (diff)
GPencil: Split Curve geometry functions to new file
This prepare the code for future curve editors
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index bc8f6d4e3ae..b26018394b7 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -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"