question of a Blender newby.
how do i rotate an object with python, trying to build a script that gives me a 3point lighting setup and need to rotate the rimlight
after some long google searches i found this… and its working for my case…
thank you for your attempt… but it was not working…
it seems the rotation command in 2.8 is not rotation, but rotation_euler, and indeed, it needs to be set in radians
Oh yes, sorry I simply forgot that right after I tried it in blender… I’ll edit it in my original post to avoid confusion for other people who look at this