Blender

Fake-bpy-module

Code autocomplete greatly simplifies writing scripts or developing add-ons for Blender. One of the best autocomplete modules for today is developed by Nutti. Last updated 20190718.

The project is hosted on the author’s GitHub: https://github.com/nutti/fake-bpy-module

The modules are distributed via pip or as a pre-generated-modules. Author also provides a module generator with which you can assemble autocomplete modules yourself.

Constants

There are three mathematical constants in Blender which you can enter in any field and immediately get its numeric value.

They are:

  • pi – “Pi” number = 3.1415…
  • e – Euler number = 2,7182…
  • tau – “Tau” number  = 6.2831…