Fix links

This commit is contained in:
Aaron Carlisle 2016-03-03 11:47:20 -05:00
parent 27da8e1f8a
commit d8ec8e8631
2 changed files with 5 additions and 4 deletions

1
Blender_Addons Submodule

@ -0,0 +1 @@
Subproject commit 8545580498217e4993e92f837b8d9b35577cc507

View File

@ -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/objects"), # catchall, todo - refine
("bpy.types.Object.*", "editors/3dview/object"), # 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/objects/types/speaker.html"),
("bpy.types.Speaker.*", "editors/3dview/objects/types/speaker.html"),
("bpy.types.Sound.*", "editors/3dview/object/types/speaker.html"),
("bpy.types.Speaker.*", "editors/3dview/object/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/groups.html"),
("bpy.ops.group.*", "editors/3dview/object/relationships/groups.html"),
("bpy.ops.image.*", "render/blender_render/textures/types/image.html"),
# ("bpy.ops.import_anim.*", ""), # TODO
# ("bpy.ops.import_curve.*", ""), # TODO