[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22551] branches/blender2.5/blender/source /blender/editors/mesh: mesh operator documentation patch from Ron walker, ( edited a few of the descriptions)

Campbell Barton ideasman42 at gmail.com
Mon Aug 17 06:15:54 CEST 2009


Revision: 22551
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22551
Author:   campbellbarton
Date:     2009-08-17 06:15:53 +0200 (Mon, 17 Aug 2009)

Log Message:
-----------
mesh operator documentation patch from Ron walker, (edited a few of the descriptions)

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/mesh/editmesh.c
    branches/blender2.5/blender/source/blender/editors/mesh/editmesh_add.c
    branches/blender2.5/blender/source/blender/editors/mesh/editmesh_loop.c
    branches/blender2.5/blender/source/blender/editors/mesh/editmesh_mods.c
    branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c
    branches/blender2.5/blender/source/blender/editors/mesh/mesh_layers.c
    branches/blender2.5/blender/source/blender/editors/mesh/mesh_ops.c

Modified: branches/blender2.5/blender/source/blender/editors/mesh/editmesh.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/mesh/editmesh.c	2009-08-17 03:16:14 UTC (rev 22550)
+++ branches/blender2.5/blender/source/blender/editors/mesh/editmesh.c	2009-08-17 04:15:53 UTC (rev 22551)
@@ -1623,6 +1623,7 @@
 {
 	/* identifiers */
 	ot->name= "Separate";
+	ot->description= "Separate selected geometry into a new mesh.";
 	ot->idname= "MESH_OT_separate";
 	
 	/* api callbacks */

Modified: branches/blender2.5/blender/source/blender/editors/mesh/editmesh_add.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/mesh/editmesh_add.c	2009-08-17 03:16:14 UTC (rev 22550)
+++ branches/blender2.5/blender/source/blender/editors/mesh/editmesh_add.c	2009-08-17 04:15:53 UTC (rev 22551)
@@ -227,6 +227,7 @@
 {
 	/* identifiers */
 	ot->name= "Duplicate or Extrude at 3D Cursor";
+	ot->description= "Duplicate and extrude selected vertices, edges or faces towards 3D Cursor.";
 	ot->idname= "MESH_OT_dupli_extrude_cursor";
 	
 	/* api callbacks */
@@ -358,6 +359,7 @@
 {
 	/* identifiers */
 	ot->name= "Make F-gon";
+	ot->description= "Make fgon from selected faces.";
 	ot->idname= "MESH_OT_fgon_make";
 	
 	/* api callbacks */
@@ -390,6 +392,7 @@
 {
 	/* identifiers */
 	ot->name= "Clear F-gon";
+	ot->description= "Clear fgon from selected face.";
 	ot->idname= "MESH_OT_fgon_clear";
 	
 	/* api callbacks */
@@ -801,6 +804,7 @@
 {
 	/* identifiers */
 	ot->name= "Make Edge/Face";
+	ot->description= "Add an edge or face to selected.";
 	ot->idname= "MESH_OT_edge_face_add";
 	
 	/* api callbacks */
@@ -1327,6 +1331,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Plane";
+	ot->description= "Construct a filled planar mesh with 4 vertices.";
 	ot->idname= "MESH_OT_primitive_plane_add";
 	
 	/* api callbacks */
@@ -1359,6 +1364,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Cube";
+	ot->description= "Construct a cube mesh.";
 	ot->idname= "MESH_OT_primitive_cube_add";
 	
 	/* api callbacks */
@@ -1391,6 +1397,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Circle";
+	ot->description= "Construct a circle mesh.";
 	ot->idname= "MESH_OT_primitive_circle_add";
 	
 	/* api callbacks */
@@ -1428,6 +1435,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Cylinder";
+	ot->description= "Construct a cylindrical mesh (ends filled).";
 	ot->idname= "MESH_OT_primitive_cylinder_add";
 	
 	/* api callbacks */
@@ -1465,6 +1473,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Tube";
+	ot->description= "Construct a cylindrical mesh (ends not filled).";
 	ot->idname= "MESH_OT_primitive_tube_add";
 	
 	/* api callbacks */
@@ -1502,6 +1511,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Cone";
+	ot->description= "Construct a conic mesh (ends filled).";
 	ot->idname= "MESH_OT_primitive_cone_add";
 	
 	/* api callbacks */
@@ -1541,6 +1551,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Grid";
+	ot->description= "Construct a grid mesh.";
 	ot->idname= "MESH_OT_primitive_grid_add";
 	
 	/* api callbacks */
@@ -1576,6 +1587,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Monkey";
+	ot->description= "Construct a Suzanne mesh.";
 	ot->idname= "MESH_OT_primitive_monkey_add";
 	
 	/* api callbacks */
@@ -1608,6 +1620,7 @@
 {
 	/* identifiers */
 	ot->name= "Add UV Sphere";
+	ot->description= "Construct a UV sphere mesh.";
 	ot->idname= "MESH_OT_primitive_uv_sphere_add";
 	
 	/* api callbacks */
@@ -1645,6 +1658,7 @@
 {
 	/* identifiers */
 	ot->name= "Add Ico Sphere";
+	ot->description= "Construct an Icosphere mesh.";
 	ot->idname= "MESH_OT_primitive_ico_sphere_add";
 	
 	/* api callbacks */
@@ -1690,6 +1704,7 @@
 {
 	/* identifiers */
 	ot->name= "Duplicate";
+	ot->description= "Duplicate selected vertices, edges or faces.";
 	ot->idname= "MESH_OT_duplicate";
 	
 	/* api callbacks */

Modified: branches/blender2.5/blender/source/blender/editors/mesh/editmesh_loop.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/mesh/editmesh_loop.c	2009-08-17 03:16:14 UTC (rev 22550)
+++ branches/blender2.5/blender/source/blender/editors/mesh/editmesh_loop.c	2009-08-17 04:15:53 UTC (rev 22551)
@@ -717,6 +717,7 @@
 	PropertyRNA *prop;
 	
 	ot->name= "Knife Cut";
+	ot->description= "Cut selected edges and faces into parts.";
 	ot->idname= "MESH_OT_knife_cut";
 	
 	ot->invoke= WM_gesture_lines_invoke;

Modified: branches/blender2.5/blender/source/blender/editors/mesh/editmesh_mods.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/mesh/editmesh_mods.c	2009-08-17 03:16:14 UTC (rev 22550)
+++ branches/blender2.5/blender/source/blender/editors/mesh/editmesh_mods.c	2009-08-17 04:15:53 UTC (rev 22551)
@@ -1272,6 +1272,7 @@
 
 	/* identifiers */
 	ot->name= "Select Similar";
+	ot->description= "Select similar vertices, edges or faces by property types.";
 	ot->idname= "MESH_OT_select_similar";
 	
 	/* api callbacks */
@@ -2000,6 +2001,7 @@
 {
 	/* identifiers */
 	ot->name= "Multi Select Loops";
+	ot->description= "Select a loop of connected edges by connection type.";
 	ot->idname= "MESH_OT_loop_multi_select";
 	
 	/* api callbacks */
@@ -2078,6 +2080,7 @@
 {
 	/* identifiers */
 	ot->name= "Loop Select";
+	ot->description= "Select a loop of connected edges.";
 	ot->idname= "MESH_OT_loop_select";
 	
 	/* api callbacks */
@@ -2177,6 +2180,7 @@
 {
 	/* identifiers */
 	ot->name= "Shortest Path Select";
+	ot->description= "Select shortest path between two selections.";
 	ot->idname= "MESH_OT_select_shortest_path";
 	
 	/* api callbacks */
@@ -2468,6 +2472,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Linked";
+	ot->description= "(un)select all vertices linked to the active mesh.";
 	ot->idname= "MESH_OT_select_linked_pick";
 	
 	/* api callbacks */
@@ -2550,6 +2555,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Linked All";
+	ot->description= "Select all vertices linked to the active mesh.";
 	ot->idname= "MESH_OT_select_linked";
 	
 	/* api callbacks */
@@ -2685,6 +2691,7 @@
 {
 	/* identifiers */
 	ot->name= "Hide Selection";
+	ot->description= "Hide (un)selected vertices, edges or faces.";
 	ot->idname= "MESH_OT_hide";
 	
 	/* api callbacks */
@@ -2751,6 +2758,7 @@
 {
 	/* identifiers */
 	ot->name= "Reveal Hidden";
+	ot->description= "Reveal all hidden vertices, edges and faces.";
 	ot->idname= "MESH_OT_reveal";
 	
 	/* api callbacks */
@@ -2805,6 +2813,7 @@
 
 	/* identifiers */
 	ot->name= "Select by Number of Vertices";
+	ot->description= "Select vertices or faces by vertex count.";
 	ot->idname= "MESH_OT_select_by_number_vertices";
 	
 	/* api callbacks */
@@ -2925,6 +2934,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Sharp Edges";
+	ot->description= "Marked selected edges as sharp.";
 	ot->idname= "MESH_OT_edges_select_sharp";
 	
 	/* api callbacks */
@@ -3092,6 +3102,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Linked Flat Faces";
+	ot->description= "Select linked faces by angle.";
 	ot->idname= "MESH_OT_faces_select_linked_flat";
 	
 	/* api callbacks */
@@ -3192,6 +3203,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Non Manifold";
+	ot->description= "Select all non-manifold vertices or edges.";
 	ot->idname= "MESH_OT_select_non_manifold";
 	
 	/* api callbacks */
@@ -3255,6 +3267,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Inverse";
+	ot->description= "Select inverse of (un)selected vertices, edges or faces.";
 	ot->idname= "MESH_OT_select_inverse";
 	
 	/* api callbacks */
@@ -3292,6 +3305,7 @@
 {
 	/* identifiers */
 	ot->name= "Select/Deselect All";
+	ot->description= "(de)select all vertices, edges or faces.";
 	ot->idname= "MESH_OT_select_all_toggle";
 	
 	/* api callbacks */
@@ -3362,6 +3376,7 @@
 {
 	/* identifiers */
 	ot->name= "Select More";
+	ot->description= "Select more vertices, edges or faces connected to initial selection.";
 	ot->idname= "MESH_OT_select_more";
 
 	/* api callbacks */
@@ -3451,6 +3466,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Less";
+	ot->description= "Select less vertices, edges or faces connected to initial selection.";
 	ot->idname= "MESH_OT_select_less";
 
 	/* api callbacks */
@@ -3520,6 +3536,7 @@
 {
 	/* identifiers */
 	ot->name= "Select Random";
+	ot->description= "Randomly select vertices.";
 	ot->idname= "MESH_OT_select_random";
 
 	/* api callbacks */
@@ -3611,6 +3628,7 @@
 {
 	/* identifiers */
 	ot->name= "Selection Mode";
+	ot->description= "Set the selection mode type.";
 	ot->idname= "MESH_OT_selection_type";
 	
 	/* api callbacks */
@@ -3673,6 +3691,7 @@
 {
 	/* identifiers */
 	ot->name= "Mark Seam";
+	ot->description= "(un)mark selected edges as a seam.";
 	ot->idname= "MESH_OT_mark_seam";
 	
 	/* api callbacks */
@@ -3725,6 +3744,7 @@
 {
 	/* identifiers */
 	ot->name= "Mark Sharp";
+	ot->description= "(un)mark selected edges as sharp.";
 	ot->idname= "MESH_OT_mark_sharp";
 	
 	/* api callbacks */
@@ -3974,6 +3994,7 @@
 {
 	/* identifiers */
 	ot->name= "Make Normals Consistent";
+	ot->description= "Flip all selected vertex and face normals in a consistent direction.";
 	ot->idname= "MESH_OT_normals_make_consistent";
 	
 	/* api callbacks */
@@ -4318,6 +4339,7 @@
 {
 	/* identifiers */
 	ot->name= "Smooth Vertex";
+	ot->description= "Flatten angles of selected vertices.";
 	ot->idname= "MESH_OT_vertices_smooth";
 	
 	/* api callbacks */
@@ -4453,6 +4475,7 @@
 {
 	/* identifiers */
 	ot->name= "Vertices to Sphere";
+	ot->description= "Move selected vertices outward in a spherical shape.";
 	ot->idname= "MESH_OT_vertices_transform_to_sphere";
 	
 	/* api callbacks */
@@ -4516,6 +4539,7 @@
 {
 	/* identifiers */
 	ot->name= "Flip Normals";
+	ot->description= "Toggle the direction of selected face's vertex and face normals.";
 	ot->idname= "MESH_OT_flip_normals";
 	
 	/* api callbacks */

Modified: branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c	2009-08-17 03:16:14 UTC (rev 22550)
+++ branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c	2009-08-17 04:15:53 UTC (rev 22551)
@@ -507,6 +507,7 @@
 {
 	/* identifiers */
 	ot->name= "Remove Doubles";
+	ot->description= "Remove duplicate vertices.";
 	ot->idname= "MESH_OT_remove_doubles";
 
 	/* api callbacks */
@@ -747,6 +748,7 @@
 {
 	/* identifiers */
 	ot->name= "Extrude";

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list