ZBrushCentral

Deformation:axis problem

Hello,
I would like to ask how to use the script to perform the deformation: rotation set to X axis, 90, I found that the macros can not record to switch and open / close the axis.

Thank you for any advice!

[IModSet,Tool:Deformation:Rotate,0] = disable XYZ
[IModSet,Tool:Deformation:Rotate,1] = X
[IModSet,Tool:Deformation:Rotate,2] = Y
[IModSet,Tool:Deformation:Rotate,3] = XY
[IModSet,Tool:Deformation:Rotate,4] = Z
[IModSet,Tool:Deformation:Rotate,5] = XZ
[IModSet,Tool:Deformation:Rotate,6] = YZ
[IModSet,Tool:Deformation:Rotate,7] = XYZ

so you need
[IModSet,Tool:Deformation:Rotate,1] //set X axis Only
[ISet, Tool:Deformation:Rotate, 90] //set value for Rotate slider

Nicolas

HI,f​:slight_smile:celess
Thank you very much for your reply,:+1:
I have succeeded in the experiment.

PS:Thanks to Marcus for correcting the code.:+1: