Skip to content
Snippets Groups Projects
Commit 9623d5d6 authored by Campbell Barton's avatar Campbell Barton
Browse files

data file for online manual reference.

parent 4be5a985
No related branches found
No related tags found
No related merge requests found
# this file maps RNA to online URL's for right mouse context menu
# documentation access
# URL prefix is the: url_manual_prefix + url_manual_mapping[id]
url_manual_prefix = "http://wiki.blender.org/index.php/Doc:2.6/Manual/"
# the key is infact a regex mapping '.*' means anything.
url_manual_mapping = {
"bpy.types.ArmatureModifier.*": "Modifiers/Deform/Armature",
"bpy.types.SmoothModifier.*": "Modifiers/Deform/Smooth",
"bpy.types.SubsurfModifier.*": "Modifiers/Generate/Subsurf",
"bpy.types.Material.diffuse.*": "Materials/Properties/Diffuse_Shaders",
}
# may have 'url_reference_mapping'... etc later
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment