Tv AirBrush

From TVPaintWiki
Jump to: navigation, search

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


tv_AirBrush ["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 airbrush tools. Be Carefull, order of the arguments is important, "tv_airbrush reset 1 size 10" has a different result than "tv_airbrush size 10 reset 1" because arguments are called in an order.
Arguments Unit Type
ToolMode N/A N/A Airbrush returns to default
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 disable.
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 succeds, LoadProf 0 if operation fails.
SaveProfile full name with path char Return SaveProf 1 if operation succeds, SaveProf 0 if operation fails.