ZBrushCentral

Script Idea : Fitting transpose handle to mask or visible parts.

I think this would be very helpful since drawing handle or manipulating handle is prone to making mistakes sometimes.

Basicall it would work like this

  1. The User paints a mask over the surface (hides some parts of the model)
  2. Enables move,rotate or scale
  3. Calls the script to scale and position the handle according to mask

The script can have 3 different modes to position and scale( based on 3 axis which the user determines). Otherwise it might be very hard for script to determine how to position the handle. Althou if the user draws a elongated mask it would be safe to say that the script should use the longest distance to position the handle.

One more function the script can provide is actually having transformation selection(move, rotate, scale) as part of the modes. This way for example we can have a mode like " move-strecth handle to fit" ( then user can assign a shortcut easily)

There’s not currently a way to position a transpose line accurately using zscript . It would be very useful to do so (meaning one could save line for example) - hopefully there will be a command added at some point.

Thanks Marcus. Hopefully there will be some support in next versions. I really think that this would be great addition.