In the Document pallet, next to Half, Double, and the dimension sliders, I’d like to see a Rotate Document or Rotate Dimensions button. I work in Landscape due to the format of my monitor, but when I make a screen grab of a character in a t-pose it would be nice to quickly be able to switch to a vertical orientation without having to type the dimensions in manually every time.
you could make a macro.
texture: grab doc, rotate, crop&fill, then clear layer.
or just post this into a txt file and put in macro folder.
//ZBRUSH MACRO - Recorded in ZBrush version 3.1
[IButton,???,“Press to run this macro. Macros can be aborted by pressing the ‘esc’ key.”,
[IShowActions,0]
[IConfig,3.1]
[IPress,Texture:GrabDoc]
[IPress,Texture:Rot]
[IPress,Texture:CropAndFill]
[IPress,Layer:Clear]
]
Cool, I hadn’t considered doing it with a texture.