Skip to content

Commit ddf53d8

Browse files
committed
Merge branch 'dev' of github.com:AniBullet/BsKeyTools into dev
2 parents eb0bb97 + 017f99f commit ddf53d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_BsKeyTools/Scripts/BulletScripts/Quote/DTrajEdit_New.ms

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)
642647
function yunMotionPathCallBackFn_exc =

0 commit comments

Comments
 (0)