Skip to content

Commit

Permalink
update manual links
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-androcto committed Nov 23, 2019
1 parent 58321c6 commit 8fff300
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions add_mesh_extra_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"location": "View3D > Add > Mesh",
"description": "Add extra mesh object types",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Add_Mesh/Add_Extra",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/mesh_extra_objects.html",
"category": "Add Mesh",
}

Expand Down
2 changes: 1 addition & 1 deletion curve_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Contributed to by guy lateur, Alexander Meißner (Lichtso),
# Dealga McArdle (zeffii), Marvin.K.Breuer (MKB),
# Spivak Vladimir (cwolf3d)
# Origunally an addon by Mackraken
# Originally an addon by Mackraken


bl_info = {
Expand Down
4 changes: 2 additions & 2 deletions development_edit_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"location": "Text Editor > Sidebar > Edit Operator",
"description": "Opens source file of chosen operator or call locations, if source not available",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Development/Edit_Operator_Source",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"development/edit_operator.html",
"category": "Development"}

import bpy
Expand Down
4 changes: 2 additions & 2 deletions development_icon_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"version": (1, 4, 0),
"blender": (2, 80, 0),
"location": "Text Editor > Dev Tab > Icon Viewer",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
"/Py/Scripts/Development/Display_All_Icons",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"development/icon_viewer.html",
"category": "Development"
}

Expand Down
4 changes: 2 additions & 2 deletions development_iskeyfree.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"blender": (2, 80, 0),
"location": "Text Editor > Sidebar > Dev Tab",
"description": "Find free shortcuts, inform about used and print a key list",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
"/Py/Scripts/Development/IsKeyFree",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"development/is_key_free.html",
"category": "Development"
}

Expand Down
4 changes: 2 additions & 2 deletions space_view3d_copy_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"blender": (2, 80, 0),
"location": "View3D > Ctrl-C",
"description": "Copy Attributes Menu from Blender 2.4",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D_interaction/Copy_Attributes_Menu",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"interface/copy_attributes.html",
"category": "Interface",
}

Expand Down
4 changes: 2 additions & 2 deletions space_view3d_modifier_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"location": "Properties > Modifiers",
"description": "Modifiers Specials Show/Hide/Apply Selected",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
"/Py/Scripts/3D_interaction/modifier_tools",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"interface/modifier_tools.html",
"category": "Interface"
}

Expand Down
4 changes: 2 additions & 2 deletions space_view3d_pie_menus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"description": "Pie Menu Activation",
"location": "Addons Preferences",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D_interaction/viewport_pies",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"interface/viewport_pies.html",
"category": "Interface"
}

Expand Down
4 changes: 2 additions & 2 deletions space_view3d_spacebar_menu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"location": "View3D > Spacebar",
"description": "Object Mode Context Sensitive Spacebar Menu",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D_interaction/Dynamic_Spacebar_Menu",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"interface/context_menu.html",
"category": "Interface",
}

Expand Down

0 comments on commit 8fff300

Please sign in to comment.