Pixel-Fondue/mecco_replay

`replay.play` does not play this tool block (but `replay.step` does)

Closed this issue · 0 comments

script.run hash:"macro.scriptservice:19601433555:macro"
tool.set preset:TransformMoveItem mode:on
# Command Block Begin: 
    tool.setAttr tool:"xfrm.transform" attr:TX value:"-0.225"
    tool.setAttr tool:"xfrm.transform" attr:TY value:"0.22"
    tool.setAttr tool:"xfrm.transform" attr:U value:"-0.225"
    tool.setAttr tool:"xfrm.transform" attr:V value:"0.22"
    tool.doApply
# Command Block End: 

The above macro works fine if you step through it, but fails if you run it using replay.step.

It also doesn't play correctly in the built-in LXM player (@script.LXM). Not sure if we can/should fix this.