[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28680] trunk/blender/source/blender/ python/intern/bpy_rna.c: missing arg from docstring

Campbell Barton ideasman42 at gmail.com
Sun May 9 02:37:14 CEST 2010


Revision: 28680
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28680
Author:   campbellbarton
Date:     2010-05-09 02:37:12 +0200 (Sun, 09 May 2010)

Log Message:
-----------
missing arg from docstring

Modified Paths:
--------------
    trunk/blender/source/blender/python/intern/bpy_rna.c

Modified: trunk/blender/source/blender/python/intern/bpy_rna.c
===================================================================
--- trunk/blender/source/blender/python/intern/bpy_rna.c	2010-05-09 00:06:35 UTC (rev 28679)
+++ trunk/blender/source/blender/python/intern/bpy_rna.c	2010-05-09 00:37:12 UTC (rev 28680)
@@ -1864,7 +1864,7 @@
 }
 
 static char pyrna_struct_keyframe_insert_doc[] =
-".. method:: keyframe_insert(path, index=-1, frame=bpy.context.scene.frame_current)\n"
+".. method:: keyframe_insert(path, index=-1, frame=bpy.context.scene.frame_current, group=\"\")\n"
 "\n"
 "   Insert a keyframe on the property given, adding fcurves and animation data when necessary.\n"
 "\n"
@@ -1898,7 +1898,7 @@
 }
 
 static char pyrna_struct_keyframe_delete_doc[] =
-".. method:: keyframe_delete(path, index=-1, frame=bpy.context.scene.frame_current)\n"
+".. method:: keyframe_delete(path, index=-1, frame=bpy.context.scene.frame_current, group=\"\")\n"
 "\n"
 "   Remove a keyframe from this properties fcurve.\n"
 "\n"





More information about the Bf-blender-cvs mailing list