From e6c30a41ea87bee8d08cffd7f9c25def6c49a06b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Apr 2011 05:03:02 +0000 Subject: [PATCH] can't include titles in function examples. --- .../examples/bpy.types.bpy_struct.keyframe_insert.1.py | 3 --- .../examples/bpy.types.bpy_struct.keyframe_insert.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py b/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py index c1cae149495..faf3b121ec6 100644 --- a/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py +++ b/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py @@ -1,7 +1,4 @@ """ -Keying Nested Properties -++++++++++++++++++++++++ - Note that when keying data paths which contain nested properties this must be done from the :class:`ID` subclass, in this case the :class:`Armature` rather then the bone. diff --git a/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py b/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py index 91c1b6f8178..f1f4b98b32f 100644 --- a/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py +++ b/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py @@ -1,7 +1,4 @@ """ -Basic Keyframing -++++++++++++++++ - This is the most simple example of inserting a keyframe from python. """