Hi all,
so I've been trying to write this AE Transform to Nuke Transform parser
where you simply copy keyframes in After Effects and paste them into Nuke
and you get a Transform.
I got it to work too after a lot of help from the forum - thanks everyone!
But when I collected it into a function and created a callback for it, it
broke, and I don't know why. It's been doing my head in for the past three
weeks and I can't figure out why!

I was hoping someone would take a look at it.

I'm attaching two files:
AE_to_Nuke.txt is a copy of a few keyframes from After Effects. This is
what you should copy then paste in the DAG to test the function.
AE_to_Nuke.py is the function I wrote, including the callback at the bottom.

Any help would be greatly appreciated.

Thanks,
Ron Ganbar
email: [email protected]
tel: +44 (0)7968 007 309 [UK]
     +972 (0)54 255 9765 [Israel]
url: http://ronganbar.wordpress.com/
Adobe After Effects 8.0 Keyframe Data

        Units Per Second        25
        Source Width    1280
        Source Height   720
        Source Pixel Aspect Ratio       1
        Comp Pixel Aspect Ratio 1

Transform       Position
        Frame   X pixels        Y pixels        Z pixels        
        0       640     360     0       
        5       657     336     0       
        10      555     228     0       
        15      660     438     0       

Transform       Scale
        Frame   X percent       Y percent       Z percent       
        0       100     100     100     
        5       84      84      101.205 
        10      94      94      98.9474 
        15      80      80      97.561  

Transform       Rotation
        Frame   degrees 
        0       0       
        5       8       
        10      -14     
        15      5       


End of Keyframe Data

Attachment: AE_to_Nuke.py
Description: Binary data

_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to