[Bf-blender-cvs] [eb1bb9d] master: Oops! Should have double checked before pushing that last commit.

Joshua Leung noreply at git.blender.org
Fri Jan 17 13:42:54 CET 2014


Commit: eb1bb9dfd64848fc6948f22f5b04ccf8607eb984
Author: Joshua Leung
Date:   Sat Jan 18 01:41:18 2014 +1300
https://developer.blender.org/rBeb1bb9dfd64848fc6948f22f5b04ccf8607eb984

Oops! Should have double checked before pushing that last commit.

===================================================================

M	release/scripts/startup/bl_operators/rigidbody.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/rigidbody.py b/release/scripts/startup/bl_operators/rigidbody.py
index b151efb..e28d428 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)




More information about the Bf-blender-cvs mailing list