Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ptabriz authored Aug 2, 2017
1 parent a126ec3 commit 1248c68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,10 @@ for obj in bpy.data.objects:
#### Shading Viewpoints
Now follow the same workflow to shade viewpoint spheres but this time only use diffuse node (*Diffuse BSDF*) a with solid orange color.

* Select the first sphere, create a new material using nodes
* Change the surface color to
* repeat the same for all spheres
* Select the first sphere, create a new material using Diffuse BSDF
* Change the surface color to orange
* Load the material in all sphere objects

``` python
import bpy
for obj in bpy.data.objects:
Expand Down

0 comments on commit 1248c68

Please sign in to comment.