Message 1 of 2
Few commands into one macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've followed this guide https://help.autodesk.com/view/OARX/2023/ENU/?guid=GUID-D991386C-FBAA-4094-9FCB-AADD98ACD3EF to excecute commands from this guide - https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-convert-a-b... - and tried to make a macro out of it:
*^C^C._EXPLODE;\\;
*^C^C._CONVTOMESH;\\;
*^C^C._EXPLODE;\\;
*^C^C._REGION;\\;
*^C^C._SURFSCULPT;\\;
I don't know how to make it so these commands run with one selection.
Now with this macro I have to select multiple objects everytime commands is excecuted.
Any ideas? Thank you.