Does anyone know is this possible and how?
my chess board is a script object and I had planned I would be able to set the scale with script but it isn't working.
I tried like this.... I can change the origin and the angle, but the scale has no effect. any ideas?
Code: Select all
$board_marble.origin = ( $center.origin + ( 0 0 50 ) )
$board_marble.angle = 45
$board_marble.scale = 0.5


