[Bf-extensions-cvs] [7c9c7ec] master: Add more links to RNA reference manual

Aaron Carlisle noreply at git.blender.org
Tue Apr 19 21:57:55 CEST 2016


Commit: 7c9c7ecdab4ca5230fb802ed1b46e3a77d2532e6
Author: Aaron Carlisle
Date:   Tue Apr 19 15:57:56 2016 -0400
Branches: master
https://developer.blender.org/rBA7c9c7ecdab4ca5230fb802ed1b46e3a77d2532e6

Add more links to RNA reference manual

Also clean

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 176e36a..2e015ae 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -105,6 +105,9 @@ url_manual_mapping = (
     ("bpy.types.ThemeView3D.*",                    "preferences/themes.html"),
     ("bpy.types.ThemeWidgetColors.*",              "preferences/themes.html"),
     ("bpy.types.ThemeWidgetStateColors.*",         "preferences/themes.html"),
+    # --- Other ---
+    ("bpy.types.Addon.*",                           "advanced/scripting/python/addons.html"),
+    ("bpy.types.AddonPreferences.*",                "advanced/scripting/python/addons.html"),
 
     # *** Modifiers ***
     # --- Intro ---
@@ -214,10 +217,17 @@ url_manual_mapping = (
     ("bpy.types.RenderSlots.*",                "render/output/display.html#display-options"),
     ("bpy.types.RenderView.*",                 "render/workflows/multiview/usage.html#views-setup"),
     ("bpy.types.RenderViews.*",                "render/workflows/multiview/usage.html#views-setup"),
+    ("bpy.types.FFmpegSettings.*",             "render/output/video.html#encoding-panel"),
     # --- Baking ---
     ("bpy.types.BakePixel.*",                  "render/workflows/bake.html"),
     ("bpy.types.BakeSettings.*",               "render/workflows/bake.html#options"),
 
+    # Painting/Sculpting
+    ("bpy.types.Sculpt.*",                     "painting_sculpting/sculpting"),
+    ("bpy.types.SculptToolCapabilities.*",     "painting_sculpting/sculpting"),
+    ("bpy.types.VertexColors.*",               "painting_sculpting/painting/vertex_paint"),
+    ("bpy.types.VertexPaint.*",                "painting_sculpting/painting/vertex_paint/introduction.html"),
+
     # *** 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"),
@@ -297,7 +307,7 @@ url_manual_mapping = (
     ("bpy.types.TextureNodeCurveRGB.*",      "render/blender_render/textures/nodes/types/color.html#rgb-curves"),
     ("bpy.types.TextureNodeCurveTime.*",     "render/blender_render/textures/nodes/types/input.html#time"),
     ("bpy.types.TextureNodeGroup.*",         "editors/node_editor/nodes/groups.html"),
-    ("bpy.types.TextureNodeImage.*",         "blender_render/textures/nodes/types/input.html#image-node"),
+    ("bpy.types.TextureNodeImage.*",         "render/blender_render/textures/nodes/types/input.html#image-node"),
     ("bpy.types.TextureNodeMath.*",          "render/blender_render/textures/nodes/types/converter.html#math"),
     ("bpy.types.TextureNodeMixRGB.*",        "render/blender_render/textures/nodes/types/color.html#mix"),
     ("bpy.types.TextureNodeOutput.*",        "render/blender_render/textures/nodes/types/output.html"),
@@ -315,7 +325,7 @@ url_manual_mapping = (
     ("bpy.types.MovieClipProxy.*",             "editors/movie_clip_editor/properties/proxy.html"),
 
     ("bpy.types.ColorManaged*",                "render/post_process/cm_and_exposure.html"),
-    #("bpy.types.NodeTree.*", ""),             # dont document
+    # ("bpy.types.NodeTree.*",                 ""), # dont document
     ("bpy.types.Object.*",                     "editors/3dview/object"),  # catchall, todo - refine
     ("bpy.types.Scene.*",                      "data_system/scenes.html"),
     ("bpy.types.Screen.*",                     "interface/screens.html"),
@@ -331,6 +341,10 @@ url_manual_mapping = (
     ("bpy.types.WorldLighting.*environment*",  "render/blender_render/lighting/ambient_light.html"),
     # only other WorldLighting props are in Gather panel
     ("bpy.types.WorldLighting.*",              "render/blender_render/lighting/ambient_occlusion.html#gather"),
+    ("bpy.types.LatticePoint.*",               "editors/3dview/object/types/lattice.html"),  # TODO refine
+    ("bpy.types.DisplaySafeAreas.*",           "editors/3dview/object/types/camera/safe_areas.html"),
+    ("bpy.types.TextCharacterFormat.*",        "modeling/texts/introduction.html"),  # TODO refine
+    ("bpy.types.TextLine.*",                   "modeling/texts/introduction.html"),  # TODO refine
 
     # *** 3D View ***
     ("bpy.types.GPUDOFSettings.*",             "editors/3dview/display/shading.html#shading-panel"),
@@ -338,6 +352,7 @@ url_manual_mapping = (
     ("bpy.types.GPUSSAOSettings.*",            "editors/3dview/display/shading.html#shading-panel"),
     ("bpy.types.BackgroundImage.*",            "editors/3dview/display/background_images.html"),
     ("bpy.types.WalkNavigation.*",             "editors/3dview/navigate/3d_view.html#walk-mode"),
+    ("bpy.types.SpaceView3D.cursor_location",  "editors/3dview/3d_cursor.html#numeric-input"),
 
     # *** Cycles ***
     ("bpy.types.CyclesRenderSettings.*",     "render/cycles/settings/integrator.html"),
@@ -431,9 +446,9 @@ url_manual_mapping = (
     ("bpy.types.ShaderNodeSeparateXYZ",       "render/cycles/nodes/types/converter/combine_separate.html"),
     ("bpy.types.ShaderNodeWavelength.*",      "render/cycles/nodes/types/converter/wavelength.html"),
     ("bpy.types.ShaderNodeBlackbody.*",       "render/cycles/nodes/types/converter/blackbody.html"),
-    # Other    
+    # Other
     ("bpy.types.ShaderNodeGroup.*",           "editors/node_editor/nodes/groups.html"),
-    ("bpy.types.ShaderNode*",                 "render/cycles/nodes"), # Catch all
+    ("bpy.types.ShaderNode*",                 "render/cycles/nodes"),  # Catch all
     ("bpy.types.ShaderNodeScript.*",          "render/cycles/osl.html"),
 
     # *** Compositing Nodes ***
@@ -530,7 +545,7 @@ url_manual_mapping = (
     # *** Node ***
     ("bpy.types.Node.*",                           "editors/node_editor/nodes"),
     ("bpy.types.NodeCustomGroup.*",                "editors/node_editor/nodes/groups.html"),
-    ("bpy.types.NodeFrame.*",                      ""), # TODO refine
+    ("bpy.types.NodeFrame.*",                      "compositing/types/layout/frame.html"),  # TODO refine
     ("bpy.types.NodeGroup.*",                      "editors/node_editor/nodes/groups.html"),
     ("bpy.types.NodeGroupInput.*",                 "editors/node_editor/nodes/groups.html"),
     ("bpy.types.NodeGroupOutput.*",                "editors/node_editor/nodes/groups.html"),
@@ -545,7 +560,7 @@ url_manual_mapping = (
     # *** Sequencer ***
     ("bpy.types.AddSequence.*",            "editors/sequencer/strips/types/effects/add.html"),
     ("bpy.types.AdjustmentSequence.*",     "editors/sequencer/strips/types/effects/adjustment.html"),
-    ("bpy.types.AlphaOverSequence.",       "editors/sequencer/strips/types/effects/alpha_over_under_overdrop.html"),
+    ("bpy.types.AlphaOverSequence.*",       "editors/sequencer/strips/types/effects/alpha_over_under_overdrop.html"),
     ("bpy.types.AlphaUnderSequence.*",     "editors/sequencer/strips/types/effects/alpha_over_under_overdrop.html"),
     ("bpy.types.ColorSequence.*",          "editors/sequencer/strips/types/effects/color.html"),
     ("bpy.types.CrossSequence.*",          "editors/sequencer/strips/types/effects/cross.html"),
@@ -580,7 +595,7 @@ url_manual_mapping = (
     ("bpy.types.SequenceModifier.*",           "editors/sequencer/strips/properties/modifiers.html"),
     ("bpy.types.SequenceProxy.*",              "editors/sequencer/strips/properties/proxy_timecode.html"),
     # ("bpy.types.SequenceTransform.*",        ""),
-    ("bpy.types.Sequence.*",                   "editors/sequencer"), # catch anything else
+    ("bpy.types.Sequence.*",                   "editors/sequencer"),  # catch anything else
 
     # *** Physics ***
     # --- Force Field ---
@@ -594,21 +609,20 @@ url_manual_mapping = (
     # --- Dynamic Paint ---
     ("bpy.types.DynamicPaintBrushSettings.*",         "physics/dynamic_paint/brush.html"),
     ("bpy.types.DynamicPaintCanvasSettings.*",        "physics/dynamic_paint/canvas.html"),
-    # ("bpy.types.DynamicPaintSurface.*",             ""), # TODO
-    # ("bpy.types.DynamicPaintSurfaces.*",            ""), # TODO
+    # ("bpy.types.DynamicPaintSurface.*",             ""),  # TODO
+    # ("bpy.types.DynamicPaintSurfaces.*",            ""),  # TODO
     # --- Soft Body ---
     ("bpy.types.SoftBodySettings.*",           "physics/soft_body/settings.html"),
     # --- Fluid ---
     ("bpy.types.FluidFluidSettings.*",         "physics/fluid/types/fluid_object.html"),
-    ("bpy.types.FluidMeshVertex.*",            "physics/fluid"), # TODO - refine
-    ("bpy.types.FluidSettings.*",              "physics/fluid"), # TODO - refine
+    ("bpy.types.FluidMeshVertex.*",            "physics/fluid"),  # TODO - refine
+    ("bpy.types.FluidSettings.*",              "physics/fluid"),  # TODO - refine
     ("bpy.types.ControlFluidSettings.*",       "physics/fluid/types/control.html"),
     ("bpy.types.DomainFluidSettings.*",        "physics/fluid/types/domain.html"),
     ("bpy.types.InflowFluidSettings.*",        "physics/fluid/types/flow.html#inflow"),
     ("bpy.types.ObstacleFluidSettings.*",      "physics/fluid/types/obstacle.html"),
     ("bpy.types.OutflowFluidSettings.*",       "physics/fluid/types/flow.html#outflow"),
-    ("bpy.types.SPHFluidSettings.*",           "physics/fluid"), # TODO - refine
-    
+    ("bpy.types.SPHFluidSettings.*",           "physics/fluid"),  # TODO - refine
     # --- Smoke ---
     ("bpy.types.SmokeCollSettings.*",          "physics/smoke/types/collisions.html"),
     ("bpy.types.SmokeDomainSettings.*",        "physics/smoke/types/domain.html"),
@@ -619,17 +633,17 @@ url_manual_mapping = (
     ("bpy.types.RigidBodyWorld.*",             "physics/rigid_body/world.html"),
     # --- Particles ---
     ("bpy.types.Particle.*",                      "physics/particles"),
-    ("bpy.types.ParticleBrush.*",                 "physics/particles/mode.html"), # TODO - refine
+    ("bpy.types.ParticleBrush.*",                 "physics/particles/mode.html"),  # TODO - refine
     ("bpy.types.ParticleDupliWeight.*",           "physics/particles/vertexgroups.html"),
     ("bpy.types.ParticleEdit.*",                 

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list