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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user