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:
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index eb8814171ce..ebd060776e9 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -138,8 +138,10 @@ typedef struct Curve {
struct BoundBox *bb;
- ListBase nurb;
+ ListBase nurb; /* actual data */
+ ListBase editlist; /* edited data, not in file */
ListBase disp;
+
struct Object *bevobj, *taperobj, *textoncurve;
struct Ipo *ipo;
Path *path;