[Bf-extensions-cvs] [17aa4c7] master: Add new links

Aaron Carlisle noreply at git.blender.org
Tue Mar 8 03:35:59 CET 2016


Commit: 17aa4c7daf65ca20d0971d7a27dcdcbef4acd89f
Author: Aaron Carlisle
Date:   Mon Mar 7 18:01:48 2016 -0500
Branches: master
https://developer.blender.org/rBA17aa4c7daf65ca20d0971d7a27dcdcbef4acd89f

Add new links

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 83ed258..24e80bd 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -82,43 +82,48 @@ url_manual_mapping = (
     ("bpy.types.Modifier.show_*", "modeling/modifiers/the_stack.html"),
     ("bpy.types.Modifier.*", "modeling/modifiers"),  # catchall for various generic options
     # --- Modify Modifiers ---
+    ("bpy.types.DataTransferModifier.*",           "modeling/modifiers/modify/data_transfer.html"),
     ("bpy.types.MeshCacheModifier.*",              "modeling/modifiers/modify/mesh_cache.html"),
+    ("bpy.types.NormalEditModifier.*",             "modeling/modifiers/modify/normal_edit.html"),
     ("bpy.types.UVProjectModifier.*",              "modeling/modifiers/modify/uv_project.html"),
     ("bpy.types.UVWarpModifier.*",                 "modeling/modifiers/modify/uv_warp.html"),
     ("bpy.types.VertexWeightMixModifier.*",        "modeling/modifiers/modify/vertex_weight.html"),
     ("bpy.types.VertexWeightEditModifier.*",       "modeling/modifiers/modify/vertex_weight.html"),
     ("bpy.types.VertexWeightProximityModifier.*",  "modeling/modifiers/modify/vertex_weight.html"),
     # --- Generate Modifiers ---
-    ("bpy.types.ArrayModifier.*",      "modeling/modifiers/generate/array.html"),
-    ("bpy.types.BevelModifier.*",      "modeling/modifiers/generate/bevel.html"),
-    ("bpy.types.BooleanModifier.*",    "modeling/modifiers/generate/booleans.html"),
-    ("bpy.types.BuildModifier.*",      "modeling/modifiers/generate/build.html"),
-    ("bpy.types.DecimateModifier.*",   "modeling/modifiers/generate/decimate.html"),
-    ("bpy.types.EdgeSplitModifier.*",  "modeling/modifiers/generate/edge_split.html"),
-    ("bpy.types.MaskModifier.*",       "modeling/modifiers/generate/mask.html"),
-    ("bpy.types.MirrorModifier.*",     "modeling/modifiers/generate/mirror.html"),
-    ("bpy.types.MultiresModifier.*",   "modeling/modifiers/generate/multiresolution.html"),
-    ("bpy.types.RemeshModifier.*",     "modeling/modifiers/generate/remesh.html"),
-    ("bpy.types.ScrewModifier.*",      "modeling/modifiers/generate/screw.html"),
-    ("bpy.types.SkinModifier.*",       "modeling/modifiers/generate/skin.html"),
-    ("bpy.types.SolidifyModifier.*",   "modeling/modifiers/generate/solidify.html"),
-    ("bpy.types.SubsurfModifier.*",    "modeling/modifiers/generate/subsurf.html"),
-    ("bpy.types.TriangulateModifier.*","modeling/modifiers/generate/triangulate.html"),
+    ("bpy.types.ArrayModifier.*",            "modeling/modifiers/generate/array.html"),
+    ("bpy.types.BevelModifier.*",            "modeling/modifiers/generate/bevel.html"),
+    ("bpy.types.BooleanModifier.*",          "modeling/modifiers/generate/booleans.html"),
+    ("bpy.types.BuildModifier.*",            "modeling/modifiers/generate/build.html"),
+    ("bpy.types.DecimateModifier.*",         "modeling/modifiers/generate/decimate.html"),
+    ("bpy.types.EdgeSplitModifier.*",        "modeling/modifiers/generate/edge_split.html"),
+    ("bpy.types.MaskModifier.*",             "modeling/modifiers/generate/mask.html"),
+    ("bpy.types.MirrorModifier.*",           "modeling/modifiers/generate/mirror.html"),
+    ("bpy.types.MultiresModifier.*",         "modeling/modifiers/generate/multiresolution.html"),
+    ("bpy.types.RemeshModifier.*",           "modeling/modifiers/generate/remesh.html"),
+    ("bpy.types.ScrewModifier.*",            "modeling/modifiers/generate/screw.html"),
+    ("bpy.types.SkinModifier.*",             "modeling/modifiers/generate/skin.html"),
+    ("bpy.types.SolidifyModifier.*",         "modeling/modifiers/generate/solidify.html"),
+    ("bpy.types.SubsurfModifier.*",          "modeling/modifiers/generate/subsurf.html"),
+    ("bpy.types.TriangulateModifier.*",      "modeling/modifiers/generate/triangulate.html"),
+    ("bpy.types.WireframeModifier.*",        "modeling/modifiers/generate/wireframe.html"),
     # --- Deform Modifiers ---
-    ("bpy.types.ArmatureModifier.*",      "modeling/modifiers/deform/armature.html"),
-    ("bpy.types.CastModifier.*",          "modeling/modifiers/deform/cast.html"),
-    ("bpy.types.CurveModifier.*",         "modeling/modifiers/deform/curve.html"),
-    ("bpy.types.DisplaceModifier.*",      "modeling/modifiers/deform/displace.html"),
-    ("bpy.types.HookModifier.*",          "modeling/modifiers/deform/hooks.html"),
-    ("bpy.types.LaplacianSmoothModifier.*", "modeling/modifiers/deform/laplacian_smooth.html"),
-    ("bpy.types.LatticeModifier.*",       "modeling/modifiers/deform/lattice.html"),
-    ("bpy.types.MeshDeformModifier.*",    "modeling/modifiers/deform/mesh_deform.html"),
-    ("bpy.types.ShrinkwrapModifier.*",    "modeling/modifiers/deform/shrinkwrap.html"),
-    ("bpy.types.SimpleDeformModifier.*",  "modeling/modifiers/deform/simple_deform.html"),
-    ("bpy.types.SmoothModifier.*",        "modeling/modifiers/deform/smooth.html"),
-    # ("bpy.types.SurfaceModifier.*",     "Modifiers/Deform/"),  # USERS NEVER SEE THIS
-    ("bpy.types.WarpModifier.*",          "modeling/modifiers/deform/warp.html"),
-    ("bpy.types.WaveModifier.*",          "modeling/modifiers/deform/wave.html"),
+    ("bpy.types.ArmatureModifier.*",         "modeling/modifiers/deform/armature.html"),
+    ("bpy.types.CastModifier.*",             "modeling/modifiers/deform/cast.html"),
+    ("bpy.types.CorrectiveSmoothModifier.*", "modeling/modifiers/deform/corrective_smooth.html"),
+    ("bpy.types.CurveModifier.*",            "modeling/modifiers/deform/curve.html"),
+    ("bpy.types.DisplaceModifier.*",         "modeling/modifiers/deform/displace.html"),
+    ("bpy.types.HookModifier.*",             "modeling/modifiers/deform/hooks.html"),
+    ("bpy.types.LaplacianSmoothModifier.*",  "modeling/modifiers/deform/laplacian_smooth.html"),
+    ("bpy.types.LaplacianDeformModifier.*",  "modeling/modifiers/deform/laplacian_deform.html"),
+    ("bpy.types.LatticeModifier.*",          "modeling/modifiers/deform/lattice.html"),
+    ("bpy.types.MeshDeformModifier.*",       "modeling/modifiers/deform/mesh_deform.html"),
+    ("bpy.types.ShrinkwrapModifier.*",       "modeling/modifiers/deform/shrinkwrap.html"),
+    ("bpy.types.SimpleDeformModifier.*",     "modeling/modifiers/deform/simple_deform.html"),
+    ("bpy.types.SmoothModifier.*",           "modeling/modifiers/deform/smooth.html"),
+    # ("bpy.types.SurfaceModifier.*",        "Modifiers/Deform/"),  # USERS NEVER SEE THIS
+    ("bpy.types.WarpModifier.*",             "modeling/modifiers/deform/warp.html"),
+    ("bpy.types.WaveModifier.*",             "modeling/modifiers/deform/wave.html"),
     # --- Simulate Modifiers ---
     ("bpy.types.ClothModifier.*",             "physics/cloth"),
     ("bpy.types.CollisionModifier.*",         "physics/collision.html"),
@@ -172,12 +177,59 @@ url_manual_mapping = (
     ("bpy.types.RenderSettings.display_mode",  "render/output/display.html#displaying-renders"),
     ("bpy.types.RenderSettings.*",             "render"),  # catchall, todo - refine
 
+    # *** FreeStyle ***
+    ("bpy.types.LineStyleAlphaModifier_AlongStroke.*",            "render/freestyle/parameter_editor/line_style/alpha.html#along-stroke"),
+    ("bpy.types.LineStyleAlphaModifier_CreaseAngle.*",            "render/freestyle/parameter_editor/line_style/alpha.html#crease-angle"),
+    ("bpy.types.LineStyleAlphaModifier_Curvature_3D.*",           "render/freestyle/parameter_editor/line_style/alpha.html#d-curvature"),
+    ("bpy.types.LineStyleAlphaModifier_DistanceFromCamera.*",     "render/freestyle/parameter_editor/line_style/alpha.html#distance-from-camera"),
+    ("bpy.types.LineStyleAlphaModifier_DistanceFromObject.*",     "render/freestyle/parameter_editor/line_style/alpha.html#distance-from-object"),
+    ("bpy.types.LineStyleAlphaModifier_Material.*",               "render/freestyle/parameter_editor/line_style/alpha.html#material"),
+    ("bpy.types.LineStyleAlphaModifier_Noise.*",                  "render/freestyle/parameter_editor/line_style/alpha.html#noise"),
+    ("bpy.types.LineStyleAlphaModifier_Tangent.*",                "render/freestyle/parameter_editor/line_style/alpha.html#tangent"),
+    ("bpy.types.LineStyleColorModifier_AlongStroke.*",            "render/freestyle/parameter_editor/line_style/color.html#along-stroke"),
+    ("bpy.types.LineStyleColorModifier_CreaseAngle.*",            "render/freestyle/parameter_editor/line_style/color.html#crease-angle"),
+    ("bpy.types.LineStyleColorModifier_Curvature_3D.*",           "render/freestyle/parameter_editor/line_style/color.html#d-curvature"),
+    ("bpy.types.LineStyleColorModifier_DistanceFromCamera.*",     "render/freestyle/parameter_editor/line_style/color.html#distance-from-camera"),
+    ("bpy.types.LineStyleColorModifier_DistanceFromObject.*",     "render/freestyle/parameter_editor/line_style/color.html#distance-from-object"),
+    ("bpy.types.LineStyleColorModifier_Material.*",               "render/freestyle/parameter_editor/line_style/color.html#material"),
+    ("bpy.types.LineStyleColorModifier_Noise.*",                  "render/freestyle/parameter_editor/line_style/color.html#noise"),
+    ("bpy.types.LineStyleColorModifier_Tangent.*",                "render/freestyle/parameter_editor/line_style/color.html#tangent"),
+    ("bpy.types.LineStyleGeometryModifier_2DOffset.*",            "render/freestyle/parameter_editor/line_style/geometry.html#d-offset"),
+    ("bpy.types.LineStyleGeometryModifier_2DTransform.*",         "render/freestyle/parameter_editor/line_style/geometry.html#d-transform"),
+    ("bpy.types.LineStyleGeometryModifier_BackboneStretcher.*",   "render/freestyle/parameter_editor/line_style/geometry.html#backbone-stretcher"),
+    ("bpy.types.LineStyleGeometryModifier_BezierCurve.*",         "render/freestyle/parameter_editor/line_style/geometry.html#bezier-curve"),
+    ("bpy.types.LineStyleGeometryModifier_Blueprint.*",           "render/freestyle/parameter_editor/line_style/geometry.html#blueprint"),
+    ("bpy.types.LineStyleGeometryModifier_GuidingLines.*",        "render/freestyle/parameter_editor/line_style/geometry.html#guiding-lines"),
+    ("bpy.types.L

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list