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:
authorJoshua Leung <aligorith@gmail.com>2014-01-17 16:41:18 +0400
committerJoshua Leung <aligorith@gmail.com>2014-01-17 16:41:18 +0400
commiteb1bb9dfd64848fc6948f22f5b04ccf8607eb984 (patch)
tree9fa57e2404b9dafd493857239f19c22b437f3d1f /release
parent4c89a658be3c2ec581c78d44561a1f5865066a8d (diff)
Oops! Should have double checked before pushing that last commit.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/rigidbody.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/rigidbody.py b/release/scripts/startup/bl_operators/rigidbody.py
index b151efb45ee..e28d4284b6e 100644
--- a/release/scripts/startup/bl_operators/rigidbody.py
+++ b/release/scripts/startup/bl_operators/rigidbody.py
@@ -152,7 +152,7 @@ class BakeToKeyframes(Operator):
obj.rotation_axis_angle = (aa[1], ) + aa[0][:]
else: # euler
# make sure euler rotation is compatible to previous frame
- # NOTE: assume that on first frame, the starting rotation is appropriate
+ # NOTE: assume that on first frame, the starting rotation is appropriate
obj.rotation_euler = mat.to_euler(rot_mode, obj.rotation_euler)
bpy.ops.anim.keyframe_insert(type='BUILTIN_KSI_LocRot', confirm_success=False)