Pixel-Fondue/mecco_replay

open LMX crash

Closed this issue · 1 comments

#LXMacro#
tool.set preset:prim.cube mode:on
#Command Block Begin:
tool.setAttr tool:prim.cube attr:flip
tool.setAttr tool:prim.cube attr:cenX
tool.setAttr tool:prim.cube attr:sizeX
tool.setAttr tool:prim.cube attr:cenY
tool.setAttr tool:prim.cube attr:sizeY
tool.setAttr tool:prim.cube attr:cenZ
tool.setAttr tool:prim.cube attr:sizeZ
tool.setAttr tool:prim.cube attr:axis
#Command Block End:
tool.setAttr tool:prim.cube attr:sizeZ value:0.0
tool.doApply
tool.set preset:prim.sphere mode:on

replay row_color:magenta

#Command Block Begin:
tool.setAttr tool:prim.sphere attr:flip
tool.setAttr tool:prim.sphere attr:cenX
tool.setAttr tool:prim.sphere attr:cenY
tool.setAttr tool:prim.sphere attr:cenZ
# replay row_color:orange
tool.setAttr tool:prim.sphere attr:sizeX
tool.setAttr tool:prim.sphere attr:sizeY
tool.setAttr tool:prim.sphere attr:sizeZ
#Command Block End:
tool.setAttr tool:prim.sphere attr:sizeZ value:0.0
tool.doApply
tool.set preset:prim.cylinder mode:on
#Command Block Begin:
tool.setAttr tool:prim.cylinder attr:flip
tool.setAttr tool:prim.cylinder attr:cenX
tool.setAttr tool:prim.cylinder attr:cenY
tool.setAttr tool:prim.cylinder attr:cenZ
tool.setAttr tool:prim.cylinder attr:sizeX
tool.setAttr tool:prim.cylinder attr:sizeY
tool.setAttr tool:prim.cylinder attr:sizeZ
tool.setAttr tool:prim.cylinder attr:axis
#Command Block End:
tool.setAttr tool:prim.cylinder attr:axis value:z
tool.doApply

This is incorrect LXM for new parser and it will issue an error. So closing