[Bf-blender-cvs] [709f67cbf0b] master: Docs: note that Bone.xwidth & zwidth are doubled

Campbell Barton noreply at git.blender.org
Wed Feb 2 07:31:27 CET 2022


Commit: 709f67cbf0be66cbf6f23a38c89e5cf62071d8a0
Author: Campbell Barton
Date:   Wed Feb 2 17:28:48 2022 +1100
Branches: master
https://developer.blender.org/rB709f67cbf0be66cbf6f23a38c89e5cf62071d8a0

Docs: note that Bone.xwidth & zwidth are doubled

===================================================================

M	source/blender/makesdna/DNA_armature_types.h

===================================================================

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.



More information about the Bf-blender-cvs mailing list