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-18 05:17:42 +0300
committerCampbell Barton <campbell@blender.org>2022-05-18 05:17:42 +0300
commitffbeb34f5faa8d0d5d5adb946bc8686e1f638fba (patch)
treee6660031b8b2626fc487f2e372f07934e9336941 /doc
parentc38187393acbe4dc07a51a21eafa489e80380cf6 (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])
-