This is a question for anybody who knows about the [StrokesGetInfo] command inside ZBrush.
In Davey’s Fantastic Command Reference he says the following about it:
======================================
[StrokeGetInfo, Stroke-type Variable, Info number, Point index (0 based)]
Output: StrokeInfo result
Retrieves the information from a specified Stroke (depending on the Info Number)
Info Number can be 0 through 9:
0 = Total Number of Points
1 = Indexed H Position
2 = Indexed V Position
3 = Indexed Pressure
4 = Minimum H Position Overall
5 = Minimum V Position Overall
6 = Maximum H Position Overall
7 = Maximum V Position Overall
8 = Maximum Radius
9 = Index of Point at Maximum Radius
10 = Maximum Horizontal Distance Traveled
11 = Maximum Vertical Distance Traveled
12 = Total Distance
13 = Twirl Count
14 = Indexed Z (deduced)
15 = Indexed Key Press
The Point Index is the sequential number of the point you wish to study. A Point Index of 0 means the first point in the stroke. Supply a Point Index only if Info Number is “Indexed”, that is 1, 2, 3, 14 or 15.
Note: StrokeGetInfo only works on a single stroke, created by pressing “Export Last” in the “Stroke:Inventory” palette, by using StrokeGetLast, or by loading from a file with StrokeLoad.
Example:
[StrokeGetInfo,[StrokeGetLast],0]
gives you the total number of points in the last stroke drawn.
======================================
I just need a few clarefications.
Though some of the Info-gets I understand, what do 0, 1, 2, 8, 9, 13, 14, and 15 tell you?
Thanks for any info.