[Bf-blender-cvs] [1fd773e] master: T48694: fix bge.texture.Texture.refresh() documentation

Benoit Bolsee noreply at git.blender.org
Tue Jun 21 23:25:45 CEST 2016


Commit: 1fd773ed14ef00dd276b0406174d71dd10b6cfd6
Author: Benoit Bolsee
Date:   Tue Jun 21 23:23:05 2016 +0200
Branches: master
https://developer.blender.org/rB1fd773ed14ef00dd276b0406174d71dd10b6cfd6

T48694: fix bge.texture.Texture.refresh() documentation

first parameter is mandatory and must be a bool indicating if the image
source should be refreshed after updating the texture.

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

M	doc/python_api/rst/bge.texture.rst

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

diff --git a/doc/python_api/rst/bge.texture.rst b/doc/python_api/rst/bge.texture.rst
index f5d325f..49f6c44 100644
--- a/doc/python_api/rst/bge.texture.rst
+++ b/doc/python_api/rst/bge.texture.rst
@@ -1033,7 +1033,7 @@ Texture classes
 
       :type: bool
 
-   .. method:: refresh(refresh_source=True, timestamp=-1.0)
+   .. method:: refresh(refresh_source, timestamp=-1.0)
 
       Refresh texture from source.




More information about the Bf-blender-cvs mailing list