Forum: Blender


Subject: Gingerbread Man tutorial wanted, in blenderpython script.

benwhe opened this issue on Mar 20, 2015 ยท 4 posts


benwhe posted Sat, 21 March 2015 at 2:26 PM

Sorry I was not clear. I use blender 7.23, on debian 6. I am looking for examples, projects, tutorials on poserpython script.

I could not find this in blender store. where can I get it? Here is the external file I made, to be run as bpy script. Comments are instructions from tutorial. bpy lines are from info window. This is for my education. Can the tutorial be converted to script?

manually type in the first command.

import bpy

Select the Camera with RMB. Then add the Lamp to the selection with Shift RMB. Press M. Click the rightmost button on the top row.

bpy.ops.object.move_to_layer(layers=(False, False, False, False, False, False, False, False, False, True, False, False, False, False, False, False, False, False, False, False))

With Num lock activated, change to the front view with 1 NumPad and to orthogonal view with 5 NumPad.

bpy.data.window_managers["WinMan"].(null)[9] = True

SyntaxError: invalid syntax