cameyo
09-16-02, 06:24 AM
Hi all,
i'm rewriting some ZScript from 1.23b to 1.51.
Now it's the turn of ZTurtle...
Download: ZTurtle15.TXT (http://www2.zbrushcentral.com/zbc_uploads/user_file-1032182603tox.txt)
The idea came from a special old language: Logo.
I think you remember this :) :)
You can drive the Turtle with numeric keyboard keys:
7(Up Left) 8(Up) 9(Up Right)
4(Left) 5(Info) 6(Right)
1(Down Left) 2(Down) 3(Down Right)
The slider "Step" allow to define the lenght of each line single step.
The slider "Density" allow to define the Line Density (Stroke: Spacing)
The button "Start Point" allow to define the Turtle start point with a mouse (move the mouse on canvas and click the left button).
The "X" and "Y" slider allow to define the Turtle start point.
The "Undo" button allow to .... you known. (sorry, this "undo" can't work when the turtle change direction...maybe in the next version )
Try the script with these settings:
1) SimpleBrush Tool
2) DrawSize = 8
3) ZADD = ON
4) AlphaBrush 01
5) Flat Color Material
6) Set "Step" to 4
You can change Alpha, Material, Tool, DrawSize....
The limit is your imagination.....
Example: http://www2.zbrushcentral.com/zbc_uploads/user_image-1032182657lvr.jpg
Hope you like this.
Please, report any error.
cameyo
i'm rewriting some ZScript from 1.23b to 1.51.
Now it's the turn of ZTurtle...
Download: ZTurtle15.TXT (http://www2.zbrushcentral.com/zbc_uploads/user_file-1032182603tox.txt)
The idea came from a special old language: Logo.
I think you remember this :) :)
You can drive the Turtle with numeric keyboard keys:
7(Up Left) 8(Up) 9(Up Right)
4(Left) 5(Info) 6(Right)
1(Down Left) 2(Down) 3(Down Right)
The slider "Step" allow to define the lenght of each line single step.
The slider "Density" allow to define the Line Density (Stroke: Spacing)
The button "Start Point" allow to define the Turtle start point with a mouse (move the mouse on canvas and click the left button).
The "X" and "Y" slider allow to define the Turtle start point.
The "Undo" button allow to .... you known. (sorry, this "undo" can't work when the turtle change direction...maybe in the next version )
Try the script with these settings:
1) SimpleBrush Tool
2) DrawSize = 8
3) ZADD = ON
4) AlphaBrush 01
5) Flat Color Material
6) Set "Step" to 4
You can change Alpha, Material, Tool, DrawSize....
The limit is your imagination.....
Example: http://www2.zbrushcentral.com/zbc_uploads/user_image-1032182657lvr.jpg
Hope you like this.
Please, report any error.
cameyo