Interface

How to transfer settings and add-ons from an old to a new version of Blender

Blender is very dynamically developed, so new versions of the program appear regularly. However, having downloaded the next release from the Blender website, we always need to configure it in a convenient way.

In order not to manually reset all personal user settings and reinstall all add-ons, we can quickly transfer settings and add-ons from the previous version to the new version of Blender.

  1. When we start Blender for the first time, in the splash screen we can press the “Load 2.xx Settings” button.

How to make node connections in Blender 2.8 not straight, but curving as before

In Blender 2.8 node connectors in the “Shader Editor” window are straight by default, unlike earlier versions, where they bent curving. To return the usual connections bend, change the following settings:

  • Open the “Preferences” window
  • Switch to “Themes”
  • Expand the “Node Editor” tree branch
  • In the “Node Curving” field, set the value greater than 0. 0 means straight lines, the larger – the greater bend. A value of 4 corresponds to the bend that was in Blender 2.7x versions.

Edit Source

For those who want to know “how Blender works” to write their own scripts and add-ons, the developers have provided a very convenient option – the ability to view any element source code in a single click.

To see the source code of any element: open the “Text Editor” window; then simply click on the desired element with the right mouse button and select “Edit Source”.

Add-ons reload through the F8 key shot

Add-ons are not reloaded by pressing the F8 key in the Preferences – Add-ons window in Blender 2.83. The add-ons reload function call with this key shot was no longer tied starting with Blender 2.80.

To bind the add-ons reloading to the F8 key shot again:

  1. Open the “Preferences” window
  2. Open the the “Keymap” section
  3. Expand the “Screen – Screen (Global)” branch
  4. Press the “Add new” button at the bottom of the list
  5. In the operator identifier field, type “script.reload”
  6. Click on the keyboard field and press F8 to bind this key to the specified operator call
  7. Press the “Save Preferences” button to save new settings

How to open folders by a single click in Blender 2.8x

When opening files through the “File Browser” in Blender 2.8x, directories (folders) are opened with mouse double-click. This change has been made for better compatibility with the standards (directories are opened by double-clicking in most file managers, for example, in the Windows Explorer), but this is not always convenient.

To make the folders opening  by a single click: