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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-16 05:25:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-16 05:25:03 +0300
commitfee5363912d93f3ef99f3a012f5d3d3f29abe8db (patch)
tree6f68ee5445b5e72dfd4062c2caf29bf9717e660b /doc/python_api/examples/bpy.data.py
parent78c135d93efe758143d21f1808c0aa7d4d902c23 (diff)
bugfix [#26094] Going to Bone Roll menu brings up python error
also correct for pep8 warnings.
Diffstat (limited to 'doc/python_api/examples/bpy.data.py')
-rw-r--r--doc/python_api/examples/bpy.data.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/python_api/examples/bpy.data.py b/doc/python_api/examples/bpy.data.py
index fc1145a523f..555b421ddac 100644
--- a/doc/python_api/examples/bpy.data.py
+++ b/doc/python_api/examples/bpy.data.py
@@ -25,5 +25,3 @@ for image in bpy.data.images:
file.write("%s %dx%d\n" % (image.filepath, image.size[0], image.size[1]))
file.close()
-
-