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>2012-10-09 00:50:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-09 00:50:06 +0400
commita82bcb38c40fbeeea3715341d07ace5bb56890ed (patch)
tree5e75b39242729489bd797e94eda9d3e7aecf0f0f /io_scene_x3d/import_x3d.py
parentb941652219a5fe080bf2d71664a393ca83c238b5 (diff)
style cleanup: pep8
Diffstat (limited to 'io_scene_x3d/import_x3d.py')
-rw-r--r--io_scene_x3d/import_x3d.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_x3d/import_x3d.py b/io_scene_x3d/import_x3d.py
index cbc11c5c..1cfb2837 100644
--- a/io_scene_x3d/import_x3d.py
+++ b/io_scene_x3d/import_x3d.py
@@ -85,7 +85,7 @@ def vrmlFormat(data):
q = not q # invert
elif c == '#':
- if q == False:
+ if q is False:
return l[:i - 1]
return l
@@ -2608,7 +2608,7 @@ def load_web3d(path,
node.blendObject.animation_data.action = action
# Add in hierarchy
- if PREF_FLAT == False:
+ if PREF_FLAT is False:
child_dict = {}
for node, ancestry in all_nodes:
if node.blendObject: