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 print python function because will use python ver. 3.
Also, the cube object and cursor vars will take the all you need to use it.
Now, this myvar variable shows you how to deal with python 3.

The next two python script will make editable or not the object: your cube.

… now the next line will change it into Object Mode ( can also use TAB key).

The goal of the edit mode_toggle function can be when you will use vertices.
The changing color of the cube can be done with these functions:

Now the cube will show you with a new diffuse color.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.