On 16/05/2013 at 08:04, xxxxxxxx wrote:
Hello,
I need to export the world coordinates of some Cameras along with their Targets and add an extra field for the camera Focal Length, this in a text file or simply by printing the data on screen, so that I can copy them.
Previously I was doing it manually, but now with a lot of cameras to export it's becoming a tedious work.
I've already search the internet, and read the Python documentation, but I couldn't find a way to get what I need, and also I get extra data that I don't need.
The coordinates should be in (Camera) X, Y, Z (Target) X, Y, Z and Focal Length.
Thanks in advance.