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:
authorCampbell Barton <ideasman42@gmail.com>2017-04-15 09:46:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-19 17:38:44 +0300
commitcdba73c8faf7ec28de66b380ed2952d42a2aac38 (patch)
treea8c07ccfcbf3fe513ba1c83cfc392a0d5a903841 /source/blender/makesdna/DNA_curve_types.h
parentce6b01f203caae98a648bb3024479dba2e033c2a (diff)
Draw Manager: curve support
Draws the curve centerline and editmode verts/handles. Handle theme colors, and normal display still need adding.
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index 902fa4ce987..e598c32173c 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -266,6 +266,7 @@ typedef struct Curve {
char pad2[2];
+ void *batch_cache;
} Curve;
#define CURVE_VFONT_ANY(cu) \