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>2013-01-21 21:01:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-21 21:01:46 +0400
commitec3aa41c946ea9df103b9b535b9f11e4caabfdfa (patch)
treeb599d29ae9ed7c0b91d0015ab777bfa65735b1bc /modules
parent597193509aa5360345d793a1da90070bd7226b76 (diff)
last commit had an error
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_wiki_reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index 15d41051..60c901c3 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -113,7 +113,7 @@ url_manual_mapping = (
("bpy.types.DynamicPaintModifier.*", "Physics/Dynamic_Paint"),
("bpy.types.HookModifier.*", "Modifiers/Deform/Hooks"),
("bpy.types.LatticeModifier.*", "Modifiers/Deform/Lattice"),
- ("bpy.types.MeshCache.*", "Modifiers/Deform/Mesh_Cache"),
+ ("bpy.types.MeshCacheModifier.*", "Modifiers/Deform/Mesh_Cache"),
("bpy.types.MeshDeformModifier.*", "Modifiers/Deform/Mesh_Deform"),
("bpy.types.RemeshModifier.*", "Modifiers/Deform/"),
("bpy.types.ShrinkwrapModifier.*", "Modifiers/Deform/Shrinkwrap"),