How to move an object in realtime and smoothly on viewport with python ?
I mean as pseudo :
for move in range (0, time(10)):
objmov = getobject
objmov.x += 2
move_time = move
time(10) mean 10 second to move an object in x. What do you think? It is possible to make it?
Bookmarks