ZBrushCentral

Rotate Camera

Hi,

Is it possible to have script that would allow you to rotate the camera around an object, something like the turntable script, but where you can dial in the rotational increment and then take a snapshot before going onto the next increment. I was wanring to create an animation from a multi subtool object by importing in moroh targets for the subtools.

Thanks,

TD

It would be possible to do that. Take a look at the script here - it would be straightforward to adapt for your needs:

http://www.zbrushcentral.com/zbc/showpost.php?p=268447&postcount=3

The simplest way to avoid the flipping associated with gimbal lock is to temporarily switch the Y and Z axes and then rotate around Z.

Thanks Marcus,

TD