Tv Pencil

From TVPaintWiki
Jump to: navigation, search

<<<George<<<Command Reference<<<Tools


  tv_Pencil ["ToolMode"] ["RESET"] ["mode VAL"] ["size VAL"] ["power VAL"] ["opacity VAL"] ["aspect VAL"]
            ["angle VAL"] ["step VAL"] ["dry VAL"] ["gradient VAL"] ["con_size VAL"] ["con_power VAL"] ["con_angle VAL"]
            ["con_aspect VAL"] ["loadprofile name"] ["saveprofile name"]
Selects the pencil tools. Be Careful, order of the arguments is important, "tv_pencil reset 1 size 10" has a different result than "tv_pencil size 10 reset 1" because arguments are called in an order.
Arguments Unit Type Notes
ToolMode N/A N/A Keep the tool mode
RESET 0 or 1 int Airbrush returns to default
Mode name or line position char or int Drawing mode
Size pixel float  
Power percent int  
Opacity percent int  
Aspect percent int  
Angle degree int  
Step percent double If Step == 0, step is disabled.
Dry 0 or 1 bool  
Gradient 0 or 1 bool Use the current gradient.
Con_Size, Con_Power, Con_Angle, Con_Opacity N/A char See the Connection Table
LoadProfile Full name with path char Return LoadProf 1 if operation succeeds, LoadProf 0 if operation fails.
SaveProfile Full name with path char Return SaveProf 1 if operation succeeds, SaveProf 0 if operation fails.