[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3493] trunk/py/scripts/addons/modules/ rna_wiki_reference.py: add more manual references

Campbell Barton ideasman42 at gmail.com
Sun Jun 17 01:55:36 CEST 2012


Revision: 3493
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3493
Author:   campbellbarton
Date:     2012-06-16 23:55:35 +0000 (Sat, 16 Jun 2012)
Log Message:
-----------
add more manual references

Modified Paths:
--------------
    trunk/py/scripts/addons/modules/rna_wiki_reference.py

Modified: trunk/py/scripts/addons/modules/rna_wiki_reference.py
===================================================================
--- trunk/py/scripts/addons/modules/rna_wiki_reference.py	2012-06-15 15:01:53 UTC (rev 3492)
+++ trunk/py/scripts/addons/modules/rna_wiki_reference.py	2012-06-16 23:55:35 UTC (rev 3493)
@@ -96,26 +96,45 @@
     ("bpy.types.RigidBodyJointConstraint.*",  "Constraints/Relationship/Rigid_Body_Joint"),
     ("bpy.types.ShrinkwrapConstraint.*",      "Constraints/Relationship/Shrinkwrap"),
 
+    ("bpy.types.ImageFormatSettings.*",  "Render/Output#File_Type"),
+    ("bpy.types.RenderSettings.filepath",  "Render/Output#File_Locations"),
+    ("bpy.types.RenderSettings.*",       "Render"),  # catchall, TODO - refine
+
+    # *** ID Subclasses ***
+    ("bpy.types.Action.*", "Animation/Actions"),
+    #("bpy.types.Brush.*", ""),  # TODO - manual has no place for this! XXX
+    ("bpy.types.Curve.*", "Modeling/Curves"),
+    #("bpy.types.GreasePencil.*", ""), # TODO - manual has no place for this! XXX
+    ("bpy.types.Group.*", "Modeling/Objects/Groups_and_Parenting#Grouping_objects"),
+    ("bpy.types.Image.*", "Textures/Types/Image"),
+    ("bpy.types.ShapeKey.*", "Animation/Basic/Deformation/Shape_Keys"), # not an ID but include because of Key
+    ("bpy.types.Key.*", "Animation/Basic/Deformation/Shape_Keys"),
+    #("bpy.types.Lattice.*", ""), # TODO - manual has no place for this! XXX
+    ("bpy.types.Library.*", "Manual/Data_System/Linked_Libraries"),
+    #("bpy.types.Mask.*", ""), # TODO - manual has no place for this! XXX
     # *** Materials (blender internal) ***
     ("bpy.types.Material.diffuse*", "Materials/Properties/Diffuse_Shaders"),
     ("bpy.types.Material.*", "Materials/Properties/Diffuse_Shaders"),  # catchall, until the section is filled in
     # ... todo, many more options
-
-    ("bpy.types.ImageFormatSettings.*",  "Render/Output#File_Type"),
-    ("bpy.types.RenderSettings.filepath",  "Render/Output#File_Locations"),
-    ("bpy.types.RenderSettings.*",       "Render"),  # catchall, TODO - refine
-
-    # --- ObData ---
+    ("bpy.types.MovieClip.*", "Motion_Tracking#Movie_Clip_Editor"),
+    #("bpy.types.NodeTree.*", ""),  # dont document
     ("bpy.types.Object.*",  "Modeling/Objects"),  # catchall, TODO - refine
+    ("bpy.types.ParticleSettings.*", "Physics/Particles"),
+    ("bpy.types.Scene.*", "Interface/Scenes"),
+    ("bpy.types.Screen.*", "Interface/Screens"),
+    #("bpy.types.Sound.*", ""), # TODO - manual has no place for this! XXX
+    #("bpy.types.Speaker.*", ""), # TODO - manual has no place for this! XXX
+    ("bpy.types.Text.*", "Extensions/Python/Text_editor"),
+    ("bpy.types.Texture.*", "Textures"),
+    ("bpy.types.VectorFont.*", "Modeling/Texts"),
+    ("bpy.types.WindowManager.*", "Interface/Window_system"),
+    ("bpy.types.World.*", "World"),
 
+    # *** ID Subclasses (cont.) Object Data ***
     ("bpy.types.Mesh.*",  "Modeling/Meshes"),  # catchall, TODO - refine
-
     ("bpy.types.MetaBall.*",  "Modeling/Metas"),  # catchall, TODO - refine
-
     ("bpy.types.TextCurve.*",  "Modeling/Texts"),  # catchall, TODO - refine
-
     ("bpy.types.Armature.*",  "Rigging/Armatures"),  # catchall, TODO - refine
-
     ("bpy.types.Camera.*",  "Render/Camera"),  # catchall, TODO - refine
 
     ("bpy.types.PointLamp.*",  "Lighting/Lamps/Lamp"),  # catchall, TODO - refine
@@ -148,3 +167,6 @@
 )
 
 # may have 'url_reference_mapping'... etc later
+"""
+
+"""
\ No newline at end of file



More information about the Bf-extensions-cvs mailing list