View Single Post
Old 20th June 2006, 06:34 PM   #5
conzar
Member
Advanced member
 
conzar's Avatar
 
Join Date: May 2006
Posts: 36
Default Re: Using other plugins within a plugin

Well, I think that gets me closer but still not all the way there yet.

So what I am looking to do is slice up a scene by group. So what I would like to do is pass the vrml exporter an ACObject. Can you pass up a pointer from C++ to tcl?

Or is there a way to call an exporter with a C++ call?

Seems like if u knew the function name for vrml exporter here u could call it. Is that right?
Code:
Boolean (*ac_file_exporter_func)(char *filename, ACObject *object);
conzar is offline   Reply With Quote