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>2016-01-31 16:47:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-31 16:47:10 +0300
commitd924998d3e65334c5db2257c5dc4335261adc288 (patch)
tree2b46006f90936cd859972c0dc4174a3deab21bcf /doc/python_api
parent0f3f117311d25805fa1591aa2eed3240e50c4a6f (diff)
Cleanup: pep8
Diffstat (limited to 'doc/python_api')
-rw-r--r--doc/python_api/examples/gpu.offscreen.1.py1
-rw-r--r--doc/python_api/rst_from_bmesh_opdefines.py4
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/python_api/examples/gpu.offscreen.1.py b/doc/python_api/examples/gpu.offscreen.1.py
index 06f0d915361..75ddf804e70 100644
--- a/doc/python_api/examples/gpu.offscreen.1.py
+++ b/doc/python_api/examples/gpu.offscreen.1.py
@@ -63,7 +63,6 @@ class OffScreenDraw(bpy.types.Operator):
render.pixel_aspect_y,
)
-
offscreen.draw_view3d(
scene,
context.space_data,
diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py
index c93be662648..ebcedbf71f1 100644
--- a/doc/python_api/rst_from_bmesh_opdefines.py
+++ b/doc/python_api/rst_from_bmesh_opdefines.py
@@ -180,8 +180,8 @@ def main():
l = "None,"
b[i] = l
- #for l in b:
- # print(l)
+ # for l in b:
+ # print(l)
text = "\n".join(b)
global_namespace = {