Cleanup: Make format

This commit is contained in:
Thomas Dinges
2025-07-03 11:14:58 +02:00
parent 1a9e90e965
commit c94d5340b6

View File

@@ -288,7 +288,8 @@ static int pyrna_struct_keyframe_parse(PointerRNA *ptr,
}
char pyrna_struct_keyframe_insert_doc[] =
".. method:: keyframe_insert(data_path, /, *, index=-1, frame=bpy.context.scene.frame_current, "
".. method:: keyframe_insert(data_path, /, *, index=-1, "
"frame=bpy.context.scene.frame_current, "
"group=\"\", options=set(), keytype='KEYFRAME')\n"
"\n"
" Insert a keyframe on the property given, adding fcurves and animation data when "
@@ -447,7 +448,8 @@ PyObject *pyrna_struct_keyframe_insert(BPy_StructRNA *self, PyObject *args, PyOb
}
char pyrna_struct_keyframe_delete_doc[] =
".. method:: keyframe_delete(data_path, /, *, index=-1, frame=bpy.context.scene.frame_current, "
".. method:: keyframe_delete(data_path, /, *, index=-1, "
"frame=bpy.context.scene.frame_current, "
"group=\"\")\n"
"\n"
" Remove a keyframe from this properties fcurve.\n"