Ok, I am trying to scale an object with a script. I used obj = Blender.Object.Get(“Cylinder”) and tried to scale it a certain number of units with obj.ScaleZ = 5.0
It isn’t 5 grid units high, so what is the correlation between the two?
Thanks for the help.
Squirrel