Hi all! Hope you can help me with this (probably silly) question! It’s quite simple actually, just that the ‘import blender’ doesnt work. It says that there is no module named blender.Do i have to put some blender module in it or something? I would really appreciate help!
WoW Thanks Forte! KUDOS! though i have another problem now… now it says that in blender, there’s no function such as Loc or somethinglike that. Btw, here’s the program:
import Blender
a=Blender.Object.Get(“Cube”)
print a
print a.name
print “location”, a.Loc