Releases: rafaelperez/Depth-Anything-for-Nuke
Releases · rafaelperez/Depth-Anything-for-Nuke
DepthAnythingV2.1.0
🎉 First official release of DepthAnythingV2! 🥳
What's New
- This release includes the complete .Cattery package for easy installation and use.
- Additionally, it now supports Nuke 13.2v9.
- Enhanced documentation (
Readme.md
). - Improved script
nuke_dan.py
for easier compilation of all DepthAnything V1 and V2 models.
Installation
- Download and unzip the latest release available here.
- Move the extracted
Cattery
folder into your.nuke
or your preferred location. - In the toolbar, select Cattery > Update or restart Nuke.
DepthAnythingV2 will be available under the toolbar Cattery > Depth Estimation > DepthAnythingV2
🐾 Extra Steps for Nuke 13
- Add the path for *Depth Anything V2 to your
init.py
:
import nuke
nuke.pluginAddPath('./Cattery/DepthAnythingV2')
- Add an menu item to the toolbar in your
menu.py
:
import nuke
toolbar = nuke.menu("Nodes")
toolbar.addCommand('Cattery/Depth Estimation/DepthAnythingV2', 'nuke.createNode("DepthAnythingV2")', icon="DepthAnythingV2.png")
Full Changelog: v2.0.0...v2.1.0