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-11-25 07:42:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-25 07:42:10 +0400
commitb847fba4910dadf0337ec7f35cf78aa8c1f5aa0b (patch)
tree7d6d48452e3a52a007b3abc92cdb04233458df33 /io_scene_x3d
parent199da926e833a87c90e817f47bbee9d586d195ae (diff)
minor pep8 edits
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/import_x3d.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/io_scene_x3d/import_x3d.py b/io_scene_x3d/import_x3d.py
index 15ee3a4b..c3ecbeec 100644
--- a/io_scene_x3d/import_x3d.py
+++ b/io_scene_x3d/import_x3d.py
@@ -2463,11 +2463,11 @@ def importRoute(node, ancestry):
routeIpoDict = node.getRouteIpoDict()
- def getIpo(id):
+ def getIpo(act_id):
try:
- action = routeIpoDict[id]
+ action = routeIpoDict[act_id]
except:
- action = routeIpoDict[id] = bpy.data.actions.new('web3d_ipo')
+ action = routeIpoDict[act_id] = bpy.data.actions.new('web3d_ipo')
return action
# for getting definitions