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:
Diffstat (limited to 'source/blender/editors/space_nla/nla_edit.c')
-rw-r--r--source/blender/editors/space_nla/nla_edit.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c
index c60f73112f2..167d680799c 100644
--- a/source/blender/editors/space_nla/nla_edit.c
+++ b/source/blender/editors/space_nla/nla_edit.c
@@ -165,7 +165,7 @@ void NLA_OT_tweakmode_enter (wmOperatorType *ot)
/* identifiers */
ot->name= "Enter Tweak Mode";
ot->idname= "NLA_OT_tweakmode_enter";
- ot->description= "Enter tweaking mode for the action referenced by the active strip.";
+ ot->description= "Enter tweaking mode for the action referenced by the active strip";
/* api callbacks */
ot->exec= nlaedit_enable_tweakmode_exec;
@@ -230,7 +230,7 @@ void NLA_OT_tweakmode_exit (wmOperatorType *ot)
/* identifiers */
ot->name= "Exit Tweak Mode";
ot->idname= "NLA_OT_tweakmode_exit";
- ot->description= "Exit tweaking mode for the action referenced by the active strip.";
+ ot->description= "Exit tweaking mode for the action referenced by the active strip";
/* api callbacks */
ot->exec= nlaedit_disable_tweakmode_exec;
@@ -353,7 +353,7 @@ void NLA_OT_actionclip_add (wmOperatorType *ot)
/* identifiers */
ot->name= "Add Action Strip";
ot->idname= "NLA_OT_actionclip_add";
- ot->description= "Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track.";
+ ot->description= "Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track";
/* api callbacks */
ot->invoke= nlaedit_add_actionclip_invoke;
@@ -473,7 +473,7 @@ void NLA_OT_transition_add (wmOperatorType *ot)
/* identifiers */
ot->name= "Add Transition";
ot->idname= "NLA_OT_transition_add";
- ot->description= "Add a transition strip between two adjacent selected strips.";
+ ot->description= "Add a transition strip between two adjacent selected strips";
/* api callbacks */
ot->exec= nlaedit_add_transition_exec;
@@ -535,7 +535,7 @@ void NLA_OT_meta_add (wmOperatorType *ot)
/* identifiers */
ot->name= "Add Meta-Strips";
ot->idname= "NLA_OT_meta_add";
- ot->description= "Add new meta-strips incorporating the selected strips.";
+ ot->description= "Add new meta-strips incorporating the selected strips";
/* api callbacks */
ot->exec= nlaedit_add_meta_exec;
@@ -587,7 +587,7 @@ void NLA_OT_meta_remove (wmOperatorType *ot)
/* identifiers */
ot->name= "Remove Meta-Strips";
ot->idname= "NLA_OT_meta_remove";
- ot->description= "Separate out the strips held by the selected meta-strips.";
+ ot->description= "Separate out the strips held by the selected meta-strips";
/* api callbacks */
ot->exec= nlaedit_remove_meta_exec;
@@ -690,7 +690,7 @@ void NLA_OT_duplicate (wmOperatorType *ot)
/* identifiers */
ot->name= "Duplicate Strips";
ot->idname= "NLA_OT_duplicate";
- ot->description= "Duplicate selected NLA-Strips, adding the new strips in new tracks above the originals.";
+ ot->description= "Duplicate selected NLA-Strips, adding the new strips in new tracks above the originals";
/* api callbacks */
ot->invoke= nlaedit_duplicate_invoke;
@@ -765,7 +765,7 @@ void NLA_OT_delete (wmOperatorType *ot)
/* identifiers */
ot->name= "Delete Strips";
ot->idname= "NLA_OT_delete";
- ot->description= "Delete selected strips.";
+ ot->description= "Delete selected strips";
/* api callbacks */
ot->exec= nlaedit_delete_exec;
@@ -910,7 +910,7 @@ void NLA_OT_split (wmOperatorType *ot)
/* identifiers */
ot->name= "Split Strips";
ot->idname= "NLA_OT_split";
- ot->description= "Split selected strips at their midpoints.";
+ ot->description= "Split selected strips at their midpoints";
/* api callbacks */
ot->exec= nlaedit_split_exec;
@@ -962,7 +962,7 @@ void NLA_OT_bake (wmOperatorType *ot)
/* identifiers */
ot->name= "Bake Strips";
ot->idname= "NLA_OT_bake";
- ot->description= "Bake all strips of selected AnimData blocks.";
+ ot->description= "Bake all strips of selected AnimData blocks";
/* api callbacks */
ot->exec= nlaedit_bake_exec;
@@ -1024,7 +1024,7 @@ void NLA_OT_mute_toggle (wmOperatorType *ot)
/* identifiers */
ot->name= "Toggle Muting";
ot->idname= "NLA_OT_mute_toggle";
- ot->description= "Mute or un-muted selected strips.";
+ ot->description= "Mute or un-muted selected strips";
/* api callbacks */
ot->exec= nlaedit_toggle_mute_exec;
@@ -1098,7 +1098,7 @@ void NLA_OT_move_up (wmOperatorType *ot)
/* identifiers */
ot->name= "Move Strips Up";
ot->idname= "NLA_OT_move_up";
- ot->description= "Move selected strips up a track if there's room.";
+ ot->description= "Move selected strips up a track if there's room";
/* api callbacks */
ot->exec= nlaedit_move_up_exec;
@@ -1172,7 +1172,7 @@ void NLA_OT_move_down (wmOperatorType *ot)
/* identifiers */
ot->name= "Move Strips Down";
ot->idname= "NLA_OT_move_down";
- ot->description= "Move selected strips down a track if there's room.";
+ ot->description= "Move selected strips down a track if there's room";
/* api callbacks */
ot->exec= nlaedit_move_down_exec;
@@ -1248,7 +1248,7 @@ void NLA_OT_action_sync_length (wmOperatorType *ot)
/* identifiers */
ot->name= "Sync Action Length";
ot->idname= "NLA_OT_action_sync_length";
- ot->description= "Sychronise the length of the referenced Action with the lengths used in the strip.";
+ ot->description= "Sychronise the length of the referenced Action with the lengths used in the strip";
/* api callbacks */
ot->exec= nlaedit_sync_actlen_exec;
@@ -1349,7 +1349,7 @@ void NLA_OT_apply_scale (wmOperatorType *ot)
/* identifiers */
ot->name= "Apply Scale";
ot->idname= "NLA_OT_apply_scale";
- ot->description= "Apply scaling of selected strips to their referenced Actions.";
+ ot->description= "Apply scaling of selected strips to their referenced Actions";
/* api callbacks */
ot->exec= nlaedit_apply_scale_exec;
@@ -1412,7 +1412,7 @@ void NLA_OT_clear_scale (wmOperatorType *ot)
/* identifiers */
ot->name= "Clear Scale";
ot->idname= "NLA_OT_clear_scale";
- ot->description= "Reset scaling of selected strips.";
+ ot->description= "Reset scaling of selected strips";
/* api callbacks */
ot->exec= nlaedit_clear_scale_exec;
@@ -1553,7 +1553,7 @@ void NLA_OT_snap (wmOperatorType *ot)
/* identifiers */
ot->name= "Snap Strips";
ot->idname= "NLA_OT_snap";
- ot->description= "Move start of strips to specified time.";
+ ot->description= "Move start of strips to specified time";
/* api callbacks */
ot->invoke= WM_menu_invoke;