From 709f67cbf0be66cbf6f23a38c89e5cf62071d8a0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 2 Feb 2022 17:28:48 +1100 Subject: [PATCH] Docs: note that Bone.xwidth & zwidth are doubled --- source/blender/makesdna/DNA_armature_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h index 566ffd19669..1005b5186aa 100644 --- a/source/blender/makesdna/DNA_armature_types.h +++ b/source/blender/makesdna/DNA_armature_types.h @@ -77,7 +77,7 @@ typedef struct Bone { /** dist, weight: for non-deformgroup deforms. */ float dist, weight; /** - * The width for block bones. + * The width for block bones. The final X/Z bone widths are double these values. * * \note keep in this order for transform code which stores a pointer to `xwidth`, * accessing length and `zwidth` as offsets.