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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-28 20:44:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-06 19:28:00 +0300
commit83d5457dc7f08047219058c44a6699c09d3bd07e (patch)
tree540b389607e2178cd5028a0a7fe03207559a8cf7 /modules
parent4f89aaabb024a48f0df164244e303b79154ca919 (diff)
Update for removal of dupliframes and slow parent.
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_manual_reference.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 26e8ec34..a5fe0b3b 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -297,7 +297,6 @@ url_manual_mapping = (
("bpy.types.inflowfluidsettings*", "physics/fluid/types/flow.html#bpy-types-inflowfluidsettings"),
("bpy.types.kinematicconstraint*", "rigging/constraints/tracking/ik_solver.html#bpy-types-kinematicconstraint"),
("bpy.types.movietrackingcamera*", "editors/movie_clip_editor/tracking/clip/properties/camera_data.html#bpy-types-movietrackingcamera"),
- ("bpy.types.object.dupli_frames*", "editors/3dview/object/properties/duplication/dupliframes.html#bpy-types-object-dupli-frames"),
("bpy.types.particledupliweight*", "physics/particles/emitter/vertex_groups.html#bpy-types-particledupliweight"),
("bpy.types.poseboneconstraints*", "rigging/armatures/posing/bone_constraints/index.html#bpy-types-poseboneconstraints"),
("bpy.types.rigidbodyconstraint*", "physics/rigid_body/constraints/index.html#bpy-types-rigidbodyconstraint"),