Turnmaker Pro is a Blender add-on that sets up non-destructive turntable animations for objects and cameras. Where Blender's standard turntable spins only on the Z-axis, this add-on provides dedicated sliders to control rotation speed on the X, Y and Z axes separately. Speeds live in number fields on the Turntable Empty rather than keyframes or f-curves, and a speed of 1.0 equals one rotation per 100 frames.
Setup runs in one click across two modes. The object turntable creates a controlling Empty at the center of the selected objects, parents them to it, and applies rotational drivers. The camera turntable places a central Empty at the 3D Cursor, parents the active camera for orbiting, and adds a Track To constraint so the camera stays focused on the center. A dedicated TURNMAKER panel in the 3D Viewport N-Panel holds the speed controls and a reset button.
Under the hood, Turnmaker Pro uses scripted drivers linked to custom properties on a control Empty, with the expression radians(frame * 3.6 * speed) for smooth, looping rotation. It requires Blender 4.0 or later, is version 1.0.0, and ships under the GPL license with separate files for English and Japanese Blender environments.