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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-14 21:59:26 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-14 21:59:26 +0400
commitf1a745c436887d14c8dbe1029154c13dda127ecd (patch)
tree1ef6b5c15242baf1e910e3e7791ffc8e42dc71ca /source/blender/editors/space_outliner
parent4b3dafcaa765249c0787b41df014f32863cd202f (diff)
2.5: Armature
* Bone Transform panel now works, using appropriate EditBone or PoseChannel properties. * Bone name and parent are now editable. * Some other tweaks to the UI layouts for Armature and Bone. * Notifiers for armature/editbone properties.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index e99774a8b9f..40324a5a65f 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -1559,7 +1559,7 @@ void OUTLINER_OT_renderability_toggle(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Toggle Renderability";
- ot->idname= "OUTLINER_OT_renederability_toggle";
+ ot->idname= "OUTLINER_OT_renderability_toggle";
ot->description= "Toggle the renderbility of selected items.";
/* callbacks */