ZBrushCentral

Macro - Lorez / Save as

Seeking help with how to make a macro that will
:large_orange_diamond: Low rez all subtools
:large_orange_diamond: save as, and let me choose what to save it as

When I recorded the macro, I could not get it to let me decide the “save as”
Anytime the macro is run it will try to save to the file name that was first saved.

Can you post the macro you’ve made as an attachment? That would help us see how far you’ve got.

Thanks,

Sure thing :smiley:

The problem with recording a macro for a situation like that is that it will only work with the same ztool. The Save As button also just needs to be pressed with no file actually being saved. Then the dialog will appear and you will be able to enter a name of your choice.

It’s not too difficult to edit the macro to do what you want, for any ztool (though you’ll get an error if there’s no 3D tool selected). See my version attached.

HTH,

That’s it.

Thank you!