[Bf-extensions-cvs] [83d5457d] master: Update for removal of dupliframes and slow parent.

Brecht Van Lommel noreply at git.blender.org
Wed Feb 6 17:28:18 CET 2019


Commit: 83d5457dc7f08047219058c44a6699c09d3bd07e
Author: Brecht Van Lommel
Date:   Mon Jan 28 18:44:26 2019 +0100
Branches: master
https://developer.blender.org/rBA83d5457dc7f08047219058c44a6699c09d3bd07e

Update for removal of dupliframes and slow parent.

===================================================================

M	modules/rna_manual_reference.py

===================================================================

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"),



More information about the Bf-extensions-cvs mailing list