Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-05-03 17:10:25 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-05-03 17:18:03 +0300
commit827818d37dd2c9caf16ddc2c2b8d9415d6afc3b9 (patch)
tree09f3397b8ab7d8826343291e2a58768595c4d7bf /source/blender/makesdna/DNA_action_types.h
parent6824ee0595c9dd7d1c18864f2bbb8363d5fe69a5 (diff)
Rename bPoseChannel's temp/cache pointer for DrawManager to draw_data.
More generic name, this remains a temp solution anyway, until we have proper handling of temp data from 'magic DEG'! ;)
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index 51d6b000739..d4fd54ce7ad 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -265,7 +265,7 @@ typedef struct bPoseChannel {
float disp_wire_color[4];
void *temp; /* use for outliner */
- void *bbone_matrices; /* Used to cache each bbone's segment matrix. */
+ void *draw_data; /* Used to cache each bbone's segment matrix. */
} bPoseChannel;