From d116932f3a6cf081cd55aba11b4baf32b998a4d2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 3 May 2017 08:34:24 +0200 Subject: Add BBone and Wire Armature draw types to DrawManager. Most of this was copying/adapting code from octahedral existing draw code, tough part was to get BBone matrices to behave as expected, they are using a fairly specific setup... Addresses T51365 and T51362. --- source/blender/makesdna/DNA_action_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_action_types.h') diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h index cc64ce92881..c05267c1365 100644 --- a/source/blender/makesdna/DNA_action_types.h +++ b/source/blender/makesdna/DNA_action_types.h @@ -262,6 +262,7 @@ typedef struct bPoseChannel { struct bPoseChannel *bbone_next; void *temp; /* use for outliner */ + void *bbone_matrices; /* Used to cache each bbone's segment matrix. */ } bPoseChannel; -- cgit v1.2.3