From fa0e89b9e857b8696dbecdfe82aa7adea6d5a947 Mon Sep 17 00:00:00 2001 From: Germano Date: Fri, 16 Feb 2018 02:01:09 -0200 Subject: Metalball drawing: rename mball helpers to handles and also rename some related functions --- source/blender/makesdna/DNA_meta_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_meta_types.h') diff --git a/source/blender/makesdna/DNA_meta_types.h b/source/blender/makesdna/DNA_meta_types.h index f9ba45efef8..d1f001fccc4 100644 --- a/source/blender/makesdna/DNA_meta_types.h +++ b/source/blender/makesdna/DNA_meta_types.h @@ -62,7 +62,7 @@ typedef struct MetaElem { /* Draw_Data: stores pointers used for shader attributes */ float draw_scale_xform[3][4]; /* Matrix of Scale and Translation */ - float draw_stiffness_radius; /* stiffness circle radius (only in edit mode) */ + float draw_stiffness_radius; /* radius of the stiffness circle (only in edit mode) */ float pad; } MetaElem; -- cgit v1.2.3