WIP - Robot

 From:  Michael Gibson
2223.34 In reply to 2223.31 
Hi Marc,

> If Moi could generated a camera of the perspective
> viewport while exporting a mesh it would be quite useful!

It will do this for SketchUp SKP format export.

However, most polygon formats don't have anything in their structure to hold camera data, they often only hold geometry. For example OBJ, LWO, and STL are all like this.

There really isn't any way for me to generate the camera information when the file format does not have anything within it to hold that data.

It should be possible for me to make the camera available to script though, so that a small script could be written to display it or copy it to the clipboard as text though.

- Michael