View Single Post
Old 17th July 2006, 05:53 PM   #3
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,565
Default Re: A Right Click Menu

You can edit tcl/toolbar.tcl and put a # at the start of a line if you want to remove a button.

You can add your own buttons in there too - e.g.:

Code:
 
toolbar_add_button " TCE... " "menu_uveditor" "Start 
AC3D's Texture Coordinate Editor (UV Mapper)"

Buttons can also be added via a script (rather than editing AC3D main code).



Andy is offline   Reply With Quote