Change speed for Rock 3D?

Is there a way in Python to specify/change the speed for the Rock 3D view? I’ve found where to change the increment and length (little fuzzy on what increment does…) but I haven’t found a way to change how quickly it rotates. Is this possible?

Thanks!

These are all the variables that control speed and range of rock and spin:

If you find these insufficient then have a look at the implementation in the cpp file and suggest what else should be made configurable.

1 Like

animationIntervalMs is what I was looking for.

THANKS!

1 Like