File > Export Menu ... Is there way to add a script there
- 
 I just installed the LightWave (version 6) export plugin. The ruby originally assigned it to the Tools Menu but I'd like to put in a more logical place for me which would File > Export. Is there a syntax for doing this? This is as far as I got: @unknownuser said: if !file_loaded?(FILE) 
 add_separator_to_menu($exStrings.GetString("Tools"))
 UI.menu($exStrings.GetString("File")).add_item($exStrings.GetString("Export LWO [lwo_export.rb v006 Alex Young]")){ Shaxam::LwoExporter.menu_entry }
 end
- 
 John, Unfortunately, no. You can add items to any of the top-level menus, and you can create your own sub-menus, but there is no way to add to already created sub-menus. 
- 
 Too bad. Thanks for the quick reply, Jim. Do I assume that this has been put on "the wishlist" at one time or another? 
Advertisement

 
                             
                             
                             
                             
                             
                             
                            