Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/op/nla.py')
-rw-r--r--release/scripts/op/nla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/op/nla.py b/release/scripts/op/nla.py
index 8f775c6040a..e88586b6cb8 100644
--- a/release/scripts/op/nla.py
+++ b/release/scripts/op/nla.py
@@ -109,7 +109,7 @@ def bake(frame_start, frame_end, step=1, only_selected=False):
#pbone.location = matrix.translation_part()
#pbone.rotation_quaternion = matrix.to_quat()
pbone.matrix_local = [f for v in matrix for f in v]
-
+
pbone.keyframe_insert("location", -1, f, name)
rotation_mode = pbone.rotation_mode