Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlisle.b3d@gmail.com <carlisle.b3d@gmail.com>2016-03-03 20:01:57 +0300
committercarlisle.b3d@gmail.com <carlisle.b3d@gmail.com>2016-03-04 16:58:50 +0300
commit4fe2505139d6e87590a26edbb75de411e80fe7d9 (patch)
tree73bb7ea3ff6afe6196f6a0fc581011488b6b2649 /modules
parentd8ec8e863133838d5a4d99303f140c3b4c913012 (diff)
Revert "Fix links"
This reverts commit 6aa6ded95233da3c8d02b5e8e130ce9b792f3dee.
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_manual_reference.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 22a06c3e..ad89c50f 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -207,12 +207,12 @@ url_manual_mapping = (
("bpy.types.SpaceClipEditor.*", "editors/movie_clip_editor/introduction.html"),
("bpy.types.ColorManaged*", "render/post_process/cm_and_exposure.html"),
#("bpy.types.NodeTree.*", ""), # dont document
- ("bpy.types.Object.*", "editors/3dview/object"), # catchall, todo - refine
+ ("bpy.types.Object.*", "editors/3dview/objects"), # catchall, todo - refine
("bpy.types.ParticleSettings.*", "physics/particles"),
("bpy.types.Scene.*", "data_system/scenes.html"),
("bpy.types.Screen.*", "interface/screens.html"),
- ("bpy.types.Sound.*", "editors/3dview/object/types/speaker.html"),
- ("bpy.types.Speaker.*", "editors/3dview/object/types/speaker.html"),
+ ("bpy.types.Sound.*", "editors/3dview/objects/types/speaker.html"),
+ ("bpy.types.Speaker.*", "editors/3dview/objects/types/speaker.html"),
("bpy.types.Text.*", "editors/text_editor.html"),
("bpy.types.Texture.*", "render/blender_render/textures"),
("bpy.types.VectorFont.*", "modeling/texts"),
@@ -464,7 +464,7 @@ url_manual_mapping = (
("bpy.ops.font.*", "modeling/texts"),
("bpy.ops.gpencil.*", "interface/grease_pencil/index.html"),
("bpy.ops.graph.*", "editors/graph_editor/fcurves.html"),
- ("bpy.ops.group.*", "editors/3dview/object/relationships/groups.html"),
+ ("bpy.ops.group.*", "editors/3dview/groups.html"),
("bpy.ops.image.*", "render/blender_render/textures/types/image.html"),
# ("bpy.ops.import_anim.*", ""), # TODO
# ("bpy.ops.import_curve.*", ""), # TODO