View Single Post
Old 15th June 2006, 11:29 PM   #2
Dennis
Senior Member
Professional user
 
Dennis's Avatar
 
Join Date: Jul 2003
Posts: 899
Default Re: Using other plugins within a plugin

You *may* be able to using the tcl_command()

Such as:

tcl_command( "ac3d <command_name>" );

You can get many command names from looking at the TCL scripts in the AC3D tcl folder. However, I don't know any of the import commands.

Also, not sure if there are any "gotchas" with doing this. The only one I can think of is that it may generate its own Undo step?

Last edited by Dennis; 15th June 2006 at 11:32 PM.
Dennis is offline   Reply With Quote