View Single Post
Old 20th June 2006, 01:23 AM   #4
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,563
Default Re: Using other plugins within a plugin

You can do this (tcl):

Code:
ac3d exporter_write_file <exportername> "mynewfile.wrl"


Where <exportername> is "VRML1", "VRML2" or "VRML2PROTO"


You can find all the available exporter names with:


Code:
 
set ids [ac3d exporters_get_names]
puts $ids



Last edited by Andy; 20th June 2006 at 01:26 AM.
Andy is offline   Reply With Quote