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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-08-22 13:29:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-22 13:29:33 +0400
commitcf3881371a5c64d56f352cf09395f93072889a7c (patch)
tree35325e4865f1371d544d3617fbeee47cd4867f73 /light_field_tools
parente8b28e4d5ad91500e201e014465a03c5ba2b6261 (diff)
pep8 edits
Diffstat (limited to 'light_field_tools')
-rw-r--r--light_field_tools/light_field_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/light_field_tools/light_field_tools.py b/light_field_tools/light_field_tools.py
index 85b10298..2251591b 100644
--- a/light_field_tools/light_field_tools.py
+++ b/light_field_tools/light_field_tools.py
@@ -336,7 +336,7 @@ class OBJECT_OT_create_lightfield_basemesh(bpy.types.Operator):
scene.objects.link(nobj)
nobj.select = True
- if scene.objects.active == None or scene.objects.active.mode == 'OBJECT':
+ if scene.objects.active is None or scene.objects.active.mode == 'OBJECT':
scene.objects.active = nobj