ZBrushCentral

What are the StrokeData ?

Hi,
Can you explain me what are the StrokeData ?
Like this in a Zscript :
[CanvasStroke,(ZObjStrokeV02n28=
HBAVD0HB6VD0HACVD2HA1VD0H94VCEH89VCAH81VC5H7FVC3H7FVC2H7BVB1H7BVADH7BVA8H7BVA3H7CV9FH7FV9AH83V96H8AV91H91V8DH98V8BH9CV89HA0V88HA5V87HAAV86HAFV86HB4V86HB8V85HB9V85HB9V85)]

What does this mean ? How can I write my own StrokeData ? How can I understand this code ?

For example, I want to make a line from a point A to a point B. How can I do this ?

Thanks for all

Alain

Hi,

There is a brief explanation of the StrokeData here:
http://www.zbrushcentral.com/zbc/showthread.php?t=728
but it is not really possible to write StrokeData directly. The simplest way to do what you want is to record a zscript of the action (such as drawing a line) and then cut and paste the StrokeData into the zscript that you are writing.

If you want to get information about the StrokeData you can use the StrokeGetInfo command. See the Command Reference for further information.