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 /io_export_unreal_psk_psa.py
parente8b28e4d5ad91500e201e014465a03c5ba2b6261 (diff)
pep8 edits
Diffstat (limited to 'io_export_unreal_psk_psa.py')
-rw-r--r--io_export_unreal_psk_psa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 4363fc85..a49565ae 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -1658,7 +1658,7 @@ def fs_callback(filename, context):
bmesh = False
bArmatureScale = True
bArmatureCenter = True
- if blender_armature[0] !=None:
+ if blender_armature[0] is not None:
if blender_armature[0].scale.x == 1 and blender_armature[0].scale.y == 1 and blender_armature[0].scale.z == 1:
#print("Okay")
bArmatureScale = True