Skip to content

Releases: rafaelperez/Depth-Anything-for-Nuke

DepthAnythingV2.1.0

04 Jul 02:02
6a8e7ac
Compare
Choose a tag to compare

🎉 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

  1. Download and unzip the latest release available here.
  2. Move the extracted Cattery folder into your .nuke or your preferred location.
  3. 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

  1. Add the path for *Depth Anything V2 to your init.py:
import nuke
nuke.pluginAddPath('./Cattery/DepthAnythingV2')
  1. 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