Please someone HELP me...

Camera Tracking from blender to AE CS3
Hi there
i am new to the blender scene and i had a lot of problems just getting this to work with my ati graphics card but i have thankfully solved this proble by instailling the 8.5 catalist how ever…

I have installed the code that is ment to export the camera data form blender to other programs in this case after effects CS3 but it never takes the detail and i keep getting a sort of error message in the code window of something like:
scene.getCurrentCamera<> deprecated!
use scene.objects.camera instead
scene.getChildren<> Depercated!
use scene.objects instead

I have tried selecting the active camera and exporting the camera data but to no availe… :frowning:
I have seen the other coments from like 2004 on this matter but nothing on there helped me :frowning:
CAN ANYONE PLEASE HELP ME…?

with every Blender release, the API changes a little bit, and old stuff gets deprecated. However, it should still work. What is the name of the script, or what menu option are you running?

Try the camera to maya exporter. That is the one that I use. AE can natively import .MA files.

You could search this forum with “blender to maya”.