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:
authorCampbell Barton <ideasman42@gmail.com>2013-06-16 13:14:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-16 13:14:24 +0400
commit4e23e9cab167aa3e29b41911615a7939a0ccc852 (patch)
treea2d3951ab4d9975063e57f22e426b0a889ba162c /source/blender/makesdna
parentc9341334b17db0df98c9f01142fc954e77962823 (diff)
replace strcat with BLI_strcpy_rlen in draw_selected_name(), view3d function.
also fix for incorrect flag checking for shape key pin.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_armature_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h
index 8fcb079cd4f..4780b2e85de 100644
--- a/source/blender/makesdna/DNA_armature_types.h
+++ b/source/blender/makesdna/DNA_armature_types.h
@@ -89,7 +89,7 @@ typedef struct bArmature {
* - active should be ignored when not visible (hidden layer) */
Bone *act_bone; /* active bone (when not in editmode) */
- void *act_edbone; /* active editbone (in editmode) */
+ struct EditBone *act_edbone; /* active editbone (in editmode) */
void *sketch; /* sketch struct for etch-a-ton */