Add-ons

BIS: How to start

Welcome to “BIS” (Blender Interplanety Storage) – a service for downloading, storing, management and sharing materials for the Blender 3D suite.

Introducing to BIS:

  1. Create a personal account:

Open the BIS website https://bis.interplanety.org/ in your favorite browser:

Press the “Sign up” button.

Fill in the “Login” and “Password” fields. Please specify an active email address. On the checkbox that confirms your acceptance of the User Agreement.

Learning loops

In general, the “loop” is usually a sequential selection of several points, edges or polygons of a mesh.

However, there is an element in the mesh structure, which is also called a “loop”. It is a combination of one vertex with one edge of the mesh. Let’s try to learn what these “loops” are for.

How to pass command line arguments to a Blender python script or add-on

When starting Blender from the console it processes all parameters passed through the command line. However, some scripts and add-ons for proper work may require specifying their unique command line arguments. If you specify such additional parameters in the command line, Blender will also try to process them, which is likely to result in an error. Blender provides a special way to exclude such arguments from own processing.