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