Extensões#

The Extensions section lets you manage the extensions preferences.

../../_images/editors_preferences_section_extensions.png

Blender Preferences Extensions section.#

Veja também

To learn about extensions and how to create them refer to the Extensions page.

Install#

They are different ways to install an extension:

  • Install from the Website: Drag the installation URL into Blender.

  • Install from Blender: From Blender search for the extension name and click on Install.

  • Install from Disk: For packages saved locally (advanced option, from the Settings menu).

Any installed extension can be removed. This is a permanent change though. To stop an extension temporarily it is better to Disable it instead.

Nota

You can Install from Disk by drag and dropping an extension .zip package into Blender.

Install Legacy Add-on#

To install legacy addons, use the Install… button and use the File Browser to select the .zip or .py add-on file.

Now the add-on will be installed, however not automatically enabled. The search field will be set to the add-on’s name (to avoid having to look for it), Enable the add-on by checking the enable checkbox.

Atualizar

Scans the Add-on Directory for new add-ons.

Dica

User-Defined Add-on Path

You can also create a personal directory containing new add-ons and configure your files path in the File Paths section of the Preferences. To create a personal script directory:

  1. Crie um diretório vazio em uma localização de sua escolha (por exemplo: meus_scripts).

  2. Adicione um subdiretório dentro da pasta meus_scripts chamado addons (ele deverá usar este nome addons para que o Blender o reconheça adequadamente).

  3. Open the File Paths section of the Preferences.

  4. Set the Scripts file path to point to your script directory (e.g. my_scripts).

  5. Save the preferences and restart Blender for it to recognize the new add-on location.

Now when you install add-ons you can select the Target Path when installing 3rd party scripts. Blender will copy newly installed add-ons under the directory selected in your Preferences.

Atualização#

You need to manually check for available updates. Once an update is found, Blender will let you update any of the available extensions.

The current available version of an extension on the repository will always be considered the latest version.

Enable/Disable#

Once an extension is installed it can be disabled (or re-enabled) as part of the user preferences. Some extension types do not support this, and will always be shown as enabled.

Dica

If the Add-on does not activate when enabled, check the Console window for any errors that may have occurred.

Configurações#

  • Check for Updates: Manually check the online repositories for available updates.

  • Update All: Update all the extensions that have an update available.

  • Install from Disk: Install an extension from a .zip package. This is installed to a Local Repository and no updates will be available.

  • Install Legacy Add-on: Add-ons are effectively replaced by extensions. However to keep old add-ons working for now, they can still be installed independently of the new system.

Preferências de complementos#

Some add-ons may have their own preferences which can be found in the Preferences section of the add-on information box.

Some add-ons use this section for example to enable/disable certain functions of the add-on. Sometimes these might even all default to off. So it is important to check if the enabled add-on has any particular preferences.

Filter#

The available filtering options are:

  • Enabled Extensions

  • Installed Extensions

  • Legacy Add-ons

Filter by Type#

  • All: Show all the extension types combined.

Or show only extensions of a single type:

  • Add-ons

  • Themes

Repositories#

By default Blender has a Local Repository and a Remote Repository pointing towards the Official Blender Extensions Platform.

In the cases where more repositories are needed (e.g., to access third party extension platforms), new repositories can be added.

../../_images/editor_preferences_section_extensions_repositories.png

Repositories.#

To add new repositories click on the + icon:

  • Add Remote Repository: Add a repository from a URL.

  • Add Local Repository: Add a repository which will be managed by the user (to be used with Install from Disk).

To remove repositories click on the - icon:

  • Remove Repository: Remove an extension repository.

  • Remove Repository & Files: Remove a repository and delete all associated files when removing.

These changes are permanent and cannot be reversed.