Adding Online Manual references for mesh operators

This adds specific references to the correct wiki pages for mesh operators in the 3D View Toolbar. Before they were all going to just Modeling/Meshes/
This commit is contained in:
Jonathan Williamson 2013-11-22 15:09:48 -06:00
parent eb8609c6d3
commit 8da66b2936
Notes: blender-bot 2023-02-14 20:13:07 +01:00
Referenced by issue blender/blender#37479, Improve "Online Manual" Operator for Tools and Options
Referenced by issue #37587, Online Manual References for Mesh Operators
1 changed files with 14 additions and 0 deletions

View File

@ -301,6 +301,16 @@ url_manual_mapping = (
# ("bpy.ops.mask.*", ""), # TODO
("bpy.ops.material.new", "Materials/Assigning_a_material#Creating_a_new_Material"),
("bpy.ops.material.*", "Materials"),
("bpy.ops.mesh.vertices_smooth", "Modeling/Meshes/Editing/Deforming/Smooth"),
("bpy.ops.view3d.edit_mesh_extrude*", "Modeling/Meshes/Editing/Duplicating/Extrude"),
("bpy.ops.mesh.subdivide", "Modeling/Meshes/Editing/Subdividing/Subdivide"),
("bpy.ops.mesh.loopcut_slide", "Modeling/Meshes/Editing/Subdividing/Loop_Subdivide"),
("bpy.ops.mesh.bridge_edge_loops", "Modeling/Meshes/Editing/Edges#Bridge_Edge_Loops"),
("bpy.ops.mesh.duplicate_move", "Modeling/Meshes/Editing/Duplicating/Duplicate"),
("bpy.ops.mesh.spin", "Modeling/Meshes/Editing/Duplicating/Spin"),
("bpy.ops.mesh.screw", "Modeling/Meshes/Editing/Duplicating/Screw"),
("bpy.ops.mesh.knife*", "Modeling/Meshes/Editing/Subdividing/Knife_Subdivide"),
("bpy.ops.mesh.bisect", "Modeling/Meshes/Editing/Subdividing/Bisect"),
("bpy.ops.mball.*", "Modeling/Metas"),
("bpy.ops.mesh.*", "Modeling/Meshes"),
("bpy.ops.nla.*", "Animation/Editors/NLA"),
@ -327,6 +337,10 @@ url_manual_mapping = (
("bpy.ops.text.*", "Extensions/Python/Text_editor"),
("bpy.ops.texture.*", "Textures"),
("bpy.ops.time.*", "Animation/Timeline"),
("bpy.ops.transform.edge_slide", "Modeling/Meshes/Editing/Edges#Edge_Slide"),
("bpy.ops.transform.vert_slide", "Modeling/Meshes/Editing/Vertices#Vertex_Slide"),
("bpy.ops.transform.shrink_fatten", "Modeling/Meshes/Editing/Deforming/Shrink-Fatten"),
("bpy.ops.transform.push_pull", "3D_interaction/Transformations/Advanced/Push_Pull"),
("bpy.ops.transform.*", "3D_interaction/Transform_Control"),
("bpy.ops.ui.*", "Interface"),
("bpy.ops.uv.*", "Textures/Mapping/UV/Layout_Editing"),