Skip to content
Snippets Groups Projects
Commit 3964a4f5 authored by Campbell Barton's avatar Campbell Barton
Browse files

update for api change

parent de3d28e5
No related branches found
No related tags found
No related merge requests found
...@@ -2370,7 +2370,7 @@ def action_fcurve_ensure(action, data_path, array_index): ...@@ -2370,7 +2370,7 @@ def action_fcurve_ensure(action, data_path, array_index):
if fcu.data_path == data_path and fcu.array_index == array_index: if fcu.data_path == data_path and fcu.array_index == array_index:
return fcu return fcu
return action.fcurves.new(data_path=data_path, array_index=array_index) return action.fcurves.new(data_path=data_path, index=array_index)
def translatePositionInterpolator(node, action, ancestry): def translatePositionInterpolator(node, action, ancestry):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment