abcDropping

Allows you to drag and drop alembic (.abc) files into your node graph.

Updated: 4 January 2016

Author: MatteHue

Compatible Nuke versions: 6.3 or later

Compatibility: Windows

A very simple script for dragging and dropping alembic files into your nodegraph.

To install:

  1. Put abcDropping.py into your plugin path
  2. Add the following into your menu.py file:

 

1
2
from abcDropping import abcDropping
nukescripts.addDropDataCallback( abcDropping )

 

If anyone wants to learn how the code works, I go through a breakdown here. Enjoy.

Sign in or register to download or rate.