Tag Archives: Blender 3D

blender 3D version < 2.6

Blender 3D – sin mesh object with python.

This is a simple example of creating one object from vertices and edges using sin function. First, you need to create the mesh with bpy.data.meshes.new. The number is random, you can use any number for vertices and edges. This number is points for drawing the sin function. The spaces variable is the range from these… Read More »

Blender 3D – the measurements addon .

This addon helps us with info and data about measurements with Blender 3D working and output. If you have used this addon you need to delete it from these folders: \Blender Foundation\Blender\2.78\scripts\addons \AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons The install is easy, just open the menu from File – User Preferences … – Install from File… The tool can… Read More »

Using bpy – changing colors .

This tutorial shows you a simple example of python scripting into Blender 3D software. You need to select the window for scripting and to test with python scripting shell. First, you need to add one object: cube. The default script and most common python script, start with this :

You need to see the… Read More »