Allows you to drag and drop alembic (.abc) files into your node graph.
abcDropping
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:
- Put abcDropping.py into your plugin path
- Add the following into your menu.py file:
1 2 |
from abcDropping import abcDropping |
If anyone wants to learn how the code works, I go through a breakdown here. Enjoy.