Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-11 02:50:54 +0300
committerCampbell Barton <campbell@blender.org>2022-05-11 04:02:01 +0300
commitf9e0b94c2fadea99ba8d14094c9ed5c1a92e03ef (patch)
treee57900dbb46d73cb767244c6f8e2ce3f69b081ce /doc
parentbaf8ec2e54e3808033e3435eef60f38dd35cbaf2 (diff)
Cleanup: format
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bpy.types.Image.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/python_api/examples/bpy.types.Image.py b/doc/python_api/examples/bpy.types.Image.py
index 715623f6f76..f0c1a780e24 100644
--- a/doc/python_api/examples/bpy.types.Image.py
+++ b/doc/python_api/examples/bpy.types.Image.py
@@ -44,4 +44,3 @@ image_dest = image_src.copy()
image_dest.update()
print(image_dest.size)
print(image_dest.pixels[0:4])
-