ScriptSpot

Forum topic · General Scripting

How to make a button of existing installed .mcr

By 7man · 2020-05-05

Description

Hello,
I'm, not a maxscripter. but its really interesting to know about it.

I have a floater with some rollouts and some buttons.
to make my work easier I need everyday scripts altogether.

some script for exml:"IDTools" that are existing in macroscript folder and customize > toolbars.

How can I fire them up from my own button in my rollout?

Thank you very much.

Comments (1)

Swordslayer · 2020-05-24

Add the macro in question to a toolbar (temporarily) through the customize dialog, turn on Macroscript recorder, push the button and copy the recorder line to your own script. It will look like

macros.run "IDTools" "Tool"