Import After Effects cornerpin to Nuke.
AE corner pin to Nuke
Updated: 29 May 2024
Author: sement
Compatible Nuke versions: 14.0 or later
Compatibility:
Long time ago it was possible to export the mocha AE keyframes from the mocha AE interface and to paste it in to Hiroshi Iwamotos 'Mocha for AE to NUKE' tool. But now it is handled differently in AE with a tool that you can create corner pins with inside AE. I made this litte python script based on Hiroshi Iwamotos code to export the cornerpin keyframes to nuke.
You need to create a cornerpin on a solid and select all the cornerpin keyframes then press ctrl+c
You can then just paste it in the window inside nuke.
Installation
copy the 'aeToNuke.py' file to .nuke
add this to menu.py:
import aeToNuke
toolbar = nuke.toolbar('Nodes')
toolbar.addCommand('AE', 'aeToNuke.aeToNuke()')
Hope it helps someone.