ZBrushCentral

Macro symmetry script when using a dynamesh model within arbitrary rotation in the scene

macro symmetry script using a dynamesh model with arbitrary rotation in the scene.

I discovered an interesting blend of features in zbrush that allows symmetry for models in an arbitrary rotation position in the scene while still allowing dyna mesh.
It’s a small script that uses the stager, posable symmetry, mirror wield and dynamesh.

If anyone can improve this system that would be great. Thanks.

//ZBRUSH MACRO - Recorded in ZBrush version 2022
[IButton,???,“Press to run this macro. Macros can be aborted by pressing the ëescí key.”,
[IShowActions,0]
[IConfig,2022]
[IPress,Tool:Geometry:Switch Stage]
[ISet,Tool:Geometry:Resolution,256]
[IPress,Tool:Geometry:DynaMesh]
[IPress,Tool:Geometry:Mirror And Weld]
[IPress,Transform:Delete Posable Symmetry]
[IPress,Transform:Use Posable Symmetry]
[IPress,Tool:Geometry:Switch Stage]
[IUnPress,Tool:Geometry:DynaMesh]
]