[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3445] trunk/py/scripts/addons/modules/ rna_wiki_reference.py: a few more references added

Campbell Barton ideasman42 at gmail.com
Sun Jun 3 20:05:32 CEST 2012


Revision: 3445
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3445
Author:   campbellbarton
Date:     2012-06-03 18:05:31 +0000 (Sun, 03 Jun 2012)
Log Message:
-----------
a few more references added

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-03 11:01:57 UTC (rev 3444)
+++ trunk/py/scripts/addons/modules/rna_wiki_reference.py	2012-06-03 18:05:31 UTC (rev 3445)
@@ -125,6 +125,20 @@
     ("bpy.types.HemiLamp.*",   "Lighting/Lamps/Hemi"),  # catchall, TODO - refine
     ("bpy.types.Lamp.*",       "Lighting"),             # catchall, TODO - refine
 
+    # --- Animation ---
+    ("bpy.types.Keyframe.*", "Animation/Keyframes"),
+    ("bpy.types.FCurve.*", "Animation/FCurves"),
+    
+    # --- Rigging ---
+    ("bpy.types.Bone.*",      "Armatures/Bones"),
+    ("bpy.types.EditBone.*",  "Armatures/Bones"),
+    ("bpy.types.PoseBone.*",  "Rigging/Posing"),
+
+    # --- World ---
+    ("bpy.types.World.*",  "World"),
+
+    ("bpy.types.Texture.*",  "Textures"),
+
     # === Operators ===
 
     # *** Window/Screen ***



More information about the Bf-extensions-cvs mailing list