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 19:07:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-21 19:07:25 +0400
commite0e643604b7b0b0c10bafb790f70b1a9eec06c78 (patch)
tree32b6b15c3584001218e80cbb4df7a45f2746042d /modules
parent5e7be36a2903fddb9a9324e6f70de2e4952f3dca (diff)
add mesh cache docs
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_wiki_reference.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index ad3ad588..15d41051 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -113,6 +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.MeshDeformModifier.*", "Modifiers/Deform/Mesh_Deform"),
("bpy.types.RemeshModifier.*", "Modifiers/Deform/"),
("bpy.types.ShrinkwrapModifier.*", "Modifiers/Deform/Shrinkwrap"),