Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-03 22:05:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-03 22:05:31 +0400
commit250ec621f8c32fa12da7cc6b311aa91b15238cab (patch)
tree1711e16795d871cc48c0858ae8de822bf1818e90 /modules
parent4677cb7b60eae0de3775b208ca9966aa65e57d32 (diff)
a few more references added
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_wiki_reference.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index 306f20a8..e190bb52 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -125,6 +125,20 @@ url_manual_mapping = (
("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 ***