File tree Expand file tree Collapse file tree
_BsKeyTools/Scripts/BulletScripts/Quote Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -394,6 +394,10 @@ fn yunMotionPathCallBackFn obj vis isdot col_Start col_End tStart tEnd dotShap
394394 -- This fixes the bug where Ctrl+Z doesn't work when trajectory plugin is active
395395 undo off
396396 (
397+ -- Wrap in animate off to prevent auto-keying when accessing transforms via at time
398+ -- This fixes the bug where Biped COM gets auto-keyed when a child bone has trajectory enabled
399+ animate off
400+ (
397401 -- Save all selected Biped poses before at time access (to restore later and prevent pose reset)
398402 local savedBipeds = #()
399403 local savedBipedPoses = #()
@@ -637,6 +641,7 @@ fn yunMotionPathCallBackFn obj vis isdot col_Start col_End tStart tEnd dotShap
637641 gw.enlargeUpdateRect #whole
638642 gw.updateScreen()
639643 )
644+ ) -- end animate off
640645 ) -- end undo off
641646)
642647function yunMotionPathCallBackFn_exc =
You can’t perform that action at this time.
0 commit comments