AE corner pin to Nuke v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Ludvig Friberg
Import After Effects cornerpin to Nuke.
Requirements:
14.0 or later
14.0 or later
28 May 2024
46
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.
Please login in order to download these files.