[Bf-blender-cvs] [718f8ae] master: pydoc: added missing 'compress' parameter to b.t.BlendDataLibraries.write

Sybren A. Stüvel noreply at git.blender.org
Thu Sep 1 15:30:11 CEST 2016


Commit: 718f8ae1417c58ce9f5b3a24cc48cec56010221b
Author: Sybren A. Stüvel
Date:   Thu Sep 1 15:29:58 2016 +0200
Branches: master
https://developer.blender.org/rB718f8ae1417c58ce9f5b3a24cc48cec56010221b

pydoc: added missing 'compress' parameter to b.t.BlendDataLibraries.write

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

M	source/blender/python/intern/bpy_library_write.c

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

diff --git a/source/blender/python/intern/bpy_library_write.c b/source/blender/python/intern/bpy_library_write.c
index f582ceb..bf91253 100644
--- a/source/blender/python/intern/bpy_library_write.c
+++ b/source/blender/python/intern/bpy_library_write.c
@@ -50,7 +50,7 @@
 
 
 PyDoc_STRVAR(bpy_lib_write_doc,
-".. method:: write(filepath, datablocks, relative_remap=False, fake_user=False)\n"
+".. method:: write(filepath, datablocks, relative_remap=False, fake_user=False, compress=False)\n"
 "\n"
 "   Write data-blocks into a blend file.\n"
 "\n"




More information about the Bf-blender-cvs mailing list