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:
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: