Updated descriptions from Ron Walker
This commit is contained in:
@@ -512,6 +512,7 @@ static void SCREEN_OT_actionzone(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Handle area action zones";
|
||||
ot->description= "Handle area action zones for mouse actions/gestures.";
|
||||
ot->idname= "SCREEN_OT_actionzone";
|
||||
|
||||
ot->invoke= actionzone_invoke;
|
||||
@@ -628,6 +629,7 @@ static int area_swap_modal(bContext *C, wmOperator *op, wmEvent *event)
|
||||
static void SCREEN_OT_area_swap(wmOperatorType *ot)
|
||||
{
|
||||
ot->name= "Swap areas";
|
||||
ot->description= "Swap selected areas screen positions.";
|
||||
ot->idname= "SCREEN_OT_area_swap";
|
||||
|
||||
ot->invoke= area_swap_invoke;
|
||||
@@ -692,6 +694,7 @@ static int area_dupli_invoke(bContext *C, wmOperator *op, wmEvent *event)
|
||||
static void SCREEN_OT_area_dupli(wmOperatorType *ot)
|
||||
{
|
||||
ot->name= "Duplicate Area into New Window";
|
||||
ot->description= "Duplicate selected area into new window.";
|
||||
ot->idname= "SCREEN_OT_area_dupli";
|
||||
|
||||
ot->invoke= area_dupli_invoke;
|
||||
@@ -931,6 +934,7 @@ static void SCREEN_OT_area_move(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Move area edges";
|
||||
ot->description= "Move selected area edges.";
|
||||
ot->idname= "SCREEN_OT_area_move";
|
||||
|
||||
ot->exec= area_move_exec;
|
||||
@@ -1246,6 +1250,7 @@ static EnumPropertyItem prop_direction_items[] = {
|
||||
static void SCREEN_OT_area_split(wmOperatorType *ot)
|
||||
{
|
||||
ot->name = "Split area";
|
||||
ot->description= "Split selected area into new windows.";
|
||||
ot->idname = "SCREEN_OT_area_split";
|
||||
|
||||
ot->exec= area_split_exec;
|
||||
@@ -1372,6 +1377,7 @@ static void SCREEN_OT_region_scale(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Scale Region Size";
|
||||
ot->description= "Scale selected area.";
|
||||
ot->idname= "SCREEN_OT_region_scale";
|
||||
|
||||
ot->invoke= region_scale_invoke;
|
||||
@@ -1432,6 +1438,7 @@ static int frame_jump_exec(bContext *C, wmOperator *op)
|
||||
static void SCREEN_OT_frame_jump(wmOperatorType *ot)
|
||||
{
|
||||
ot->name = "Jump to Endpoint";
|
||||
ot->description= "Jump to first/last frame in frame range.";
|
||||
ot->idname = "SCREEN_OT_frame_jump";
|
||||
|
||||
ot->exec= frame_jump_exec;
|
||||
@@ -1497,6 +1504,7 @@ static int keyframe_jump_exec(bContext *C, wmOperator *op)
|
||||
static void SCREEN_OT_keyframe_jump(wmOperatorType *ot)
|
||||
{
|
||||
ot->name = "Jump to Keyframe";
|
||||
ot->description= "Jump to previous/next keyframe.";
|
||||
ot->idname = "SCREEN_OT_keyframe_jump";
|
||||
|
||||
ot->exec= keyframe_jump_exec;
|
||||
@@ -1553,6 +1561,7 @@ static int screen_set_exec(bContext *C, wmOperator *op)
|
||||
static void SCREEN_OT_screen_set(wmOperatorType *ot)
|
||||
{
|
||||
ot->name = "Set Screen";
|
||||
ot->description= "Cycle through available screens.";
|
||||
ot->idname = "SCREEN_OT_screen_set";
|
||||
|
||||
ot->exec= screen_set_exec;
|
||||
@@ -1575,6 +1584,7 @@ static int screen_full_area_exec(bContext *C, wmOperator *op)
|
||||
static void SCREEN_OT_screen_full_area(wmOperatorType *ot)
|
||||
{
|
||||
ot->name = "Toggle Full Screen";
|
||||
ot->description= "Toggle display selected area as fullscreen.";
|
||||
ot->idname = "SCREEN_OT_screen_full_area";
|
||||
|
||||
ot->exec= screen_full_area_exec;
|
||||
@@ -1848,6 +1858,7 @@ static void SCREEN_OT_area_join(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Join area";
|
||||
ot->description= "Join selected areas into new window.";
|
||||
ot->idname= "SCREEN_OT_area_join";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -1881,6 +1892,7 @@ static void SCREEN_OT_repeat_last(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Repeat Last";
|
||||
ot->description= "Repeat last action.";
|
||||
ot->idname= "SCREEN_OT_repeat_last";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -1933,6 +1945,7 @@ static void SCREEN_OT_repeat_history(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Repeat History";
|
||||
ot->description= "Display menu for previous actions performed.";
|
||||
ot->idname= "SCREEN_OT_repeat_history";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -1966,6 +1979,7 @@ static void SCREEN_OT_redo_last(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Redo Last";
|
||||
ot->description= "Display menu for last action performed.";
|
||||
ot->idname= "SCREEN_OT_redo_last";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -2009,6 +2023,7 @@ static void SCREEN_OT_region_split(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Split Region";
|
||||
ot->description= "Split area by directional position.";
|
||||
ot->idname= "SCREEN_OT_region_split";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -2098,6 +2113,7 @@ static void SCREEN_OT_region_foursplit(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Toggle Quad View";
|
||||
ot->description= "Split selected area into camera, front, right & top views.";
|
||||
ot->idname= "SCREEN_OT_region_foursplit";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -2292,6 +2308,7 @@ static void SCREEN_OT_animation_step(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Animation Step";
|
||||
ot->description= "Step through animation by position.";
|
||||
ot->idname= "SCREEN_OT_animation_step";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -2348,6 +2365,7 @@ static void SCREEN_OT_animation_play(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Play Animation";
|
||||
ot->description= "Play animation.";
|
||||
ot->idname= "SCREEN_OT_animation_play";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -2945,6 +2963,7 @@ static void SCREEN_OT_render(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Render";
|
||||
ot->description= "Render active scene.";
|
||||
ot->idname= "SCREEN_OT_render";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -2992,6 +3011,7 @@ static void SCREEN_OT_render_view_cancel(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Cancel Render View";
|
||||
ot->description= "Cancel show render view.";
|
||||
ot->idname= "SCREEN_OT_render_view_cancel";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -3037,6 +3057,7 @@ static void SCREEN_OT_render_view_show(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Show/Hide Render View";
|
||||
ot->description= "Toggle show render view.";
|
||||
ot->idname= "SCREEN_OT_render_view_show";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -3075,6 +3096,7 @@ static void SCREEN_OT_userpref_show(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Show/Hide User Preferences";
|
||||
ot->description= "Show/hide user preferences.";
|
||||
ot->idname= "SCREEN_OT_userpref_show";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -3099,6 +3121,7 @@ void SCREEN_OT_new(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "New Screen";
|
||||
ot->description= "Add a new screen.";
|
||||
ot->idname= "SCREEN_OT_new";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -3122,7 +3145,8 @@ static int screen_delete_exec(bContext *C, wmOperator *op)
|
||||
void SCREEN_OT_delete(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Delete Scene";
|
||||
ot->name= "Delete Screen"; //was scene
|
||||
ot->description= "Delete active screen.";
|
||||
ot->idname= "SCREEN_OT_delete";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -3164,6 +3188,7 @@ void SCENE_OT_new(wmOperatorType *ot)
|
||||
|
||||
/* identifiers */
|
||||
ot->name= "New Scene";
|
||||
ot->description= "Add new scene by type.";
|
||||
ot->idname= "SCENE_OT_new";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -3192,6 +3217,7 @@ void SCENE_OT_delete(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Delete Scene";
|
||||
ot->description= "Delete active scene.";
|
||||
ot->idname= "SCENE_OT_delete";
|
||||
|
||||
/* api callbacks */
|
||||
|
||||
@@ -70,8 +70,8 @@ void BUTTONS_OT_toolbox(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Toolbox";
|
||||
ot->description="Display button panel toolbox";
|
||||
ot->idname= "BUTTONS_OT_toolbox";
|
||||
ot->description="Toolbar panel? DOC_BROKEN";
|
||||
|
||||
/* api callbacks */
|
||||
ot->invoke= toolbox_invoke;
|
||||
@@ -139,8 +139,8 @@ void BUTTONS_OT_file_browse(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "File Browse";
|
||||
ot->idname= "BUTTONS_OT_file_browse";
|
||||
ot->description="Open a file browser.";
|
||||
ot->idname= "BUTTONS_OT_file_browse";
|
||||
|
||||
/* api callbacks */
|
||||
ot->invoke= file_browse_invoke;
|
||||
|
||||
@@ -221,6 +221,7 @@ void FILE_OT_select_border(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Activate/Select File";
|
||||
ot->description= "Activate/select the file(s) contained in the border.";
|
||||
ot->idname= "FILE_OT_select_border";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -273,6 +274,7 @@ void FILE_OT_select(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Activate/Select File";
|
||||
ot->description= "Activate/select file.";
|
||||
ot->idname= "FILE_OT_select";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -317,6 +319,7 @@ void FILE_OT_select_all_toggle(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Select/Deselect all files";
|
||||
ot->description= "Select/deselect all files.";
|
||||
ot->idname= "FILE_OT_select_all_toggle";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -352,6 +355,7 @@ void FILE_OT_select_bookmark(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Select Directory";
|
||||
ot->description= "Select a bookmarked directory.";
|
||||
ot->idname= "FILE_OT_select_bookmark";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -384,6 +388,7 @@ void FILE_OT_add_bookmark(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Add Bookmark";
|
||||
ot->description= "Add a bookmark for the selected/active directory.";
|
||||
ot->idname= "FILE_OT_add_bookmark";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -416,6 +421,7 @@ void FILE_OT_delete_bookmark(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Delete Bookmark";
|
||||
ot->description= "Delete selected bookmark.";
|
||||
ot->idname= "FILE_OT_delete_bookmark";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -445,6 +451,7 @@ void FILE_OT_loadimages(wmOperatorType *ot)
|
||||
|
||||
/* identifiers */
|
||||
ot->name= "Load Images";
|
||||
ot->description= "Load selected image(s).";
|
||||
ot->idname= "FILE_OT_loadimages";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -499,6 +506,7 @@ void FILE_OT_highlight(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Highlight File";
|
||||
ot->description= "Highlight selected file(s).";
|
||||
ot->idname= "FILE_OT_highlight";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -540,6 +548,7 @@ void FILE_OT_cancel(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Cancel File Load";
|
||||
ot->description= "Cancel loading of selected file.";
|
||||
ot->idname= "FILE_OT_cancel";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -619,6 +628,7 @@ void FILE_OT_execute(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Execute File Window";
|
||||
ot->description= "Execute selected file.";
|
||||
ot->idname= "FILE_OT_execute";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -649,6 +659,7 @@ void FILE_OT_parent(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Parent File";
|
||||
ot->description= "Move to parent directory.";
|
||||
ot->idname= "FILE_OT_parent";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -673,6 +684,7 @@ void FILE_OT_previous(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Previous Folder";
|
||||
ot->description= "Move to previous folder.";
|
||||
ot->idname= "FILE_OT_previous";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -703,6 +715,7 @@ void FILE_OT_next(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Next Folder";
|
||||
ot->description= "Move to next folder.";
|
||||
ot->idname= "FILE_OT_next";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -766,8 +779,8 @@ void FILE_OT_directory_new(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Create New Directory";
|
||||
ot->idname= "FILE_OT_directory_new";
|
||||
ot->description= "Create a new directory";
|
||||
ot->idname= "FILE_OT_directory_new";
|
||||
|
||||
/* api callbacks */
|
||||
ot->invoke= WM_operator_confirm;
|
||||
@@ -832,6 +845,7 @@ void FILE_OT_refresh(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Refresh Filelist";
|
||||
ot->description= "Refresh the file list.";
|
||||
ot->idname= "FILE_OT_refresh";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -859,6 +873,7 @@ void FILE_OT_hidedot(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Toggle Hide Dot Files";
|
||||
ot->description= "Toggle hide hidden dot files.";
|
||||
ot->idname= "FILE_OT_hidedot";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -908,6 +923,7 @@ void FILE_OT_bookmark_toggle(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Toggle Bookmarks";
|
||||
ot->description= "Toggle bookmarks display.";
|
||||
ot->idname= "FILE_OT_bookmark_toggle";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -936,6 +952,7 @@ void FILE_OT_filenum(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Increment Number in Filename";
|
||||
ot->description= "Increment number in filename.";
|
||||
ot->idname= "FILE_OT_filenum";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -987,6 +1004,7 @@ void FILE_OT_rename(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Rename File or Directory";
|
||||
ot->description= "Rename file or file directory.";
|
||||
ot->idname= "FILE_OT_rename";
|
||||
|
||||
/* api callbacks */
|
||||
@@ -1037,6 +1055,7 @@ void FILE_OT_delete(struct wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Delete File";
|
||||
ot->description= "Delete selected file.";
|
||||
ot->idname= "FILE_OT_delete";
|
||||
|
||||
/* api callbacks */
|
||||
|
||||
Reference in New Issue
Block a user