[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36051] trunk/blender/doc/python_api/ examples: can't include titles in function examples.

Campbell Barton ideasman42 at gmail.com
Fri Apr 8 07:03:03 CEST 2011


Revision: 36051
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36051
Author:   campbellbarton
Date:     2011-04-08 05:03:02 +0000 (Fri, 08 Apr 2011)
Log Message:
-----------
can't include titles in function examples.

Modified Paths:
--------------
    trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py
    trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py

Modified: trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py
===================================================================
--- trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py	2011-04-08 03:56:15 UTC (rev 36050)
+++ trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.1.py	2011-04-08 05:03:02 UTC (rev 36051)
@@ -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.

Modified: trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py
===================================================================
--- trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py	2011-04-08 03:56:15 UTC (rev 36050)
+++ trunk/blender/doc/python_api/examples/bpy.types.bpy_struct.keyframe_insert.py	2011-04-08 05:03:02 UTC (rev 36051)
@@ -1,7 +1,4 @@
 """
-Basic Keyframing
-++++++++++++++++
-
 This is the most simple example of inserting a keyframe from python.
 """
 




More information about the Bf-blender-cvs mailing list