[Bf-extensions-cvs] [aee88a0] master: Add Mask to Manual Reference / Fix link

carlisle.b3d@gmail.com noreply at git.blender.org
Wed Feb 3 23:52:44 CET 2016


Commit: aee88a06edf374bf30cc69441d2533a44412a3ac
Author: carlisle.b3d at gmail.com
Date:   Wed Feb 3 17:51:07 2016 -0500
Branches: master
https://developer.blender.org/rBAaee88a06edf374bf30cc69441d2533a44412a3ac

Add Mask to Manual Reference / Fix link

===================================================================

M	modules/rna_manual_reference.py

===================================================================

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index a9238f8..7bdcf69 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -177,13 +177,13 @@ url_manual_mapping = (
     #("bpy.types.Brush.*", ""),   # TODO - manual has no place for this! XXX
     ("bpy.types.Curve.*",         "modeling/curves"),
     ("bpy.types.GreasePencil.*",  "interface/grease_pencil/index.html"),
-    ("bpy.types.Group.*",         "editors/3dview/groups.html"),
+    ("bpy.types.Group.*",         "editors/3dview/relationships/groups.html"),
     ("bpy.types.Image.*",         "render/blender_render/textures/types/image.html"),
     ("bpy.types.ShapeKey.*",      "animation/shape_keys.html"), # not an id but include because of key
     ("bpy.types.Key.*",           "animation/shape_keys.html"),
     #("bpy.types.Lattice.*", ""),  # TODO - manual has no place for this! XXX
     ("bpy.types.Library.*",       "data_system/linked_libraries.html"),
-    #("bpy.types.Mask.*", ""),     # TODO - manual has no place for this! XXX
+    ("bpy.types.Mask.*",          "editors/movie_clip_editor/masking.html"),
 
     # *** Materials (blender internal) ***
     ("bpy.types.Material.diffuse*",  "render/blender_render/materials/properties/diffuse_shaders.html"),
@@ -475,7 +475,7 @@ url_manual_mapping = (
     # ("bpy.ops.lattice.*",  ""),  # TODO
     ("bpy.ops.logic.*",            "game_engine/logic"),
     ("bpy.ops.marker.*",           "animation/markers.html"),
-    # ("bpy.ops.mask.*",  ""),     # TODO
+    ("bpy.ops.mask.*",  "editors/movie_clip_editor/masking.html"),
     ("bpy.ops.material.new",    "render/blender_render/materials/assigning_a_material.html#creating-a-new-material"),
     ("bpy.ops.material.*",      "render/blender_render"),
     ("bpy.ops.mesh.vertices_smooth",      "modeling/meshes/editing/deforming/smooth.html"),



More information about the Bf-extensions-cvs mailing list