Docs: note that Bone.xwidth & zwidth are doubled

This commit is contained in:
Campbell Barton 2022-02-02 17:28:48 +11:00
parent 9b779993f0
commit 709f67cbf0
1 changed files with 1 additions and 1 deletions

View File

@ -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.