ZBrushCentral

Question- macro of transpose master

I am trying to make a macro out of an operation that involves using the transpose master, but I often get an error. Can I make a macro of a sequence involving using this plug in. What I am trying to do is record transposing a file with a few subtools (the error messages sometimes refer to problems with subtools) but they are all the same subdivision??? Maybe there is a better way, but I want to load a face with various subtools and layers…record macro…use transpose master to then change basic dimensions of the face, then finish t. master and end up with a different looking face, but complete with the subtools and layers from the original???

You can’t use plugins in macros. The reason is that macros and plugins are both zscripts and it is only possible to have one zscript running at a time - the moment the macro calls Transpose Master the macro ceases to be ‘live’ and so the action ends.