I’m having trouble with this…
import Blender
sc = Blender.Scene.GetCurrent()
w = Blender.World.New('Test')
w.setHor([1,0,0])
sc.link(w)
…does not work. Can anyone help me out here please?
I’m having trouble with this…
import Blender
sc = Blender.Scene.GetCurrent()
w = Blender.World.New('Test')
w.setHor([1,0,0])
sc.link(w)
…does not work. Can anyone help me out here please?