Skip to content
Snippets Groups Projects
Commit d9bdae1d authored by Alexander Gavrilov's avatar Alexander Gavrilov
Browse files

Fix T63624: Rigify Quaternion/Euler conversion errors (2.8 compat fix).

parent 321d9734
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ class convert():
if fc.data_path == data_path and (array_index < 0 or fc.array_index == array_index):
return fc
fc = action.fcurves.new(data_path, array_index)
fc = action.fcurves.new(data_path, index=array_index)
fc.group = group
return fc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment