Applied [#7076] Updated Python Image API to use float buffers in getPixelF/setPixelF

and added an image.updateDisplay() function to update imbuf->rect from imbuf->rect_float
also corrected some docstrings and epydocs
This commit is contained in:
2008-03-10 12:17:58 +00:00
parent 0ec0f2a02f
commit 2b42733105
5 changed files with 91 additions and 51 deletions

View File

@@ -121,6 +121,12 @@ class Group:
@rtype: Group
@return: a copy of this group
"""
def copy ():
"""
Make a copy of this group
@rtype: Group
@return: a copy of this group
"""
import id_generics
Group.__doc__ += id_generics.attributes