Package Manager

Hey, I’m developing an add-on for managing python packages inside of Scripting Tab, this add-on aims to simplify the workflow for Blender users who need to manage Python packages for scripting and plugin development. It eliminates the need to use external package managers by integrating package management into the Blender interface.

Package Installer 1

Usage

1. Search Packages

  • Search Packages: Use the “Search Packages” section to find Python packages available on PyPI (Python Package Index). Enter your search query and click “Search” to view results.
  • Install Packages: From the search results, you can install packages by clicking the “Download” button next to each package.

2. Manage Installed Packages

  • Refresh Installed Packages: Click “Refresh” to update the list of installed packages in Blender.
  • Search Installed Packages: Use the “Search Installed Packages” field to filter the list of installed packages.
  • Disable Packages: You can uninstall packages by clicking the “Disable” button next to each package. The package list will automatically update to reflect these changes.

3. Bulk Download Packages

  • Choose File Path: Use the “Choose File Path” button to select a requirements file containing a list of packages to install.
  • Download All: Click “Download All” to install all packages listed in the selected requirements file.

BlenderDev

3 Likes