Tv OilBrush

From TVPaintWiki
Jump to: navigation, search

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


  tv_OilBrush ["ToolMode"] ["RESET"] ["mode VAL"] ["size VAL"] ["power VAL"] ["opacity VAL"]
              ["aspect VAL"] ["angle VAL"] ["step VAL"] ["dry VAL"] ["con_size VAL"] ["con_power VAL"]
              ["con_angle VAL"] ["con_aspect VAL"] ["loadprofile name"] ["saveprofile name"]
Selects the oilbrush tools. Be Carefull, order of the arguments is important, "tv_oilbrush reset 1 size 10" has a different result than "tv_oilbrush 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 Oilbrush 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  
Con_Size, Con_Power, Con_Angle, Con_Opacity N/A char See the Connection Table
LoadProfile Full name with path char Returns LoadProf 1 if operation succeeds, LoadProf 0 if operation fails.
SaveProfile full name with path char Returns SaveProf 1 if operation succeeds, SaveProf 0 if operation fails.