View Single Post
Old 30th September 2004, 07:05 AM   #4
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,564
Default

1096535473.642997 : received command : 'fgtm_gui'

This indicates that you are still calling AC3D's command interpreter.

You need to change the command that runs when the menu is selected so that it calls the tcl code directly e.g. remove the 'ac3d' from 'ac3d fgtm_gui'

ac_add_surface_menu_item("Map texture..", "ac3d fgtm_gui", "Texture mapper plugin (planar)");

to

ac_add_surface_menu_item("Map texture..", "fgtm_gui", "Texture mapper plugin (planar)");

Andy
Andy is offline   Reply With Quote