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:
authorMattias Fredriksson <Osares>2022-08-25 01:11:55 +0300
committerHans Goudey <h.goudey@me.com>2022-08-25 01:22:29 +0300
commit1dae11ccb5f9aea099d8f52ae32138bed02d946f (patch)
treefc724edbcb12edac549080440cc042b1720af82a /source/blender/makesdna/DNA_curves_types.h
parentf593a560d3ca6db3bcd34960dfcb9bfc24cdf052 (diff)
Cleanup: Improve comments
Add to comments in curves header, fix typo in attribute header. Ref D14481
Diffstat (limited to 'source/blender/makesdna/DNA_curves_types.h')
-rw-r--r--source/blender/makesdna/DNA_curves_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_curves_types.h b/source/blender/makesdna/DNA_curves_types.h
index 89deeec898b..6c38d316508 100644
--- a/source/blender/makesdna/DNA_curves_types.h
+++ b/source/blender/makesdna/DNA_curves_types.h
@@ -30,6 +30,7 @@ typedef enum CurveType {
CURVE_TYPE_BEZIER = 2,
CURVE_TYPE_NURBS = 3,
} CurveType;
+/* The number of supported curve types. */
#define CURVE_TYPES_NUM 4
typedef enum HandleType {