Skip to content

Pip Dependency Verifier

by Arcaneforge·Workflow

Images © Arcaneforge. Used for product review; image policy.

Why we like it

PDV earns its place in the superhive library for consolidating pip dependency handling into a single Blender interface, backed by an open-source MIT codebase on GitHub.

What is Pip Dependency Verifier?

Pip Dependency Verifier (PDV) centralizes Python pip dependency management for Blender add-ons, replacing the need to ship a custom installer with every add-on. From a single interface you can list, check, and install pip packages, and PDV auto-scans each add-on's bl_info for its declared pip_dependencies.

Package status is shown at a glance: installed packages appear normally, missing ones in red, each with a one-click install. Developers declare their dependencies and PDV handles the rest, and features can be disabled when their dependencies are missing. Installs go to scripts/modules for persistence, with cross-platform paths, and you can add or remove dependencies manually. Through pip's ecosystem of 700k+ packages, PDV opens Blender to AI, data visualization, simulations, and scientific work.

PDV is open source under the MIT license, with its code hosted on GitHub and contributions accepted through pull requests, where every contributor is credited. Documentation is available to guide setup and use.

Who is Pip Dependency Verifier best for?

Pip Dependency Verifier is best for blender add-on developers who want to manage pip dependencies from one place instead of shipping a custom installer with each add-on.

How much does Pip Dependency Verifier cost?

Pip Dependency Verifier is completely free to download and use.

Key features

  • Central management: one UI for all add-on dependencies, auto-scanning bl_info for pip_dependencies
  • Status at a glance: installed packages shown normally, missing ones in red, each with a one-click install
  • Easy integration: developers declare dependencies and PDV handles the rest, with features disabled when dependencies are missing
  • Access to pip's 700k+ packages for AI, data visualization, simulations, and sciences
  • Cross-platform installs to scripts/modules for persistence, using reliable paths
  • Manual control to add or remove dependencies
  • Open source under the MIT license, hosted on GitHub

Tags

#Blender#Python#pip#dependency management#add-on development#open source#MIT license#workflow

Frequently asked questions

What Blender versions does Pip Dependency Verifier support?

Pip Dependency Verifier supports Blender 4.0 through 5.0 and is listed as Blender Extension compatible. It is distributed as an add-on, and the listing notes Cycles and Eevee as the render engines used. Installs are written to scripts/modules for persistence and use cross-platform paths, so the same setup carries across operating systems. For the exact behaviour on your specific Blender build, the developer's page and documentation are the best reference before you install.

Is Pip Dependency Verifier open source?

Pip Dependency Verifier is released as open source under the MIT license, with its code hosted on GitHub. Contributions are welcome through pull requests, and the project credits every contributor. If you want to inspect how it manages dependencies, extend it, or fix something, you can review the source directly. Documentation is also available to guide setup and use. For the current code, contribution guidelines, and any recent changes, check the GitHub repository and the developer's page.

How does Pip Dependency Verifier know which packages an add-on needs?

Pip Dependency Verifier auto-scans each add-on's bl_info for its declared pip_dependencies, so developers list what their add-on needs and PDV takes it from there. The interface shows package status at a glance: installed packages appear normally and missing ones in red, each with a one-click install. Features can be disabled when their dependencies are missing. You can also add or remove dependencies manually, giving you direct control over what gets installed alongside the automatic scanning.

How much does Pip Dependency Verifier cost?

Pip Dependency Verifier is listed as free in this catalog. Licensing and support options can change over time, so the developer's page is the place to confirm current terms before you download. The add-on itself is open source under the MIT license with its code on GitHub, so you can review, use, and contribute to it. For any paid support or implementation help with your own add-on, refer to the details on the developer's page rather than assuming a fixed arrangement here.

Similar plugins